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 learning on MobileNet-SSD caffe #170

Open
AbhimanyuAryan opened this issue Aug 22, 2019 · 0 comments
Open

How to do incremental learning on MobileNet-SSD caffe #170

AbhimanyuAryan opened this issue Aug 22, 2019 · 0 comments

Comments

@AbhimanyuAryan
Copy link

I'm training my classifier on 20k images but every week I get more new pictures so I want to incrementally train my previous model(last stopped iteration) instead of retraining 20k+new_images on all the images again which is a waste of time and compute

I figured out incremental training with Yolo but can't seem to find anything for MobileNet-SSD caffe implemented here https://github.com/chuanqi305/MobileNet-SSD

To understand more about what I'm talking about refer to this:
How to do incremental training on the basis of yolov3.weights & answer to this mention here:

 darknet.exe partial cfg/yolov3.cfg yolov3.weights yolov3.conv.105 105 
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

1 participant