From b7b49e07fdbec6e9eeb5b6a832f7bfa6e94b5134 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Fri, 9 Jun 2023 16:47:09 +0900 Subject: [PATCH] from local --- egs/tedlium3/ASR/.prepare.sh.swp | Bin 16384 -> 16384 bytes .../.train_tta.py.swp | Bin 86016 -> 86016 bytes .../train_tta.py | 2 +- 3 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/tedlium3/ASR/.prepare.sh.swp b/egs/tedlium3/ASR/.prepare.sh.swp index e16321164ab1ca1dfa606ad04dca4ab2df0dde3d..ea37c4fcab357b76add3323c3e7f591c431bc217 100644 GIT binary patch delta 44 ycmZo@U~Fh$6iYG)^Ym4))H7fJ0s#hwGdG%2oa{D=U1nx2ElJb0*!+%J$OZrkhzzg* delta 41 vcmZo@U~Fh$6iYG)^Ym4))H7fJ0s#hwhkKh+b_i?~yUaZC0PE&=%tAH*?u87G diff --git a/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/.train_tta.py.swp b/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/.train_tta.py.swp index 2e6abe826dc49cbf84d9a4a4c6b9fb20da35ba1d..30e384f53377bdb522dbef8322e0c6f57cbf5060 100644 GIT binary patch delta 18 acmZozz}m2Yb;HM`$xj0XH!~&wdjkMbdI>53 delta 16 YcmZozz}m2Yb;HLb#+=QclK9>N06tp>y#N3J diff --git a/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/train_tta.py b/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/train_tta.py index 2050275ee..6d3b3af8f 100755 --- a/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/train_tta.py +++ b/egs/tedlium3/ASR/pruned_transducer_stateless_d2v_v2/train_tta.py @@ -1659,7 +1659,7 @@ def scan_pessimistic_batches_for_oom( def main(): parser = get_parser() - TedliumAsrDataModule.add_arguments(parser) + TedLiumAsrDataModule.add_arguments(parser) args = parser.parse_args() if args.wandb: args.exp_dir = args.exp_dir + str(random.randint(0,400)) args.exp_dir = Path(args.exp_dir)