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
83629cb7d7
commit
1c28ecd7d9
Binary file not shown.
@ -696,7 +696,7 @@ class ConformerEncoder(nn.Module):
|
||||
residual = None
|
||||
|
||||
for i, mod in enumerate(self.layers):
|
||||
if i == 2:
|
||||
if i == 0:
|
||||
residual = output
|
||||
elif i in [2,5,8]:
|
||||
residual = output
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user