From 45d31e5f34dca3dfbd4079a0e15d6e1c82191f40 Mon Sep 17 00:00:00 2001 From: PingFeng Luo Date: Sat, 4 Dec 2021 11:40:14 +0800 Subject: [PATCH] update --- egs/aishell/ASR/conformer_mmi/decode.py | 1 + egs/aishell/ASR/conformer_mmi/train.py | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/egs/aishell/ASR/conformer_mmi/decode.py b/egs/aishell/ASR/conformer_mmi/decode.py index 164d86c4c..1d0b3daad 100755 --- a/egs/aishell/ASR/conformer_mmi/decode.py +++ b/egs/aishell/ASR/conformer_mmi/decode.py @@ -1,5 +1,6 @@ #!/usr/bin/env python3 # Copyright 2021 Xiaomi Corporation (Author: Liyong Guo, Fangjun Kuang) +# Copyright 2021 Pingfeng Luo # # See ../../../../LICENSE for clarification regarding multiple authors # diff --git a/egs/aishell/ASR/conformer_mmi/train.py b/egs/aishell/ASR/conformer_mmi/train.py index 1ff3e2c3b..14ddaf5fd 100755 --- a/egs/aishell/ASR/conformer_mmi/train.py +++ b/egs/aishell/ASR/conformer_mmi/train.py @@ -1,6 +1,7 @@ #!/usr/bin/env python3 # Copyright 2021 Xiaomi Corp. (authors: Fangjun Kuang, # Wei Kang) +# Copyright 2021 Pingfeng Luo # # See ../../../../LICENSE for clarification regarding multiple authors # @@ -80,7 +81,7 @@ def get_parser(): parser.add_argument( "--num-epochs", type=int, - default=50, + default=90, help="Number of epochs to train.", )