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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: