Skip to content

Commit

Permalink
Feature: Fourier Layer for Fourier Neural Operator (#78)
Browse files Browse the repository at this point in the history
Add n-dimensional Fourier layer.

---------

Co-authored-by: Michel Luchmann <[email protected]>
Co-authored-by: Samuel Burbulla <[email protected]>
  • Loading branch information
3 people authored Mar 15, 2024
1 parent a3f367e commit 0bfecf8
Show file tree
Hide file tree
Showing 3 changed files with 775 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
- Change `torch` dependency from "==2.1.0" to ">=2.1.0,<3.0.0".
- Change `dataptation` dependency from "==3.1" to ">=3.1,<4.0".
- Change `optuna` dependency from "3.5.0" to ">=3.5.0,<4.0.0".
- Add `FourierLayer` implementation.

## 0.0.0 (2024-02-22)

Expand Down
Loading

0 comments on commit 0bfecf8

Please sign in to comment.