from local

This commit is contained in:
dohe0342 2023-01-12 16:04:43 +09:00
parent ee2363a106
commit b81485a5d4
2 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ class Conformer(EncoderInterface):
- lengths, a tensor of shape (batch_size,) containing the number
of frames in `embeddings` before padding.
"""
print(self.sigmoid(self.alpha))
#exit()
x = self.encoder_embed(x)