Open mazatov opened 2 years ago
I seem to always get this error when I try to create InceptionV3 model no matter what input_shape. What are the limitations on input shape there?
input_shape
InvalidArgumentError: Negative dimension size caused by subtracting 3 from 2 for '{{node conv3d_314/Conv3D}} = Conv3D[T=DT_FLOAT, data_format="NDHWC", dilations=[1, 1, 1, 1, 1], padding="VALID", strides=[1, 2, 2, 2, 1]](Placeholder, conv3d_314/Conv3D/ReadVariableOp)' with input shapes: [?,2,17,17,192], [3,3,3,192,320].
I seem to always get this error when I try to create InceptionV3 model no matter what
input_shape
. What are the limitations on input shape there?