Skip to content

Commit 4919e6d

Browse files
committed
update title
1 parent 8aa29bc commit 4919e6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

intermediate_source/tensorboard_profiler_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
PyTorch TensorBoard Profiler
2+
PyTorch Profiler With TensorBoard
33
====================================
44
This recipe demonstrates how to use PyTorch Profiler
55
to detect performance bottlenecks of the model.
@@ -162,7 +162,7 @@ def train(data):
162162
#
163163

164164
######################################################################
165-
# You should see Profiler plugin page as shown below.
165+
# You could see Profiler plugin page as shown below.
166166
#
167167
# .. image:: ../../_static/img/profiler_overview1.png
168168
# :scale: 25 %

0 commit comments

Comments
 (0)