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

Commit 15368e7

Browse files
committed
Refactor
1 parent d437245 commit 15368e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/model.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ With only one time step information of learning, it can predict the following fe
106106
with low loss by linking the operators into a Markov chain.
107107
108108
The model is comprised of
109-
a `Dense` layer to lift (d + 1)-dimensional vector field to n-dimensional vector field,
109+
a `Dense` layer to lift d-dimensional vector field to n-dimensional vector field,
110110
and an integral kernel operator which consists of four Fourier kernels,
111111
and a `Dense` layers to project data back to the scalar field of interest space.
112112

0 commit comments

Comments
 (0)