Skip to content

Commit b8b4840

Browse files
committed
Docs for example 5
1 parent cf9a006 commit b8b4840

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

examples/5_Autograd/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Example 5 - Autograd
22

3-
This example will demonstrate automatic differentation in FTorch by leveraging
4-
PyTorch's Autograd module.
3+
**This example is currently under development.** Eventually, it will demonstrate
4+
automatic differentation in FTorch by leveraging PyTorch's Autograd module.
55

66
By exposing Autograd in Fortran, FTorch will be able to compute derivatives of
77
expressions involving `torch_tensor`s.

pages/examples.md

+7
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,10 @@ data to multiple GPU devices.
186186
[This worked example](https://github.com/Cambridge-ICCS/FTorch/tree/main/examples/4_MultiIO)
187187
considers a variant of the SimpleNet demo, which demonstrates how to account for
188188
multiple input tensors and multiple output tensors.
189+
190+
#### 5) Autograd
191+
192+
[This worked example](https://github.com/Cambridge-ICCS/FTorch/tree/main/examples/5_Autograd)
193+
is currently under development. Eventually, it will demonstrate how to perform
194+
automatic differentiation in FTorch by leveraging PyTorch's Autograd module.
195+
Currently, it just demonstrates how to use `torch_tensor_to_array`.

0 commit comments

Comments
 (0)