Does patch size affect GPU memory consumption? #4468
-
Thanks for your great job! I was wondering that the relationship between medical image patch size and GPU consumption during training, is there have any classical papers? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hi @ericspod , do you know any related papers? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
Hi @lanslotttTT. It isn't really a question of papers particularly; neural networks are made out of common building blocks whose memory requirements can be concretely understood; I'll can make a few observations that may help. One important factor is whether your network is purely convolutional or not. Take a UNet vs. a VAE, for example:
You can examine the effect of changing such parameters on a given network architecture using |
Beta Was this translation helpful? Give feedback.
Hi @lanslotttTT. It isn't really a question of papers particularly; neural networks are made out of common building blocks whose memory requirements can be concretely understood; I'll can make a few observations that may help.
One important factor is whether your network is purely convolutional or not. Take a UNet vs. a VAE, for example: