Assuming I've a MxN input image, I need to estimate minimum memory required for inference. I'm ok with any kind of reordering of computations.
How to estimate minimum memory required for forward pass in a CNN?
1–2 of 2 posts
Re: How to estimate minimum memory required for forward pass in a CNN?
#2Basically I need to understand if there is dependency to store multiple feature maps at any point in the forward pass?