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
I am getting this error when trying to train the model.
'ValueError: Dimensions must be equal, but are 37 and 18 for '{{node rpn_loss_cls_fixed_num/mul}} = Mul[T=DT_FLOAT](rpn_loss_cls_fixed_num/strided_slice_1, rpn_loss_cls_fixed_num/Log)' with input shapes: [1,37,50,9], [1,18,25,9].'
Is it something related to the input and output shapes or anchors?
Can someone please help?
The text was updated successfully, but these errors were encountered:
I am getting this error when trying to train the model.
'ValueError: Dimensions must be equal, but are 37 and 18 for '{{node rpn_loss_cls_fixed_num/mul}} = Mul[T=DT_FLOAT](rpn_loss_cls_fixed_num/strided_slice_1, rpn_loss_cls_fixed_num/Log)' with input shapes: [1,37,50,9], [1,18,25,9].'
Is it something related to the input and output shapes or anchors?
Can someone please help?
The text was updated successfully, but these errors were encountered: