diff --git a/beginner_source/profiler_tutorial_.py b/beginner_source/profiler.py similarity index 100% rename from beginner_source/profiler_tutorial_.py rename to beginner_source/profiler.py diff --git a/index.rst b/index.rst index c3633c95c4b..bb26384dba4 100644 --- a/index.rst +++ b/index.rst @@ -279,7 +279,7 @@ Welcome to PyTorch Tutorials :header: Performance Profiling in PyTorch :card_description: Learn how to use the PyTorch Profiler to benchmark your module's performance. :image: _static/img/thumbnails/cropped/profiler.png - :link: beginner/profiler_tutorial_.html + :link: beginner/profiler.html :tags: Model-Optimization,Best-Practice,Profiling .. customcarditem:: @@ -541,7 +541,7 @@ Additional Resources :hidden: :caption: Model Optimization - beginner/profiler_tutorial_ + beginner/profiler beginner/hyperparameter_tuning_tutorial intermediate/pruning_tutorial advanced/dynamic_quantization_tutorial