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

Commit 9c1b044

Browse files
authored
Merge pull request #48 from foldfelis/master
Fix broken link for notebooks
2 parents 91e49d0 + 351b70c commit 9c1b044

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

example/DoublePendulum/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ In is example, instead of learning from a well-described equation of motion,
55
we train the model with the famous dataset provided by IBM.
66
The equation of motion to the real experiments of double pendulum is learned by a two-dimensional Fourier neural operator.
77
It learns to inference the next 30 steps with the given first 30 steps.
8-
The result of this example can be found [here](https://foldfelis.github.io/NeuralOperators.jl/dev/assets/notebook/double_pendulum.jl.html).
8+
The result of this example can be found [here](https://neuraloperators.sciml.ai/dev/assets/notebook/double_pendulum.jl.html).
99

1010
![](gallery/result.gif)
1111

example/FlowOverCircle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Flow over the circle
22

33
The time dependent Navier-Stokes equation is learned by the `MarkovNeuralOperator` with only one time step information.
4-
The result of this example can be found [here](https://foldfelis.github.io/NeuralOperators.jl/dev/assets/notebook/mno.jl.html).
4+
The result of this example can be found [here](https://neuraloperators.sciml.ai/dev/assets/notebook/mno.jl.html).
55

66
| **Ground Truth** | **Inferenced** |
77
|:----------------:|:--------------:|

example/SuperResolution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Super Resolution
22

33
The time dependent Navier-Stokes equation is learned by the `MarkovNeuralOperator` with only one time step information.
4-
The result of this example can be found [here](https://foldfelis.github.io/NeuralOperators.jl/dev/assets/notebook/super_resolution_mno.jl.html).
4+
The result of this example can be found [here](https://neuraloperators.sciml.ai/dev/assets/notebook/super_resolution_mno.jl.html).
55

66
Apart from just training a MNO, here, we train the model with lower resolution (96x64) and inference result with higher resolution (192x128).
77

0 commit comments

Comments
 (0)