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
86a1f756
Commit
86a1f756
authored
Mar 21, 2022
by
Gustaf Ahdritz
Browse files
Fix default in LR scheduler
parent
3dcc01a7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
openfold/utils/lr_schedulers.py
openfold/utils/lr_schedulers.py
+1
-1
No files found.
openfold/utils/lr_schedulers.py
View file @
86a1f756
...
@@ -17,7 +17,7 @@ class AlphaFoldLRScheduler(torch.optim.lr_scheduler._LRScheduler):
...
@@ -17,7 +17,7 @@ class AlphaFoldLRScheduler(torch.optim.lr_scheduler._LRScheduler):
base_lr
:
float
=
0.
,
base_lr
:
float
=
0.
,
max_lr
:
float
=
0.001
,
max_lr
:
float
=
0.001
,
warmup_no_steps
:
int
=
1000
,
warmup_no_steps
:
int
=
1000
,
start_decay_after_n_steps
:
int
=
1
0000
,
start_decay_after_n_steps
:
int
=
5
0000
,
decay_every_n_steps
:
int
=
50000
,
decay_every_n_steps
:
int
=
50000
,
decay_factor
:
float
=
0.95
,
decay_factor
:
float
=
0.95
,
):
):
...
...
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