Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to do incremental training on the basis of yolov3.weights #705

Open
zj463261929 opened this issue Apr 17, 2018 · 3 comments
Open

How to do incremental training on the basis of yolov3.weights #705

zj463261929 opened this issue Apr 17, 2018 · 3 comments

Comments

@zj463261929
Copy link

zj463261929 commented Apr 17, 2018

./darknet detector train cfg/voc.data cfg/yolov3-voc.cfg backup/yolov3.weights -gpus 0

result:
104 conv 256 3 x 3 / 1 52 x 52 x 128 -> 52 x 52 x 256 1.595 BFLOPs
105 conv 48 1 x 1 / 1 52 x 52 x 256 -> 52 x 52 x 48 0.066 BFLOPs
106 detection
Loading weights from backup/yolov3.weights...Done!
Learning Rate: 0.0001, Momentum: 0.9, Decay: 0.0005
Saving weights to backup/yolov3-voc_final.weights

@fvlntn
Copy link

fvlntn commented Apr 19, 2018

In cfg/yolov3-voc.cfg change the line
max_batches =
to something greater so it can train.

@ghost
Copy link

ghost commented May 17, 2018

same problem...

@AlexeyAB
Copy link
Collaborator

@zj463261929 @ralek67 @takuhara
Answer: AlexeyAB#829 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants