From ec5e15d47c9f5392700a0bce59c697a4960b8741 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期二, 25 四月 2023 11:48:12 +0800
Subject: [PATCH] update
---
egs/aishell/paraformer/conf/train_asr_paraformer_conformer_12e_6d_2048_256.yaml | 2 +-
egs/aishell/paraformer/run.sh | 1 -
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/egs/aishell/paraformer/conf/train_asr_paraformer_conformer_12e_6d_2048_256.yaml b/egs/aishell/paraformer/conf/train_asr_paraformer_conformer_12e_6d_2048_256.yaml
index ffedc8d..6073f1f 100644
--- a/egs/aishell/paraformer/conf/train_asr_paraformer_conformer_12e_6d_2048_256.yaml
+++ b/egs/aishell/paraformer/conf/train_asr_paraformer_conformer_12e_6d_2048_256.yaml
@@ -51,7 +51,7 @@
# optimization related
accum_grad: 1
grad_clip: 5
-max_epoch: 50
+max_epoch: 150
val_scheduler_criterion:
- valid
- acc
diff --git a/egs/aishell/paraformer/run.sh b/egs/aishell/paraformer/run.sh
index b6ef733..65fbbfc 100755
--- a/egs/aishell/paraformer/run.sh
+++ b/egs/aishell/paraformer/run.sh
@@ -178,7 +178,6 @@
--resume true \
--output_dir ${exp_dir}/exp/${model_dir} \
--config $asr_config \
- --input_size $feats_dim \
--ngpu $gpu_num \
--num_worker_count $count \
--dist_init_method $init_method \
--
Gitblit v1.9.1