You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: