Update hyperparams.yaml
Browse files- hyperparams.yaml +2 -2
hyperparams.yaml
CHANGED
@@ -22,8 +22,8 @@ dec_layers: 1
|
|
22 |
|
23 |
output_neurons: 1000
|
24 |
blank_index: 0
|
25 |
-
bos_index:
|
26 |
-
eos_index:
|
27 |
unk_index: 0
|
28 |
|
29 |
# Decoding parameters
|
|
|
22 |
|
23 |
output_neurons: 1000
|
24 |
blank_index: 0
|
25 |
+
bos_index: 1
|
26 |
+
eos_index: 2
|
27 |
unk_index: 0
|
28 |
|
29 |
# Decoding parameters
|