嘉渊 2 年 前
コミット
a4301c2ab0

+ 0 - 17
egs/aishell/branchformer/README.md

@@ -1,17 +0,0 @@
-
-# Conformer Result
-
-## Training Config
-- Feature info: using 80 dims fbank, global cmvn, speed perturb(0.9, 1.0, 1.1), specaugment
-- Train info: lr 5e-4, batch_size 25000, 2 gpu(Tesla V100), acc_grad 1, 50 epochs
-- Train config: conf/train_asr_transformer.yaml
-- LM config: LM was not used
-- Model size: 46M
-
-## Results (CER)
-- Decode config: conf/decode_asr_transformer.yaml (ctc weight:0.5)
-
-|   testset   | CER(%)  |
-|:-----------:|:-------:|
-|     dev     |  4.42   |
-|    test     |  4.87   |

+ 1 - 1
egs/aishell/branchformer/conf/train_asr_branchformer.yaml

@@ -97,7 +97,7 @@ dataset_conf:
         sort_size: 500
     batch_conf:
         batch_type: token
-        batch_size: 25000
+        batch_size: 20000
     num_workers: 8
 
 log_interval: 50