Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-harmonics
Commits
5b46fbbf
Unverified
Commit
5b46fbbf
authored
Aug 09, 2023
by
Boris Bonev
Committed by
GitHub
Aug 09, 2023
Browse files
Merge pull request #7 from Vishu26/main
Adding missing dependency to functoools.partial in sfno.py
parents
f9e8ad18
17fb08d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
torch_harmonics/examples/sfno/models/sfno.py
torch_harmonics/examples/sfno/models/sfno.py
+2
-0
No files found.
torch_harmonics/examples/sfno/models/sfno.py
View file @
5b46fbbf
...
...
@@ -36,6 +36,8 @@ from torch_harmonics import *
from
.layers
import
*
from
functools
import
partial
class
SpectralFilterLayer
(
nn
.
Module
):
"""
Fourier layer. Contains the convolution part of the FNO/SFNO
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment