Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Incorrect name for model_vocal #1

Open
TriggerDevelopment opened this issue Jul 17, 2020 · 0 comments
Open

Incorrect name for model_vocal #1

TriggerDevelopment opened this issue Jul 17, 2020 · 0 comments

Comments

@TriggerDevelopment
Copy link

Code needs to call model_vocal not model_Vocal

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'
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant