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
d1fffb9c5e
commit
9fdf074007
Binary file not shown.
@ -232,9 +232,9 @@ class Interformer(nn.Module):
|
||||
|
||||
"""
|
||||
super().__init__()
|
||||
assert isinstance(encoder, EncoderInterface), type(encoder)
|
||||
assert isinstance(pt_encoder, EncoderInterface), type(pt_encoder)
|
||||
assert isinstance(inter_encoder, EncoderInterface), type(inter_encoder)
|
||||
|
||||
self.encoder = encoder
|
||||
|
||||
def forward(
|
||||
self,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user