Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 08b9a2f

Browse files
authored
Fixed example link
1 parent 744df70 commit 08b9a2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ As for model, there are `FourierNeuralOperator` and `MarkovNeuralOperator` provi
4343

4444
## Usage
4545

46-
Fourier Neural Operator
46+
### Fourier Neural Operator
4747

4848
```julia
4949
model = Chain(
@@ -80,7 +80,7 @@ opt = Flux.Optimiser(WeightDecay(1f-4), Flux.ADAM(1f-3))
8080
Flux.@epochs 50 Flux.train!(loss, params(model), data, opt)
8181
```
8282

83-
DeepONet
83+
### DeepONet
8484

8585
```julia
8686
#tuple of Ints for branch net architecture and then for trunk net, followed by activations for branch and trunk respectively
@@ -116,7 +116,7 @@ PDE training examples are provided in `example` folder.
116116

117117
### DeepONet implementation for solving Burgers' equation
118118

119-
[Burgers' equation](example/Burgers/Burgers_deeponet)
119+
[Burgers' equation](example/Burgers/src/Burgers_deeponet.jl)
120120

121121
### Two-dimensional Fourier Neural Operator
122122

0 commit comments

Comments
 (0)