Skip to content

Commit a77d137

Browse files
committed
update link syntax.
1 parent 86cf702 commit a77d137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

beginner_source/basics/autogradqs_tutorial.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,10 +163,10 @@
163163
# To get a sense of what this computational graph looks like we can use the following tools:
164164
#
165165
# 1. torchviz is a package to visualize computational graphs
166-
# <https://github.com/szagoruyko/pytorchviz>
166+
# `<https://github.com/szagoruyko/pytorchviz>`
167167
#
168168
# 2. TORCH_LOGS="+autograd" enables logging for the backward pass.
169-
# <https://dev-discuss.pytorch.org/t/highlighting-a-few-recent-autograd-features-h2-2023/1787>
169+
# `<https://dev-discuss.pytorch.org/t/highlighting-a-few-recent-autograd-features-h2-2023/1787>`
170170
#
171171
#
172172
# .. note::

0 commit comments

Comments
 (0)