from local

This commit is contained in:
dohe0342 2023-01-04 13:52:45 +09:00
parent 29034dd330
commit 4ba8ac806f
2 changed files with 1 additions and 0 deletions

View File

@ -160,6 +160,7 @@ class Conformer(EncoderInterface):
of frames in `embeddings` before padding.
"""
print(self.sigmoid(self.alpha))
exit()
x = self.encoder_embed(x)
x, pos_emb = self.encoder_pos(x)
x = x.permute(1, 0, 2) # (N, T, C) -> (T, N, C)