pjreddie / darknet

Convolutional Neural Networks
http://pjreddie.com/darknet/
Other
25.73k stars 21.33k forks source link

How to train yolo-tiny model? #309

Open aprentis opened 6 years ago

aprentis commented 6 years ago

Hi everybody!

Ive trained classic yolo on my own dataset and it works great. Now im going to use yolo-tiny model. Ive used yolo-tiny.cfg and extraction.conv.weights, but after two or threee steps of training, ive got this.

screenshot from 2017-11-14 14-50-29

What`s wrong?

xhuvom commented 6 years ago

U might use darknet19_448.conv.23 model to start training.