mwizakunda commited on
Commit
c9bb20a
1 Parent(s): 4287c49

Fix: embedding serialization factor >= 1

Browse files
Files changed (1) hide show
  1. ipu_config.json +1 -1
ipu_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "device_iterations": 2,
3
- "embedding_serialization_factor": 0,
4
  "enable_half_first_order_momentum": true,
5
  "enable_half_partials": true,
6
  "executable_cache_dir": "./exe_cache",
1
  {
2
  "device_iterations": 2,
3
+ "embedding_serialization_factor": 1,
4
  "enable_half_first_order_momentum": true,
5
  "enable_half_partials": true,
6
  "executable_cache_dir": "./exe_cache",