From 7114f16a8596c52b01823759ef940014cb44ead8 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Mon, 26 Dec 2022 15:15:45 +0900 Subject: [PATCH] from local --- .../.train.py.swp | Bin 98304 -> 98304 bytes .../train.py | 1 + 2 files changed, 1 insertion(+) diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/.train.py.swp index d43475eacc0b7692750d28570aabd84281a0c026..3d4a0201c580e1875e8ebaedb1fb0b98bc614324 100644 GIT binary patch delta 246 zcmZo@U~6b#6H77(^Ym4))H7fJ0s#hwc8itCb*-Qn0}}(3;->R{9pghqFrAq)*hlglUc!Gh9pxMr zMyUXhq?-&(sXQRN>e&9d@s!@()lF0J`J6h3_3~G>0Wy%uhBmzg8P+x=! goh3sFQYk{ekDk3A7wpF;Xm{r!=YDBRPV>5TzuW>Wg8%>k diff --git a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py index b6d3135de..092aabbbd 100755 --- a/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py +++ b/egs/librispeech/ASR/pruned_transducer_stateless_d2v_v2/train.py @@ -1020,6 +1020,7 @@ def train_one_epoch( # NOTE: We use reduction==sum and loss is computed over utterances # in the batch and there is no normalization to it so far. + loggin.info('1') scaler.scale(loss).backward() if params.multi_optim and (batch_idx+1) % params.accum_grads == 0: