Transfer weights from monai's hovernet to original author's hovernet #6651
-
If I use monailabel to train Hovernet, how can I copy these weights to the original author's model (state dict mapping)? |
Beta Was this translation helpful? Give feedback.
Answered by
KumoLiu
Jun 26, 2023
Replies: 1 comment 2 replies
-
Hi @rajeshtims, I think you could refer to these mapping rules. MONAI/monai/networks/nets/hovernet.py Lines 623 to 650 in 0ffe55a Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @rajeshtims, we don't have the decoder mapping, maybe you need to manually export the structure of the network and compare them.
Thanks!