Network profiler

Hi guys, is there a good network profile tool like:


that can give you net ops, time, etc?

Soumith Chintala had recently given a talk about PyTorch mentioning profiling.
He suggested to use your favorite Python profiler (e.g. Line_Profiler).

You can find the talk here.

Hope that helps you!

1 Like

see also Counting operations