openai / jukebox

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

How can I make a new song? #246

Open Terry-mine opened 3 years ago

Terry-mine commented 3 years ago

I tried to run the code (without labels)

mpiexec -n {ngpus} python jukebox/train.py --hps=vqvae,small_prior,all_fp16,cpu_ema --name=pretrained_vqvae_small_prior \ --sample_length=1048576 --bs=4 --aug_shift --aug_blend --audio_files_dir={audio_files_dir} \ --labels=False --train --test --prior --levels=3 --level=2 --weight_decay=0.01 --save_iters=1000

it made a new folder which named "logs" in jukebox.

And it still running now.

when will it finish?

And where can I find my new song?