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
Traceback (most recent call last):
File "audio2midi.py", line 305, in <module>
main(fp, mp, op)
File "audio2midi.py", line 243, in main
Net.load_state_dict(torch.load(model_path, map_location=lambda storage, loc: storage))
File "/home/trigdev/anaconda3/lib/python3.7/site-packages/torch/serialization.py", line 584, in load
with _open_file_like(f, 'rb') as opened_file:
File "/home/trigdev/anaconda3/lib/python3.7/site-packages/torch/serialization.py", line 234, in _open_file_like
return _open_file(name_or_buffer, mode)
File "/home/trigdev/anaconda3/lib/python3.7/site-packages/torch/serialization.py", line 215, in __init__
super(_open_file, self).__init__(open(name, mode))
FileNotFoundError: [Errno 2] No such file or directory: './model/model_Vocal'
The text was updated successfully, but these errors were encountered:
Code needs to call model_vocal not model_Vocal
The text was updated successfully, but these errors were encountered: