CCPD
CCPD copied to clipboard
when training rpnet, division by zero
Traceback (most recent call last):
File "rpnet.py", line 405, in
It seems lossAver=0.Has anyone encountered such a problem?
Maybe it is because the wr2 network training is not good enough?
The reason is loss.data[0],I changed it to loss.item()
Yes,you are right,just because of the torch version
Same problem. Seems wR2 doesn't own 'model' attribute? Have you solved the problem?