jimypbr commited on
Commit
f77384d
1 Parent(s): b1115b3

Update ipu_config.json

Browse files

gradient accumulation -> 128

Files changed (1) hide show
  1. ipu_config.json +1 -1
ipu_config.json CHANGED
@@ -6,7 +6,7 @@
6
  "enable_half_partials": true,
7
 
8
  "replication_factor": 4,
9
- "gradient_accumulation_steps": 16,
10
  "device_iterations": 1,
11
  "executable_cache_dir": "./exe_cache",
12
 
 
6
  "enable_half_partials": true,
7
 
8
  "replication_factor": 4,
9
+ "gradient_accumulation_steps": 128,
10
  "device_iterations": 1,
11
  "executable_cache_dir": "./exe_cache",
12