ssd_kerasV2 icon indicating copy to clipboard operation
ssd_kerasV2 copied to clipboard

Error while training with SSD Mobilenet

Open bored-wolf opened this issue 6 years ago • 0 comments

When I run the code for training with the SSD Mobilenet model, I get the following error:

ValueError: Shape must be rank 1 but is rank 4 for 'conv1_bn/cond/FusedBatchNorm' (op: 'FusedBatchNorm') with input shapes: [?,150,150,32], [1,150,1,1], [1,150,1,1], [1,150,1,1], [1,150,1,1]

for an input shape of (300,300,3)

Is there any change that would need to be made for rectifying this?

bored-wolf avatar Jan 29 '19 18:01 bored-wolf