From 9ea008398d5a88843dde3fa34b2e7cca82017506 Mon Sep 17 00:00:00 2001 From: suraj813 Date: Tue, 29 Dec 2020 16:40:48 -0500 Subject: [PATCH] Update profiler tutorial to prevent build --- beginner_source/{profiler_tutorial_.py => profiler.py} | 0 index.rst | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename beginner_source/{profiler_tutorial_.py => profiler.py} (100%) 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