Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Climax
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
earth_observation_public
Climax
Commits
41825b4b
Commit
41825b4b
authored
3 years ago
by
Frisinghelli Daniel
Browse files
Options
Downloads
Patches
Plain Diff
Base learning rate for PR-only.
parent
6445ee9d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
climax/main/config.py
+1
-1
1 addition, 1 deletion
climax/main/config.py
with
1 addition
and
1 deletion
climax/main/config.py
+
1
−
1
View file @
41825b4b
...
...
@@ -154,7 +154,7 @@ if PREDICTAND is 'pr':
if
isinstance
(
LOSS
,
BernoulliGammaLoss
):
# learning rates for supersampling task
if
not
any
(
ERA5_P_PREDICTORS
)
and
ERA5_S_PREDICTORS
==
'
pr
'
:
MAX_LR
=
0.00
2
MAX_LR
=
0.00
1
else
:
MAX_LR
=
0.0005
if
OPTIM
is
torch
.
optim
.
Adam
else
0.001
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment