We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1359fa commit ce59112Copy full SHA for ce59112
advanced_source/cpp_autograd.rst
@@ -5,7 +5,7 @@ The ``autograd`` package is crucial for building highly flexible and dynamic neu
5
networks in PyTorch. Most of the autograd APIs in PyTorch Python frontend are also available
6
in C++ frontend, allowing easy translation of autograd code from Python to C++.
7
8
-In this tutorial we'll look at several examples of doing autograd in PyTorch C++ frontend.
+In this tutorial explore several examples of doing autograd in PyTorch C++ frontend.
9
Note that this tutorial assumes that you already have a basic understanding of
10
autograd in Python frontend. If that's not the case, please first read
11
`Autograd: Automatic Differentiation <https://pytorch.org/tutorials/beginner/blitz/autograd_tutorial.html>`_.
0 commit comments