Replies: 2 comments
-
Did you solve this problem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
given the trained model on custom datasets "model_final.pth", how to fine tune it on one specific class of small new datasets |
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.
-
Hello !
After fine tuning a model from model zoo,I got "model_final.pth",Now I want to fine tune this model("model_final.pth") in another task :
-How can I modify the piece of code bellow to load my model(I just trained) and its configurations?
-What kind of information does exactly the ".yaml" file contain?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions