thtrieu / darkflow

Translate darknet to tensorflow. Load trained weights, retrain/fine-tune using tensorflow, export constant graph def to mobile devices
GNU General Public License v3.0
6.13k stars 2.08k forks source link

I can't reduce ave loss. #1120

Open HongYg opened 4 years ago

HongYg commented 4 years ago

I can't reduce ave loss.

It stays 3.0-4.0 at 10000step-50000step

I used option --lr 1e-06

I I tried --lr 1e-07 ,--lr 1e-08, or --lr 1e-05

but it dosen't work.

datasize :925pic classes : 6 all data are 1280x720 .jpg

class1 : 116 class2 : 493 class3 : 102 class4 : 161 class5 : 155 class6 : 169

how can I do? I need your help thank you.

hanouel commented 4 years ago

same problem

luthfi07 commented 4 years ago

same problem with me, any solution?