Music-Genre-Classification-with-Deep-Learning icon indicating copy to clipboard operation
Music-Genre-Classification-with-Deep-Learning copied to clipboard

ValueError: total size of new array must be unchanged

Open YaraAmin opened this issue 5 years ago • 1 comments

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

YaraAmin avatar Jan 05 '20 13:01 YaraAmin

Hello, @YaraAmin did you solve this error?

steve2013 avatar Sep 01 '20 11:09 steve2013