train loss
linchunmian opened this issue · 6 comments
Hi, I run the code trained on BDD100K dataset from scratch, but the result returns loss nan. What's the problems? Could you please give me some advice for mode training in such case?
Thanks!
@ChunmianLin
Probably because of the variance.
I recommend you to train the model using darknet53.conv.74.
Please see this: #16 (comment)
thanks. I try it again.
In early time, I have asked you about KITTI test. One question confused me now is that its test code is basde on MATLAB and C, so need I setup according environment and test my model?
thanks. I try it again.
In early time, I have asked you about KITTI test. One question confused me now is that its test code is basde on MATLAB and C, so need I setup according environment and test my model?
Maybe, you just need to use the C/C++ code for KITTI testing. I'm not sure but I think you don't need to setup the environment.
Thanks for response! I have restored the pretrained model, but it seems to make no effect. The learning rate I use is from 1e-4 to 1e-6, is it too large for training? I don't know what's the problem.
…
-----原始邮件----- 发件人:"Jiwoong Choi" notifications@github.com 发送时间:2019-12-28 23:34:51 (星期六) 收件人: jwchoi384/Gaussian_YOLOv3 Gaussian_YOLOv3@noreply.github.com 抄送: ChunmianLin cmlin@buaa.edu.cn, Mention mention@noreply.github.com 主题: Re: [jwchoi384/Gaussian_YOLOv3] train loss (#47) @ChunmianLin Probably because of the variance. I recommend you to train the model using darknet53.conv.74. Please see this: #16 (comment) — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
It's not large. If you use the pre-trained weight file ("darknet53.conv.74") and BDD cfg file which I uploaded, the model can train well.
If not, try to increase the burn-in value in the cfg file or decrease the learning rate.