Commit b8b4840 1 parent cf9a006 commit b8b4840 Copy full SHA for b8b4840
File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Example 5 - Autograd
2
2
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.
5
5
6
6
By exposing Autograd in Fortran, FTorch will be able to compute derivatives of
7
7
expressions involving ` torch_tensor ` s.
Original file line number Diff line number Diff line change @@ -186,3 +186,10 @@ data to multiple GPU devices.
186
186
[ This worked example] ( https://github.com/Cambridge-ICCS/FTorch/tree/main/examples/4_MultiIO )
187
187
considers a variant of the SimpleNet demo, which demonstrates how to account for
188
188
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 ` .
You can’t perform that action at this time.
0 commit comments