jukebox
jukebox copied to clipboard
Code for the paper "Jukebox: A Generative Model for Music"
I am wondering how much time is required to train a set of wav files. Currently, the status is: epoch: 1110.0000 (after running for 7 days using 1 GPU v100...
Hi, I´m trying to run the example sample ``` python jukebox/sample.py --model=5b_lyrics --name=sample_5b --levels=3 --sample_length_in_seconds=20 \ --total_sample_length_in_seconds=180 --sr=44100 --n_samples=6 --hop_fraction=0.5,0.5,0.125 ``` But I´m getting some strange errors due to size...
I am running a code very similar to the one on Google Colab on 2 Virtual Machines. One with a T4 GPU and one with an A100 GPU. I am...
I spent a good day trying to run this thing on Win 10, and all I got was errors. Errors. And again..... errors! I followed step by syep your install...
I followed the Install instructions and then ran the sampling command and got: ``` $ python jukebox/sample.py --model=5b_lyrics --name=sample_5b --levels=3 --sample_length_in_seconds=20 --total_sample_length_in_seconds=180 --sr=44100 --n_samples=6 --hop_fraction=0.5,0.5,0.125 Caught error during NCCL init...
When running `conda install mpi4py=3.0.3` I am getting this error: ``` Collecting package metadata: done Solving environment: failed PackagesNotFoundError: The following packages are not available from current channels: - mpi4py=3.0.3...
When I try: `C:\Users\...\jukebox>python jukebox/sample.py --model=5b_lyrics --name=sample_5b --levels=3 --sample_length_in_seconds=20 \ --total_sample_length_in_seconds=180 --sr=44100 --n_samples=1 --hop_fraction=0.5,0.5,0.125` I get this: ``` Traceback (most recent call last): File "jukebox/sample.py", line 3, in import torch...
When I try to run the jupyter notebook that you provided in the jukebox, I'm getting FileNotFoundError. and, my OS is Windows 10. 
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:...
(jukebox) C:\Users\misho\jukebox-master>pip install ./tensorboardX Processing c:\users\misho\jukebox-master\tensorboardx Requirement already satisfied: numpy in c:\users\misho\anaconda3\envs\jukebox\lib\site-packages (from tensorboardX==1.8) (1.19.4) Requirement already satisfied: six in c:\users\misho\anaconda3\envs\jukebox\lib\site-packages (from tensorboardX==1.8) (1.15.0) Collecting protobuf>=3.6.1 Using cached protobuf-3.14.0-cp37-cp37m-win_amd64.whl (798...