Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e665e9b

Browse files
kli-casiachsasank
authored andcommitted
Update autograd_tutorial.py (#238)
1 parent 720d96a commit e665e9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

beginner_source/blitz/autograd_tutorial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
implementation - a ``Function``.
3838
3939
``Tensor`` and ``Function`` are interconnected and build up an acyclic
40-
graph, that encodes a complete history of computation. Each variable has
40+
graph, that encodes a complete history of computation. Each tensor has
4141
a ``.grad_fn`` attribute that references a ``Function`` that has created
4242
the ``Tensor`` (except for Tensors created by the user - their
4343
``grad_fn is None``).

0 commit comments

Comments
 (0)