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
Hello, when I modify the FPN in maskrcnn_benchmark/modeling/backbone/fpn.py, the network reports an error when initializing, because the network loads WEIGHT: "catalog://ImageNetPretrained/MSRA/R-50", as show in configs/ e2e_ms_rcnn_R_50_FPN_1x.yaml. When I changed it to WEIGHT: "", the network can be trained, but the initial loss is great. I want to know if I can load the "catalog://ImageNetPretrained/MSRA/R-50" weight after modifying the fpn. Please help me, thanks.
The text was updated successfully, but these errors were encountered:
Hello, when I modify the FPN in maskrcnn_benchmark/modeling/backbone/fpn.py, the network reports an error when initializing, because the network loads WEIGHT: "catalog://ImageNetPretrained/MSRA/R-50", as show in configs/ e2e_ms_rcnn_R_50_FPN_1x.yaml. When I changed it to WEIGHT: "", the network can be trained, but the initial loss is great. I want to know if I can load the "catalog://ImageNetPretrained/MSRA/R-50" weight after modifying the fpn. Please help me, thanks.
The text was updated successfully, but these errors were encountered: