Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -5,5 +5,5 @@
|
|
| 5 |
"embedding_dim": 1028,
|
| 6 |
"num_layers": 3,
|
| 7 |
"dropout": 0.4,
|
| 8 |
-
"batch_first":
|
| 9 |
}
|
|
|
|
| 5 |
"embedding_dim": 1028,
|
| 6 |
"num_layers": 3,
|
| 7 |
"dropout": 0.4,
|
| 8 |
+
"batch_first": true
|
| 9 |
}
|