Skip to content

Commit 5efecaf

Browse files
committed
change all Profiler to uppercase
1 parent 5cd35a3 commit 5efecaf

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
@@ -138,15 +138,15 @@ def train(data):
138138
# 4. Use TensorBoard to view and analyze performance
139139
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
140140
#
141-
# This requires the latest versions of PyTorch TensorBoard profiler.
141+
# This requires the latest versions of PyTorch TensorBoard Profiler.
142142
#
143143
# ::
144144
#
145145
# pip install torch_tb_profiler
146146
#
147147

148148
######################################################################
149-
# Launch the TensorBoard profiler.
149+
# Launch the TensorBoard Profiler.
150150
#
151151
# ::
152152
#

0 commit comments

Comments
 (0)