How to train a 2D Unet with a Resnet based encoder initialized to pre trained image net weights ? #501
Unanswered
gadithyaraju21
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hi @gadithyaraju21 , Thanks for your interest here. 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
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like to create and train Albunet initialized to pre trained image net weights. The problem is that we cannot use a 3D Unet instead a 2d Unet is required. But medical images are 3D volumes. The closest tutorial I found was this: https://github.com/Project-MONAI/tutorials/blob/master/modules/2d_inference_3d_volume.ipynb, can we do something similar like this for training, where 3D volumes are converted to 2D slices?
Beta Was this translation helpful? Give feedback.
All reactions