Jinchen commited on
Commit
1c8af8d
·
1 Parent(s): 66a2af8

Change default gradient_accumulation_steps

Browse files
Files changed (1) hide show
  1. ipu_config.json +1 -1
ipu_config.json CHANGED
@@ -10,7 +10,7 @@
10
  "inference_device_iterations": 4,
11
  "replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
12
  "inference_replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
13
- "gradient_accumulation_steps": 16,
14
  "executable_cache_dir": "./exe_cache",
15
 
16
  "ipus_per_replica": 4,
 
10
  "inference_device_iterations": 4,
11
  "replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
12
  "inference_replication_factor": {"pod4": 1, "pod8": 2, "pod16": 4, "pod32": 8, "pod64": 16, "default": 1},
13
+ "gradient_accumulation_steps": 8,
14
  "executable_cache_dir": "./exe_cache",
15
 
16
  "ipus_per_replica": 4,