Ghadjeres / DeepBach

code accompanying "DeepBach: a Steerable Model for Bach Chorales Generation" paper
MIT License
500 stars 131 forks source link

ValueError #33

Closed playsboy closed 7 years ago

playsboy commented 7 years ago

I follow your introduction, but when I run the command: python3 deepBach.py --ext big -t 30 --timesteps 32 -u 512 256 -d 256 -b 16 in server, it shows ValueError: Error when checking model input: expected left_features to have shape (None, 16, 245) but got array with shape (16, 32, 245). So I guess if the input shape in the code is wrong. Would you mind to tell me what should I do if it is convenient. Thank you!