Conchylicultor / MusicGenerator

Experiment diverse Deep learning models for music generation with TensorFlow
Apache License 2.0
324 stars 80 forks source link

ValueError: Dimensions must be equal, but are 1024 and 525 for 'rnn_decoder/KeyboardCell/Decoder/Decoder/multi_rnn_cell/cell_0/basic_lstm_cell/MatMul_1' (op: 'MatMul') with input shapes: [1,1024], [525,2048]. #14

Open chococrunch2021 opened 4 years ago

chococrunch2021 commented 4 years ago

I tried command "python main.py --test --sample_length 500"

But I got this error. Can anyone know which file should I look through?