-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Training and sampling from scratch #104
Comments
Additional information: I was following the steps from README.md and executed these steps to train and sample from scratch:
|
Hi gogobd. |
Hi, @ObscuraDK! Unfortunately I wasn't able to solve it. I tried to add "--labels=False" as an option as suggested, but then sample.py fails, because it kinda expects these; I tried to add labels to the params but have no idea what they should look like. Unfortunately the issues here appear to be quite unattended for a while now. If you make some progress please let me know. |
Thanks for bringing this up. |
I just saw that you also updated README.md which now has much better information on how to sample with or without labels! I had an issue with len(y_bins) but now that I followed your instructions there it's actually looking better! Thanks! |
Hi @gogobd I have made a new vqvae,prior and upsampler. Well they havent been running for long, but I wanted to see if I could get through. When I try to sample by shooting this command: I get this: |
@ObscuraDK I didn't get that error; are you training with labels? Maybe there's a sample_length in the hparams (file) that's too short / small? |
@gogobd Just started from scratch with the new upload to GitHub, and followed the guide, with no labels |
I have been looking into my AssertionError, and compared my dataset to the 1b_lyrics. File "jukebox/sample.py", line 182, in save_samples When I run my own model: I have these values before it throws the error:
|
Solved it by raising the sample_length_in_seconds to 96, now I get this error: Using cuda True |
I was trying to train and sample completely from scratch and ran into
#39
As I described there I added "labels=False" to the respective params, but I run into
What can I do to avoid this and get sampling to work without labels?
The text was updated successfully, but these errors were encountered: