[ Sharing ]  What’s New in PyTorch Profiler 1.9?
  Comments:

What’s New in PyTorch Profiler 1.9?

  By : Leadtek AI Expert     2053

AI News Sharing

The goal of this new release (previous PyTorch Profiler release) is to provide you with new state-of-the-art tools to help diagnose and fix machine learning performance issues regardless of whether you are working on one or numerous machines. The objective is to target the execution steps that are the most costly in time and/or memory, and visualize the work load distribution between GPUs and CPUs.

Here is a summary of the five major features being released:

1. Distributed Training View: This helps you understand how much time and memory is consumed in your distributed training job. Many issues occur when you take a training model and split the load into worker nodes to be run in parallel as it can be a black box. The overall model goal is to speed up model training. This distributed training view will help you diagnose and debug issues within individual nodes.

2. Memory View: This view allows you to understand your memory usage better. This tool will help you avoid the famously pesky Out of Memory error by showing active memory allocations at various points of your program run.

3. GPU Utilization Visualization: This tool helps you make sure that your GPU is being fully utilized.

4. Cloud Storage Support: Tensorboard plugin can now read profiling data from Azure Blob Storage, Amazon S3, and Google Cloud Platform.

5. Jump to Source Code: This feature allows you to visualize stack tracing information and jump directly into the source code. This helps you quickly optimize and iterate on your code based on your profiling results.


Read Full Article Here

https://pytorch.org/blog/pytorch-profiler-1.9-released/


Reference

https://pytorch.org/blog/pytorch-profiler-1.9-released

https://pytorch.org/tutorials/recipes/recipes/profiler_recipe.html

https://pytorch.org/docs/stable/profiler.html

https://pytorch.org/tutorials/beginner/profiler.html







Comments as following