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
89271fb9ea
commit
8a36b40a12
Binary file not shown.
@ -502,7 +502,7 @@ class TransfEncoder(nn.TransformerEncoder):
|
||||
if self.norm is not None:
|
||||
output = self.norm(output)
|
||||
|
||||
return output
|
||||
return output, outputs
|
||||
|
||||
|
||||
class TransformerEncoderLayer(nn.Module):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user