Skip to content

Commit ce59112

Browse files
author
Svetlana Karslioglu
authored
Update cpp_autograd.rst (#2035)
1 parent f1359fa commit ce59112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

advanced_source/cpp_autograd.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The ``autograd`` package is crucial for building highly flexible and dynamic neu
55
networks in PyTorch. Most of the autograd APIs in PyTorch Python frontend are also available
66
in C++ frontend, allowing easy translation of autograd code from Python to C++.
77

8-
In this tutorial we'll look at several examples of doing autograd in PyTorch C++ frontend.
8+
In this tutorial explore several examples of doing autograd in PyTorch C++ frontend.
99
Note that this tutorial assumes that you already have a basic understanding of
1010
autograd in Python frontend. If that's not the case, please first read
1111
`Autograd: Automatic Differentiation <https://pytorch.org/tutorials/beginner/blitz/autograd_tutorial.html>`_.

0 commit comments

Comments
 (0)