Skip to content
Discussion options

You must be logged in to vote

Hi @markvvw, you can try resnet18, resnet50 or other resnet in this file, just replace num_classes.

from monai.networks.nets import resnet18
model = resnet18(num_classes=3)

Hope it can help you, thanks!

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@KumoLiu
Comment options

@Wangrui-berry
Comment options

@Wangrui-berry
Comment options

@KumoLiu
Comment options

@Wangrui-berry
Comment options

Answer selected by markvvw
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants