ds_config_perf_bs32.json 326 Bytes
Newer Older
Elton Zheng's avatar
Elton Zheng committed
1
2
3
4
{
  "train_batch_size": 32,
  "gradient_accumulation_steps": 1,
  "steps_per_print": 1,
Jeff Rasley's avatar
Jeff Rasley committed
5
  "zero_optimization": {
Jeff Rasley's avatar
Jeff Rasley committed
6
    "stage": 1
Jeff Rasley's avatar
Jeff Rasley committed
7
  },
Elton Zheng's avatar
Elton Zheng committed
8
  "disable_allgather": true,
9
  "gradient_clipping": 1.0,
Elton Zheng's avatar
Elton Zheng committed
10
11
12
13
14
15
16
17
  "fp16": {
    "enabled": true,
    "loss_scale": 0,
    "loss_scale_window": 1000,
    "hysteresis": 2,
    "min_loss_scale": 1
  }
}