Skip to content

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

@YaraAmin

Description

@YaraAmin

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions