fix rewritten paths
Browse files
exp/asr_train_raw_bpe/config.yaml
CHANGED
|
@@ -16,7 +16,7 @@ best_model_criterion:
|
|
| 16 |
- - valid
|
| 17 |
- acc
|
| 18 |
- max
|
| 19 |
-
bpemodel:
|
| 20 |
chunk_length: 500
|
| 21 |
chunk_shift_ratio: 0.5
|
| 22 |
cleaner: null
|
|
@@ -80,7 +80,7 @@ no_forward_run: false
|
|
| 80 |
non_linguistic_symbols: null
|
| 81 |
normalize: global_mvn
|
| 82 |
normalize_conf:
|
| 83 |
-
stats_file:
|
| 84 |
num_att_plot: 3
|
| 85 |
num_cache_chunks: 1024
|
| 86 |
num_iters_per_epoch: null
|
|
|
|
| 16 |
- - valid
|
| 17 |
- acc
|
| 18 |
- max
|
| 19 |
+
bpemodel: data/token_list/bpe_unigram30/bpe.model
|
| 20 |
chunk_length: 500
|
| 21 |
chunk_shift_ratio: 0.5
|
| 22 |
cleaner: null
|
|
|
|
| 80 |
non_linguistic_symbols: null
|
| 81 |
normalize: global_mvn
|
| 82 |
normalize_conf:
|
| 83 |
+
stats_file: exp/asr_stats_raw/train/feats_stats.npz
|
| 84 |
num_att_plot: 3
|
| 85 |
num_cache_chunks: 1024
|
| 86 |
num_iters_per_epoch: null
|
exp/lm_train_bpe/config.yaml
CHANGED
|
@@ -16,7 +16,7 @@ best_model_criterion:
|
|
| 16 |
- - valid
|
| 17 |
- acc
|
| 18 |
- max
|
| 19 |
-
bpemodel:
|
| 20 |
chunk_length: 500
|
| 21 |
chunk_shift_ratio: 0.5
|
| 22 |
cleaner: null
|
|
|
|
| 16 |
- - valid
|
| 17 |
- acc
|
| 18 |
- max
|
| 19 |
+
bpemodel: data/token_list/bpe_unigram30/bpe.model
|
| 20 |
chunk_length: 500
|
| 21 |
chunk_shift_ratio: 0.5
|
| 22 |
cleaner: null
|