from local

This commit is contained in:
dohe0342 2023-01-12 16:04:01 +09:00
parent ee7669f26f
commit 53e42d39fa
2 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ class Conformer(EncoderInterface):
of frames in `embeddings` before padding. of frames in `embeddings` before padding.
""" """
print(self.sigmoid(self.alpha)) print(self.sigmoid(self.alpha))
exit() #exit()
x = self.encoder_embed(x) x = self.encoder_embed(x)
x, pos_emb = self.encoder_pos(x) x, pos_emb = self.encoder_pos(x)