Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ValueError: total size of new array must be unchanged #8

Open
YaraAmin opened this issue Jan 5, 2020 · 1 comment
Open

ValueError: total size of new array must be unchanged #8

YaraAmin opened this issue Jan 5, 2020 · 1 comment

Comments

@YaraAmin
Copy link

YaraAmin commented Jan 5, 2020

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

@steve2013
Copy link

Hello, @YaraAmin did you solve this error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants