65.9K
CodeProject is changing. Read more.
Home

Analyze Your Python Applications with Intel Advisor

emptyStarIconemptyStarIconemptyStarIconemptyStarIconemptyStarIcon

0/5 (0 vote)

Mar 5, 2020

CPOL
viewsIcon

20113

In this video, Jeff shows you a quick example using the TensorFlow quickstart and how the Intel Advisor can recommend some improvements to it.

Intel Advisor can give you insight into the performance of your compiled applications and your Python applications too. It can inspect and do performance profiling for your Python applications, and it's not just native applications.

Through the sample, we test some image identification and recognition using TensorFlow, we look at the source code, look at a complete analysis of our sample and see which loops were the most time consuming.

We also take a look at the roofline report, can see the more compute-bound loops, and can see how it executed, where in the call stack it ran. And look through the recommendations, like using smaller data types (in our case).