From 649a8845ad2336431bcfc2e1516378b14f0a6066 Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Mon, 9 Jan 2023 19:53:13 +0900 Subject: [PATCH] from local --- .../ASR/incremental_transf/.model.py.swp | Bin 24576 -> 24576 bytes .../ASR/incremental_transf/model.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/egs/librispeech/ASR/incremental_transf/.model.py.swp b/egs/librispeech/ASR/incremental_transf/.model.py.swp index f751e199f6225f703d400b24800e09c91ff7db72..86dfc82b05ea4979f4dd81037fec521e07e8bec5 100644 GIT binary patch delta 110 zcmZoTz}RqrQ7p+I%+puFQqO<^2m}}y#6Im#mS)^2_RgO5AQuBe;ABpRYSvV4AZv4{ z!&xpR1qFqo)RNMoJcXS6;$j9M7YquDGV@9_Kth_6{e5L8?{njwyupiga=a(o=C$6z FA^@bsAiMwo delta 83 zcmZoTz}RqrQ7p+I%+puFQqO<^2m}}yct7n<{>ZRV?43R96)pybl*yb9)vOiVK-T6? mhqGLhGhO*62YQQ4_V<;Yyw8ny@&+%~$?=|So7Z{=ivR!(aT+85 diff --git a/egs/librispeech/ASR/incremental_transf/model.py b/egs/librispeech/ASR/incremental_transf/model.py index 4c19b0540..8c51eae58 100644 --- a/egs/librispeech/ASR/incremental_transf/model.py +++ b/egs/librispeech/ASR/incremental_transf/model.py @@ -271,5 +271,5 @@ class Interformer(nn.Module): return_grad=True, ) ''' - + print(loss) return loss