Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

Analyze Your Python Applications with Intel Advisor

5 Mar 2020 1  
In this video, Jeff shows you a quick example using the TensorFlow quickstart and how the Intel Advisor can recommend some improvements to it.
This video illustrates how Intel Advisor can take python applications, run them through a high grade performance profiler, and get roofline reports, hotpsot analysis, and get recommendations on how to improve your application. The video has a sample using the TensorFlow tutorial, on how to train a model, execute that model, and then analyze its performance.

This article is in the Product Showcase section for our sponsors at CodeProject. These articles are intended to provide you with information on products and services that we consider useful and of value to developers.

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).

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here