Update config-2.json
Browse files- config-2.json +2 -2
config-2.json
CHANGED
@@ -24,8 +24,8 @@
|
|
24 |
"distributed_url": "tcp://localhost:54321",
|
25 |
"mixed_precision": true,
|
26 |
"epochs": 1000,
|
27 |
-
"batch_size":
|
28 |
-
"eval_batch_size":
|
29 |
"grad_clip": 5.0,
|
30 |
"scheduler_after_epoch": true,
|
31 |
"lr": 0.0001,
|
|
|
24 |
"distributed_url": "tcp://localhost:54321",
|
25 |
"mixed_precision": true,
|
26 |
"epochs": 1000,
|
27 |
+
"batch_size": 32,
|
28 |
+
"eval_batch_size": 16,
|
29 |
"grad_clip": 5.0,
|
30 |
"scheduler_after_epoch": true,
|
31 |
"lr": 0.0001,
|