Replies: 2 comments 2 replies
-
I think, Python
CLI
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Transfer learning doesn't mean the model wouldn't forget what it learnt before. Unless you're providing all the classes the model has to detect, it will eventually forget those classes since the goal during training is to maximize performance on the current dataset. Since your current dataset doesn't have those classes, the weights won't be updated in a way to preserve the performance on those classes. |
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
-
Is there a way to apply Transfer Learning on YOLOv8? if that is the case, where could I find more documentation on the subject?
Beta Was this translation helpful? Give feedback.
All reactions