We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aa29bc commit 4919e6dCopy full SHA for 4919e6d
intermediate_source/tensorboard_profiler_tutorial.py
@@ -1,5 +1,5 @@
1
"""
2
-PyTorch TensorBoard Profiler
+PyTorch Profiler With TensorBoard
3
====================================
4
This recipe demonstrates how to use PyTorch Profiler
5
to detect performance bottlenecks of the model.
@@ -162,7 +162,7 @@ def train(data):
162
#
163
164
######################################################################
165
-# You should see Profiler plugin page as shown below.
+# You could see Profiler plugin page as shown below.
166
167
# .. image:: ../../_static/img/profiler_overview1.png
168
# :scale: 25 %
0 commit comments