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
OpenFold
Commits
0067da9f
Unverified
Commit
0067da9f
authored
Jan 27, 2022
by
Gustaf Ahdritz
Committed by
GitHub
Jan 27, 2022
Browse files
Remove tiny epsilon from default optimizer
parent
c392b21c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
train_openfold.py
train_openfold.py
+1
-1
No files found.
train_openfold.py
View file @
0067da9f
...
@@ -89,7 +89,7 @@ class OpenFoldWrapper(pl.LightningModule):
...
@@ -89,7 +89,7 @@ class OpenFoldWrapper(pl.LightningModule):
def
configure_optimizers
(
self
,
def
configure_optimizers
(
self
,
learning_rate
:
float
=
1e-3
,
learning_rate
:
float
=
1e-3
,
eps
:
float
=
1e-
8
eps
:
float
=
1e-
5
,
)
->
torch
.
optim
.
Adam
:
)
->
torch
.
optim
.
Adam
:
# Ignored as long as a DeepSpeed optimizer is configured
# Ignored as long as a DeepSpeed optimizer is configured
return
torch
.
optim
.
Adam
(
return
torch
.
optim
.
Adam
(
...
...
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