3d classification with multi output head #6876
Unanswered
YingdiZhang
asked this question in
Q&A
Replies: 1 comment
-
Hi @YingdiZhang, You can create your own custom network that includes multiple heads. Here is an example in MONAI which outputs three heads. You can refer to it. MONAI/monai/networks/nets/hovernet.py Line 407 in 2daabf9 Hope it helps, thanks! |
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.
-
Thanks for the great job. I am using monai in a 3D classification task. I want to classify a CT scan in two ways, the first is binary classification of if the disease exist, the second is classify another disease into not exist, low level or high level. I want to achieve this classification task via multi output head, how to achieve that?
Beta Was this translation helpful? Give feedback.
All reactions