WongKinYiu / CrossStagePartialNetworks

Cross Stage Partial Networks
https://github.com/WongKinYiu/CrossStagePartialNetworks
894 stars 172 forks source link

the problem of using label_smooth_eps=0.1 for classify? #39

Open marscep456 opened 3 years ago

marscep456 commented 3 years ago

I used the csdarknet53-omega. cfg file to train the classification network(not detection) on my own dataset. When using label_smooth_eps =0.1, the loss increases gradually, no matter how much learning rate I set. But when not use label_smooth_eps=0.1, the loss gradually converges.I mean, why is that? By the way, I have five categories with an average of 1,800 pictures in each category. How many training times and batch sizes should be set?