Hacker News new | ask | show | jobs
How to estimate minimum memory required for forward pass in a CNN?
1 points by rdabane 3570 days ago
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 comments

Basically I need to understand if there is dependency to store multiple feature maps at any point in the forward pass?