RockyXu66 / Faster_RCNN_for_Open_Images_Dataset_Keras

Faster R-CNN for Open Images Dataset by Keras
474 stars 340 forks source link

ValueError: Dimensions must be equal #74

Open Tanvi27 opened 3 years ago

Tanvi27 commented 3 years ago

Hi, While executing training model I am facing value error ValueError. Below is the error: 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].

Can someone please help me out with this issue?

@RockyXu66 @adimyth

NaisargiOza commented 3 years ago

Hi, I am getting the same error. Were you able to resolve this error?

Sylv-Lej commented 3 years ago

Are you using custom data ?