-
Recently, I attempted to use ResNet for building a classification model of 3D MRI (25625616). However, I do not know how to set the parameters as a medical doctor. There were no correct information for addressing this problem. Thank you in advance for your reply. FALSE: |
Beta Was this translation helpful? Give feedback.
Answered by
KumoLiu
Dec 13, 2022
Replies: 1 comment 7 replies
-
Hi @markvvw, you can try
Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
7 replies
Answer selected by
markvvw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @markvvw, you can try
resnet18
,resnet50
or other resnet in this file, just replacenum_classes
.Hope it can help you, thanks!