Open sandeep-krishnamurthy opened 6 years ago
For me this a quite crucial bug. It also prevents to use certain keras layers. For instance, GaussianNoise
does not work due to this. I see it as the task of the keras-mxnet backend to convert accordingly.
MXNet requires '0' as a placeholder for unknown dimension. Keras uses 'None' as a placeholder for unknown dimension.
This leads to few issues. To be fixed. Example test case to reproduce the error - tests/keras/test_sequential_model => test_clone_functional_model