You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently the version 3 is used for the model 1b_lyrics, so I changed the variable model to "1b_lyrics", but now I'm having an assertion error when comparing the x.shape with x_cond.shape:
AssertionError: torch.Size([1, 6144, 2048]) != (1, 8192, 2048) nor (1, 1, 2048). Did you pass the correct --sample_length?
Hi, how can we load the version 3 (
v3
) of theids.txt
files of the Jukebox model in the Colab notebook?The text was updated successfully, but these errors were encountered: