Replies: 1 comment 4 replies
-
Hi @addcue, you can set the MONAI/monai/networks/nets/densenet.py Line 173 in 960249f MONAI/monai/networks/nets/densenet.py Line 304 in 960249f Hope it can help you, thanks! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In the example for 3D classifications (https://github.com/Project-MONAI/tutorials/blob/main/3d_classification/ignite/densenet_training_array.py), we import a DenseNet-121 model with 3 spatial dimensions. How does this model become 3D? Aren't the original ImageNet images 2D?
Beta Was this translation helpful? Give feedback.
All reactions