mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-12-11 06:55:27 +00:00
from local
This commit is contained in:
parent
29034dd330
commit
4ba8ac806f
Binary file not shown.
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user