Commit
·
877173f
1
Parent(s):
84f72fb
Create ipu_config.json
Browse files- ipu_config.json +6 -0
ipu_config.json
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"ipus_per_replica" : 2,
|
3 |
+
"layers_per_ipu" : [12,12],
|
4 |
+
"device_iterations": 2,
|
5 |
+
"inference_device_iterations": 2
|
6 |
+
}
|