Model finetuning on continuous data #5165
Unanswered
mahadev0811
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Basically i took a pretrained faster rcnn model and trained it on custom dataset (4 classes ) with around 20000 images and saved the best checkpoint as "obj_finetune-1.pth" , now a new dataset of around 5000 images (but only 2 classes) has been generated and I want to update the previously finetuned model "obj_finetune-1.pth" with new dataset as well
How can I do this and make sure model's accuracy to detect all 4 classes do not drop upon further finetunings
Beta Was this translation helpful? Give feedback.
All reactions