Skip to content

Commit 9783d8a

Browse files
committed
➕ add usage to docs
1 parent 7519a7b commit 9783d8a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ pkg> add OperatorLearning
2020

2121
## Usage
2222

23+
In total, the exported layers behave like you would expect from ones that `Flux.jl` provides, i.e. you can use basically all the tools that come along with `Flux` to do training.
24+
2325
### Fourier Neural Operator
2426

2527
The basic workflow is more or less in line with the layer architectures that `Flux` provides, i.e. you construct individual layers, chain them if desired and pass the inputs as arguments to the layers.

0 commit comments

Comments
 (0)