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
python3 deepBach.py
Using TensorFlow backend.
ends up to:
File "/mnt/c/dev/2019/DeepBach/data_utils.py", line 584, in initialization
chorale_list = filter_file_list(corpus.getBachChorales(fileExtensions='xml'))
AttributeError: module 'music21.corpus' has no attribute 'getBachChorales'
so some data seems to be missing, and wondering where I could get those.
The text was updated successfully, but these errors were encountered:
Interesting module, the basic setup is causing me some problems. In ubuntu:
And if I skip that, then
the next examples, e.g.
so some data seems to be missing, and wondering where I could get those.
The text was updated successfully, but these errors were encountered: