File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ The ``autograd`` package is crucial for building highly flexible and dynamic neu
5
5
networks in PyTorch. Most of the autograd APIs in PyTorch Python frontend are also available
6
6
in C++ frontend, allowing easy translation of autograd code from Python to C++.
7
7
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.
9
9
Note that this tutorial assumes that you already have a basic understanding of
10
10
autograd in Python frontend. If that's not the case, please first read
11
11
`Autograd: Automatic Differentiation <https://pytorch.org/tutorials/beginner/blitz/autograd_tutorial.html >`_.
You can’t perform that action at this time.
0 commit comments