flâneur — a map of the web's best reading

What Limits Performance of (PyTorch) Neural Networks when running on a CPU? | B. Nikolic Software and Computing Blog

bnikolic.co.uk · 300 words · saved by 1 readers

This is a little experiment to use CPU performance monitoring counters to find out what limits the maximum performance of PyTorch Neural Networks when running on a CPU.

This is a little experiment to use CPU performance monitoring counters to find out what limits the maximum performance of PyTorch Neural Networks when running on a CPU. The experiment was carried out in the following way: Performance metrics were calculated as described in the post describing counting PMU events in Python and the post applying this to PyTorch . Measurements were made for all torchvision models, and repeated 10 times to obtain an average. The variety of models is used in order to have a range of algorithms so that the limiting factor becomes more apparent. Measurements were mad

Explore this link on the map →

related reading