Hi all,
I was wondering what the easiest way to estimate the number of FLOPs (multplies and adds) a deep pipeline implemented in Lasagne might be?
For example, in Figure 3 of the
ResNet paper, they describe the number of FLOPs needed for each model. What would be the best way to compute this (in this case, for a Lasagne implementation of the ResNet, like
this one).
Thanks!
Joel
PS: To clarify, I think they mean the total number of multiply-adds (Floating point operations) needed for one pass of the model, and not FLOPS (floating point operations per second)