RobotEdh / Yolov-4

Yolo v4 using TensorFlow 2.x
110 stars 30 forks source link

Training issues #3

Open daiisuke27 opened 4 years ago

daiisuke27 commented 4 years ago

Hello, i am running your code on Colab.

image

Thank you.

RobotEdh commented 4 years ago

hello,

1/ which training set do you use ? I never get nan

2/ my loss fucntion returns only xy_loss + wh_loss +obj_loss +class_loss , so you can't get only obj_loss or class_loss, why do you need them ?

RobotEdh commented 4 years ago

in fact, regrading the nan issue, i have the same error when i activate GPU. but in in this case i have also error to allocate memory for convolution redzone , maybe it is the root cause of the nan

RobotEdh commented 4 years ago

I have comitted a fix, you can try again