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
8bbe9e5a
Commit
8bbe9e5a
authored
Oct 12, 2021
by
Gustaf Ahdritz
Browse files
Add sample DeepSpeed config
parent
29315bdc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
34 additions
and
0 deletions
+34
-0
deepspeed_config.json
deepspeed_config.json
+34
-0
No files found.
deepspeed_config.json
0 → 100644
View file @
8bbe9e5a
{
"optimizer"
:
{
"type"
:
"Adam"
,
"params"
:
{
"lr"
:
0.001
,
"eps"
:
1e-05
}
},
"scheduler"
:
{
"type"
:
"WarmupLR"
,
"params"
:
{
"warmup_min_lr"
:
0
,
"warmup_max_lr"
:
0.001
,
"warmup_num_steps"
:
128000
}
},
"fp16"
:
{
"enabled"
:
true
,
"min_loss_scale"
:
1
},
"amp"
:
{
"enabled"
:
false
,
"opt_level"
:
"O2"
},
"zero_optimization"
:
{
"stage"
:
1
},
"activation_checkpointing"
:
{
"partition_activations"
:
true
,
"cpu_checkpointing"
:
false
,
"profile"
:
false
},
"gradient_clipping"
:
0.1
}
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