Replies: 1 comment
-
could try |
Beta Was this translation helpful? Give feedback.
0 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.
-
Hello dears,
I am training a deep learning model (Variational autoencoder) with medical images of dimension (512,512,z) with z varying between 107 and 388 in pytorch. I can't choose a ROI because I need the whole image.
I want to know, how to integrate a patch step in the model to cut the image in several blocks (sub-images) in order to not have a memory problem or if there is another way to do the training without having a memory problem.
Beta Was this translation helpful? Give feedback.
All reactions