entity-embedding-rossmann
entity-embedding-rossmann copied to clipboard
Keras Reshape() layer
There is a problem:
TypeError: init() missing 1 required positional argument: 'target_shape'
and the code is:
model_store.add(Reshape(dims=(50,)))
dims??? I can't understand this paramter.
Thank you very much~
Sorry for the late notice! Have you solved the problem?