Skip to content

Commit d05f163

Browse files
authored
Update autograd worked example summary (#485)
1 parent 1b90713 commit d05f163

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pages/usage/worked_examples.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ running the net with different input arrays on each MPI rank.
6565
#### 8) Autograd
6666

6767
[This worked example](https://github.com/Cambridge-ICCS/FTorch/tree/main/examples/8_Autograd)
68-
is currently under development. Eventually, it will demonstrate how to perform
69-
automatic differentiation in FTorch by leveraging PyTorch's Autograd module.
70-
Currently, it just demonstrates how to compute mathematical expressions
71-
involving Torch tensors.
68+
demonstrates how to perform automatic differentiation of mathematical
69+
expressions involving Torch tensors in FTorch by leveraging PyTorch's Autograd
70+
module.

0 commit comments

Comments
 (0)