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
@wyzjack
maybe you can just delete RCNN_rpn.
change RCNN_rpn.rpn_loss_cls.data[0] to rpn_loss_cls.data[0]
I am not sure whether this change will influence the preformance, my case is in training now.
Activity
Karthik-Suresh93 commentedon Jun 10, 2018
Hey did you find the solution to this problem? I too get the same error
wyzjack commentedon Jun 17, 2018
Not yet I am busy these days so maybe I will look into the problem again when I finish my final exam :)
maozezhong commentedon Jul 6, 2018
@wyzjack
maybe you can just delete RCNN_rpn.
change
RCNN_rpn.rpn_loss_cls.data[0]
torpn_loss_cls.data[0]
I am not sure whether this change will influence the preformance, my case is in training now.
XinZhangRadar commentedon Oct 11, 2018
@maozezhong Same method to solve the problem , it works.