Replies: 1 comment 1 reply
-
Hi @rirase, you can either retrain the model or start from scratch. If you want retrain, you need try to adjust the output layer as your output class has changed such as (you need to check what's your final layer):
Hope it helps, thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks to everyone for this library, it’s great.
I have a question: I trained a UNet model with 5 labels for 5 bones, but now I need a segmentation for 7 bones, so I need to include two more. I am going to use the same dataset. Can I retrain my model, which is already working well, or do I need to start from scratch? When I try the demo to train, it gives me an error saying that the keys of the new UNet don’t match.
Thanks for your help.
Best regards,
Ricar
Beta Was this translation helpful? Give feedback.
All reactions