Hi, i am getting negative dimension size error with vgg and efficientnet models. Can you pls help?
ValueError: Exception encountered when calling layer "block2_pool" (type MaxPooling1D).
Negative dimension size caused by subtracting 4 from 2 for '{{node block2_pool/MaxPool}} = MaxPoolT=DT_FLOAT, data_format="NHWC", explicit_paddings=[], ksize=[1, 4, 1, 1], padding="VALID", strides=[1, 4, 1, 1]' with input shapes: [?,2,1,128].
This is for VGG.
Hi, i am getting negative dimension size error with vgg and efficientnet models. Can you pls help?
ValueError: Exception encountered when calling layer "block2_pool" (type MaxPooling1D).
Negative dimension size caused by subtracting 4 from 2 for '{{node block2_pool/MaxPool}} = MaxPoolT=DT_FLOAT, data_format="NHWC", explicit_paddings=[], ksize=[1, 4, 1, 1], padding="VALID", strides=[1, 4, 1, 1]' with input shapes: [?,2,1,128].
This is for VGG.