Music-Genre-Classification-with-Deep-Learning
Music-Genre-Classification-with-Deep-Learning copied to clipboard
ValueError: total size of new array must be unchanged
x = Reshape((15,128))(x) File "/usr/local/lib/python3.6/dist-packages/keras/engine/base_layer.py", line 468, in call output_shape = self.compute_output_shape(input_shape) File "/usr/local/lib/python3.6/dist-packages/keras/layers/core.py", line 399, in compute_output_shape input_shape[1:], self.target_shape) File "/usr/local/lib/python3.6/dist-packages/keras/layers/core.py", line 387, in _fix_unknown_dimension raise ValueError(msg) ValueError: total size of new array must be unchanged
Hello, @YaraAmin did you solve this error?