I am trying to understand how the calculation of memory usage in convection mode was performed here (scroll down to the VGGNet section in the detailed section).
The result of the calculation, to find out how much memory the VGGNet network uses, says:
TOTAL memory: 24M * 4 bytes ~= 93MB
however, adding up all the memory: values memory: from each of the layers in the list gives only 15 M * 4 bytes, and I'm not sure where the rest of the memory in this sum came from.
source share