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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
foldfelis authored Nov 22, 2021
1 parent f35eb49 commit 5c53eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ model = Chain(
# lift (d + 1)-dimensional vector field to n-dimensional vector field
# here, d == 1 and n == 64
Dense(2, 64),
# operator projects data between infinite-dimensional spaces
# map each hidden representation to the next by integral kernel operator
FourierOperator(64=>64, (16, ), gelu),
FourierOperator(64=>64, (16, ), gelu),
FourierOperator(64=>64, (16, ), gelu),
Expand Down

0 comments on commit 5c53eae

Please sign in to comment.