Replies: 1 comment
-
|
This seems like a related issue: I had a similar issue, and it was fixed when I explicitly specified --channels 1 in my training |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I've been trying to train a RAVE model in Google Colab using a preprocessed dataset but have encountered a recurring runtime error. I'm not a coder or machine learning specialist, so I've been following the provided instructions as closely as possible. However, despite numerous attempts and modifications, the error persists.
When executing the training command, I receive the following error:
RuntimeError: cannot reshape tensor of 0 elements into shape [0, -1] because the unspecified dimension size -1 can be any value and is ambiguousThe error seems to occur during the initialization of the model architecture, particularly at a step involving weight normalization.
Steps Taken:
Despite these steps, the error occurs consistently. Below is the training command used:
!/content/miniconda/bin/rave train --config /content/miniconda/lib/python3.9/site-packages/rave/configs/v2.gin --config /content/miniconda/lib/python3.9/site-packages/rave/configs/wasserstein.gin --db_path "/content/dataset" --name "turbom" --val_every 2500Could you please provide some insight into what might be causing this issue? Any guidance on resolving this would be greatly appreciated, as I am at an impasse and unable to proceed with training the model.
Thank you for your time and assistance!
Beta Was this translation helpful? Give feedback.
All reactions