"git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "6e09681e0ec52b6a75dc914c7b3bb124899b80f8"
Commit 8bbe9e5a authored by Gustaf Ahdritz's avatar Gustaf Ahdritz
Browse files

Add sample DeepSpeed config

parent 29315bdc
{
"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
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment