How to estimate minimum memory required for forward pass in a CNN?

1 points by rdabane ↗ HN
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.

1 comment

[ 2.1 ms ] story [ 10.0 ms ] thread
Basically I need to understand if there is dependency to store multiple feature maps at any point in the forward pass?