-
Hello, I'm trying to train a 3D unet using monai's UNet model. I've been getting a bunch of out of memory issues and thought that using 16bit instead of 32bit inputs and weights might help. Anyone have an Idea on how to get the UNet to be float16, Any help is much appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
Nic-Ma
Mar 9, 2022
Replies: 1 comment
-
Hi @tiwwexx , I think you can check the AMP tutorial: Thanks. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tiwwexx
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @tiwwexx ,
I think you can check the AMP tutorial:
https://github.com/Project-MONAI/tutorials/blob/master/acceleration/automatic_mixed_precision.ipynb
Thanks.