Analyze Your Python Applications with Intel Advisor





0/5 (0 vote)
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).