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 86cf702 commit a77d137Copy full SHA for a77d137
beginner_source/basics/autogradqs_tutorial.py
@@ -163,10 +163,10 @@
163
# To get a sense of what this computational graph looks like we can use the following tools:
164
#
165
# 1. torchviz is a package to visualize computational graphs
166
-# <https://github.com/szagoruyko/pytorchviz>
+# `<https://github.com/szagoruyko/pytorchviz>`
167
168
# 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>
+# `<https://dev-discuss.pytorch.org/t/highlighting-a-few-recent-autograd-features-h2-2023/1787>`
170
171
172
# .. note::
0 commit comments