openai / jukebox

Code for the paper "Jukebox: A Generative Model for Music"
https://openai.com/blog/jukebox/
Other
7.78k stars 1.4k forks source link

EOFError: Ran Out Of input #156

Open ghost opened 4 years ago

ghost commented 4 years ago

im using windows 10 (miniconda3) and when i try this command: python jukebox/sample.py --model=1b_lyrics --name=sample_1b --levels=3 --sample_length_in_seconds=20 \ --total_sample_length_in_seconds=180 --sr=44100 --n_samples=16 --hop_fraction=0.5,0.5,0.125 It tells me an error : EOFError: Ran out of input

aiuroscar commented 3 years ago

Had the same issue, on windows you'll need to manually download the model files and move them to C:\Users\yourusername.cache\jukebox-assets\models\5b . You can get them from

https://storage.googleapis.com/jukebox-assets/models/5b/vqvae.pth.tar https://storage.googleapis.com/jukebox-assets/models/5b/prior_level_0.pth.tar https://storage.googleapis.com/jukebox-assets/models/5b/prior_level_1.pth.tar https://storage.googleapis.com/jukebox-assets/models/5b/prior_level_2.pth.tar

this is with the 5b models, not sure if you'll need different ones for 1b_lyrics

cicinwad commented 2 years ago

im using windows 10 (miniconda3) and when i try this command: python jukebox/sample.py --model=1b_lyrics --name=sample_1b --levels=3 --sample_length_in_seconds=20 \ --total_sample_length_in_seconds=180 --sr=44100 --n_samples=16 --hop_fraction=0.5,0.5,0.125 It tells me an error : EOFError: Ran out of input

You use windows 8, it will work