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 change with py-rfcn with FPN .I just use 6 feature map (res2\res3\res4\res5 and pooling 6) to proposal anchors,and the rest part unchanged. The net work normal until sloving....the error is eltwise_layer.cpp:34 check failed: bottom[i]->shape() == bottom[0]->shape().
I do not know where the problem is? Auguably ,if the blobs has some problem,the ettwise layer problem may come up earlier and can not creating corresponding layers. please give me some advices.
Thanks!!!
The text was updated successfully, but these errors were encountered:
I change with py-rfcn with FPN .I just use 6 feature map (res2\res3\res4\res5 and pooling 6) to proposal anchors,and the rest part unchanged. The net work normal until sloving....the error is eltwise_layer.cpp:34 check failed: bottom[i]->shape() == bottom[0]->shape().
I do not know where the problem is? Auguably ,if the blobs has some problem,the ettwise layer problem may come up earlier and can not creating corresponding layers. please give me some advices.
Thanks!!!
The text was updated successfully, but these errors were encountered: