Replies: 1 comment
-
@Rizhiy Hi. Have you been able to do so? I want to improve performance on |
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.
-
Hi, I would like to finetune a model to better recognise people, cats and dogs.
I have some data with those three classes labeled, but it is not a lot. Therefore I would like to preserve existing weights for those classes from a pre-trained COCO model.
Is there already an existing functionality for such task?
The way I see it, only the classification head needs to be modified. Rows/Columns for required classes should be identified and the rest can be dropped.
Beta Was this translation helpful? Give feedback.
All reactions