-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Colab tensor size mismatch issue #157
Labels
previous version
concerns a previous version of RAVE ; not high-priority
Comments
I meets the same problem. Have you resolved it? |
Unfortunately no |
domkirke
added
the
previous version
concerns a previous version of RAVE ; not high-priority
label
Dec 18, 2023
Getting the same issue on the latest version. |
Same problem with training on local machine |
+1 Same on version 2.3.1 |
I had the same issue with the latest version and solved it by modifying rave/model.py (see #309 ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Training RAVE for the first time in Colab. The cells all run successfully through resampling, but when I launch the training step, I get the following error:
RuntimeError: The size of tensor a (129) must match the size of tensor b (133) at non-singleton dimension 2
I've pointed it to a directory with a total of 8.25 hours of varied-length, 16k audio files, and the parameters I'm using are sampling_rate=16000, multiband_number=16, n_signal=65538, size=default, prior=32.
Here's the full stack trace:
Thanks for any insight or help!
The text was updated successfully, but these errors were encountered: