jukebox-windows icon indicating copy to clipboard operation
jukebox-windows copied to clipboard

Code for "Jukebox: A Generative Model for Music"

Results 3 jukebox-windows issues
Sort by recently updated
recently updated
newest added

To run jukebox you need NCCL. But it doesn't exist on windows, so how does one get it to run?

I thought maybe the first time I ran this it could've just been an error on my machine but it happened twice. I tried to run my own primed audio...

I tried this: `(jukebox) C:\Users\...\jukebox>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` And I got: ``` Using cuda False THCudaCheck FAIL file=..\torch\csrc\cuda\Module.cpp line=33 error=35 : CUDA driver version...