This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
'Please provide input shape. Given input shape - ', input_shape) ValueError: ('MXNet Backend: Cannot automatically infer shape for convolution operator.Please provide input shape. Given input shape - ', (0, 3, 0, 0)) #188
Labels
Hi! I'm using Keras-Mxnet backend (Keras version 2.1.6). When I started Keras, I used this command
KERAS_BACKEND=mxnet python
to start python. here is my following code. Usually, it worked just fine with Keras-tensorflow backend, but I have no idea where it has started to fail.I tried to fix it by infer to models.Layers.input = (256,256,3), but did not work.
The text was updated successfully, but these errors were encountered: