Resuming training with new training dataset #3139
Unanswered
rathishkumar
asked this question in
Q&A
Replies: 2 comments
-
Both of them are not the best way , you can registry a custom dataset, and add to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi Rathish, did you get it working? I haven't found any good answers in the discussions. I guess Detectron2 wasn't meant to be trained like this? There's also no explanation about this in the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have trained model and deployed, based on the model performance, I need to add additional data (which are not part of original training set). Can I use the
resume=True
option to add this new data or do I need to add this data to original training set and start from scratch?This new data is similar to old data.
Beta Was this translation helpful? Give feedback.
All reactions