Open Terry-mine opened 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?
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?