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
Hi,
I want to traing ResNet-50 using Alternating training but meet a error I do not know how solve it,could somebody help?thank you!
Cannot copy param 0 weights from layer 'rpn_conv/3x3'; shape mismatch. Source param shape is 512 1024 3 3 (4718592); target param shape is 256 1024 3 3 (2359296). To learn this layer's parameters from scratch rather than copying from a saved net, rename the layer.
by the way ,I use the pretrained model resnet50_rfcn_final.caffemodel,and I changed the realtive parameters in the pt files. I can train ResNet-50 end2end_ohem by change the layer rfcn_cls to my_rfcn_cls,but how can I do to solve this problem?
The text was updated successfully, but these errors were encountered:
Hi,
I want to traing ResNet-50 using Alternating training but meet a error I do not know how solve it,could somebody help?thank you!
Cannot copy param 0 weights from layer 'rpn_conv/3x3'; shape mismatch. Source param shape is 512 1024 3 3 (4718592); target param shape is 256 1024 3 3 (2359296). To learn this layer's parameters from scratch rather than copying from a saved net, rename the layer.
by the way ,I use the pretrained model resnet50_rfcn_final.caffemodel,and I changed the realtive parameters in the pt files. I can train ResNet-50 end2end_ohem by change the layer rfcn_cls to my_rfcn_cls,but how can I do to solve this problem?
The text was updated successfully, but these errors were encountered: