dmlc / keras

Deep Learning library for Python. Convnets, recurrent neural networks, and more. Runs on MXNet, Theano or TensorFlow.
http://keras.io/
Other
125 stars 34 forks source link

keras_shape and backend_shape mismatch with shape changing operation #83

Closed sandeep-krishnamurthy closed 6 years ago

sandeep-krishnamurthy commented 6 years ago

Here is the detailed bug report from the user - https://github.com/bgshin/mxnet_cnn/blob/master/src/bug.md

Summary of the issue:

lupesko commented 6 years ago

+1

sandeep-krishnamurthy commented 6 years ago

Create PR for the fix - https://github.com/dmlc/keras/pull/84

sandeep-krishnamurthy commented 6 years ago

Please rebuild from latest master to get the fix.

$ git clone --recursive https://github.com/dmlc/keras $ cd keras $ python setup.py install --user

In the meantime, we will work on updating the pip package.