diff --git a/egs/tedlium2/ASR/conformer_ctc3/.train.py.swp b/egs/tedlium2/ASR/conformer_ctc3/.train.py.swp index 46530bc7c..647319415 100644 Binary files a/egs/tedlium2/ASR/conformer_ctc3/.train.py.swp and b/egs/tedlium2/ASR/conformer_ctc3/.train.py.swp differ diff --git a/egs/tedlium2/ASR/conformer_ctc3/train.py b/egs/tedlium2/ASR/conformer_ctc3/train.py index c85025f2e..b4a60e82e 100755 --- a/egs/tedlium2/ASR/conformer_ctc3/train.py +++ b/egs/tedlium2/ASR/conformer_ctc3/train.py @@ -301,14 +301,12 @@ def get_parser() -> argparse.ArgumentParser: "--interctc", type=str2bool, default=False, - help="Whether to use half precision training.", ) parser.add_argument( "--condition", type=str2bool, default=False, - help="Whether to use half precision training.", ) parser.add_argument(