Jason Burnell

Results 3 issues of Jason Burnell

When I try to enter these commands: 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 I get the following error: File "jukebox/sample.py", line 45 print_once(f"Sampling {sample_tokens} tokens...

I have a form that will be populated with initial values from the back end services. When either of the 2 fields change (DocumentType and ReceivalType) a dialog should appear...

I have verified that I have installed pytorch, when I type conda list I see the following: pytorch 1.5.0 py3.7_cuda102_cudnn7_0 pytorch however, when I try to run this code after...