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

Commit 1ff1a5d

Browse files
committed
add result of MNO
1 parent 70f4fe0 commit 1ff1a5d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/src/index.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,10 @@ CurrentModule = NeuralOperators
66

77
Documentation for [NeuralOperators](https://github.com/foldfelis/NeuralOperators.jl).
88

9-
[Example of `MarkovNeuralOperator`](assets/notebook/mno.jl.html)
9+
| **Ground Truth** | **Inferenced** |
10+
|:----------------:|:--------------:|
11+
| ![](https://github.com/foldfelis/NeuralOperators.jl/blob/master/example/FlowOverCircle/gallery/ans.gif?raw=true) | ![](https://github.com/foldfelis/NeuralOperators.jl/blob/master/example/FlowOverCircle/gallery/ans.gif?raw=true) |
1012

13+
The demonstration showing above is Navier-Stokes equation learned by the `MarkovNeuralOperator` with only one time step information.
14+
Example can be found in [`example/FlowOverCircle`](https://github.com/foldfelis/NeuralOperators.jl/tree/master/example/FlowOverCircle).
15+
The result is also provided [here](assets/notebook/mno.jl.html)

0 commit comments

Comments
 (0)