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

Commit 5c53eae

Browse files
authored
Update README.md
1 parent f35eb49 commit 5c53eae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ model = Chain(
4646
# lift (d + 1)-dimensional vector field to n-dimensional vector field
4747
# here, d == 1 and n == 64
4848
Dense(2, 64),
49-
# operator projects data between infinite-dimensional spaces
49+
# map each hidden representation to the next by integral kernel operator
5050
FourierOperator(64=>64, (16, ), gelu),
5151
FourierOperator(64=>64, (16, ), gelu),
5252
FourierOperator(64=>64, (16, ), gelu),

0 commit comments

Comments
 (0)