mdeopujari
commited on
Commit
•
4027fd4
1
Parent(s):
40e664b
Fix typo in use_dynamics_shapes
Browse files- gaudi_config.json +1 -1
gaudi_config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
"use_fused_adam": true,
|
3 |
"use_fused_clip_norm": true,
|
4 |
-
"
|
5 |
}
|
|
|
1 |
{
|
2 |
"use_fused_adam": true,
|
3 |
"use_fused_clip_norm": true,
|
4 |
+
"use_dynamic_shapes": true
|
5 |
}
|