Model finetuning on continuous data #5164
mahadev0811
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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