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
013f9a19
Commit
013f9a19
authored
Jul 21, 2025
by
Boris Bonev
Browse files
revertingf code change in sfno
parent
63b769fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
torch_harmonics/examples/models/sfno.py
torch_harmonics/examples/models/sfno.py
+1
-9
No files found.
torch_harmonics/examples/models/sfno.py
View file @
013f9a19
...
...
@@ -392,15 +392,7 @@ class SphericalFourierNeuralOperator(nn.Module):
@
torch
.
jit
.
ignore
def
no_weight_decay
(
self
):
"""
Return a set of parameter names that should not be decayed.
Returns
-------
set
Set of parameter names to exclude from weight decay
"""
return
{
"pos_embed.pos_embed"
}
return
{
"pos_embed"
,
"cls_token"
}
def
forward_features
(
self
,
x
):
...
...
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