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
I don't know if this was fixed on another branch but it's because of this commit I think. Either revert or making these changes to model_run.py helped me:
when I run (!python3 model_run.py -mode=test -code=isgn -path=./test_pieces/bps_27_1/ -comp=Beethoven -tempo=90 -vel='50,90')on colab.
the result is:
=> loading checkpoint 'isgn_best.pth.tar'
device is 0
=> loaded checkpoint 'prime_isgn_best.pth.tar' (epoch 13)
=> loaded checkpoint 'trill_default_best.pth.tar' (epoch 30)
Traceback (most recent call last):
File "model_run.py", line 1089, in
load_file_and_generate_performance(args.testPath)
File "model_run.py", line 354, in load_file_and_generate_performance
vel_pair)
ValueError: not enough values to unpack (expected 6, got 5)
Please tell me how to solve the problem. Thanks!!!!!
The text was updated successfully, but these errors were encountered: