jongwook / onsets-and-frames

A Pytorch implementation of Onsets and Frames (Hawthorne 2018)
MIT License
209 stars 66 forks source link

Kouretchian #26

Open mkouretchian opened 3 years ago

mkouretchian commented 3 years ago

Hello Jong Wook

I downloaded the model you shared as a checkpoint and tried to apply it to a music file to see the result. However, when I run the "transcribe.py" file I get the error " 'LSTM' object has no attribute '_flat_weights' ". I appreciate it if you help me with this matter.

jongwook commented 3 years ago

Hi, it's probably a torch version problem. Can you try with 1.2.0 and see if that still happens?