Open jack04060201 opened 4 years ago
No idea about to specific, but you are using max_batches 4000 for 6 classes? Try with 24000. [Classes*1000]
Firstly. Why are you training 6 classes for 4000 batches? One class is trained for at least 2000 batches. So you should have 6 classes * 2000 batches = 12000 batches. The steps should be 80 and 90 percent of the number of batches, which means 9600 and 10800.
learning_rate=0.001 burn_in=1000 max_batches = 12000 policy=steps steps=9600,10800 scales=.1,.1
Hello , I'm training on colab but my chart look weird. When I start training my loss drop very fast at hundred iteration. So I check my cfg,data,names,txt so many times. But it still not work. My Config