Hi everybody, hope that all of yours be fine.
I´m research about inference time and throughput in CNN and i do like to know if exist a method on pytorch to calc this parameters?
Thanks a lot for all.
Verner
Hi everybody, hope that all of yours be fine.
I´m research about inference time and throughput in CNN and i do like to know if exist a method on pytorch to calc this parameters?
Thanks a lot for all.
Verner
If you are looking for an approach to calculate the FLOPS, you might want to take a look at the fvcore
util.
Thank you @ptrblck, i´ll test it.