Broccaloo

Results 5 comments of Broccaloo

@robinsloan I was able to run your code without error (at least the zs_part1), but it didn't work as intended - Jukebox upsampled the full length sample anyway instead of...

EDIT: @robinsloan I got it to work! Initially, I got this error: ``` Sampling 8192 tokens for [32768,40960]. Conditioning on 4096 tokens Primed sampling 3 samples with temp=0.99, top_k=0, top_p=0.0...

Upsampling all 3 will take exactly the same time as upsampling just 1, so there's no reason to exclude any of them. (Although it is theoretically possible)

All Colab notebooks for Jukebox were broken because Colab upgraded to Python 3.9. The jukebox-saveopt repo, which is used by the One-Click V2 notebook you mentioned has been fixed already,...

> How did you get it to work? I still see the same issue. As I mentioned above, all notebooks that use the standard repo are still broken. You can...