Skip to content

Commit 2318285

Browse files
authored
Update profiler_recipe.py
1 parent 8b965b1 commit 2318285

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

recipes_source/recipes/profiler_recipe.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,5 +459,6 @@ def trace_handler(p):
459459
#
460460
# Take a look at the following recipes/tutorials to continue your learning:
461461
#
462-
# - `PyTorch Benchmark <https://pytorch.org/tutorials/recipes/recipes/benchmark.html>`_
462+
# - `PyTorch Benchmark <https://pytorch.org/tutorials/recipes/recipes/benchmark.html>`_
463+
# - `Visualizing models, data, and training with TensorBoard <https://pytorch.org/tutorials/intermediate/tensorboard_tutorial.html>`_ tutorial
463464
#

0 commit comments

Comments
 (0)