Ghadjeres/DeepBach

AttributeError: module 'music21.corpus' has no attribute 'getBachChorales'

Closed this issue · 2 comments

Hello!
I'm trying to use the command:
python3 deepBach.py -l 100

and I'm getting the error
AttributeError: module 'music21.corpus' has no attribute 'getBachChorales'

I meet this problem as well

It's because music21 has been updated since then.
I just pushed a Pytorch version which uses an up-to-date version of music21. You should no longer have these issues.