From f8771a569fac8ffd3f4ce806e67c4dea01c4c85c Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Thu, 2 Feb 2023 15:27:55 +0900 Subject: [PATCH] from local --- egs/aishell/ASR/conformer_ctc/.train.py.swp | Bin 45056 -> 45056 bytes egs/aishell/ASR/conformer_ctc/train.py | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/egs/aishell/ASR/conformer_ctc/.train.py.swp b/egs/aishell/ASR/conformer_ctc/.train.py.swp index 75ad04976a8785b482b8e4172c301df0ac943f6a..0e9181a8885d356a8ba5c96be284ab99cebb0061 100644 GIT binary patch delta 310 zcmW;Iu}cC09L4c>r=1!I-sYr35f%M0-$j2r3uk z>~by*25~Ls-cYys#o+_*w>)^ieq{C|^EGE19pAQp3)#6LjS`Y_QpdF`%U=DE3yX~O z4hNSw!zt3(q@^M1sG)?>gkw}MFJ+a2htBh zJmVf7T->6K8j6UM(h4D7;Nb=poFHcEKmPEAHw1XX{tX&W0>l3}cPuwwEgMIEqZ(ZA E0E1pMIRF3v delta 304 zcmWmAA!tHj0L1ZoPTw{`cwe0$Sf+7cP?to@irHuxLoHfXeJ)t6iqS4(pgar)gCH0N z3scub?Sq9C2P*y-esJN+U1RHOY<&aASXIxM-$>|WNnaO|9I4tickgZ{C|MAu*HQ-+ zl<|ODd|XK`>L?+M8~j~Ldu%YnD_STbgD8ZxEiLegF?wj?(Uz+`A%`sDh{3^kKw4pm v1?G4|9Yv&J;NZtk4-?ezgfvn}B7!5c57^=Vf)%9U=wNx>#Eb0}?)%SY^)@o5 diff --git a/egs/aishell/ASR/conformer_ctc/train.py b/egs/aishell/ASR/conformer_ctc/train.py index 82117abe2..82ec2f7b5 100755 --- a/egs/aishell/ASR/conformer_ctc/train.py +++ b/egs/aishell/ASR/conformer_ctc/train.py @@ -643,7 +643,8 @@ def run(rank, world_size, args): optimizer.load_state_dict(checkpoints["optimizer"]) aishell = AishellAsrDataModule(args) - train_dl = aishell.train_dataloaders(aishell.train_cuts()) + #train_dl = aishell.train_dataloaders(aishell.train_cuts()) + train_dl = aishell.valid_dataloaders(aishell.valid_cuts()) valid_dl = aishell.valid_dataloaders(aishell.valid_cuts()) for epoch in range(params.start_epoch, params.num_epochs):