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
0ba1e37cb3
commit
20cf439a8e
Binary file not shown.
@ -215,12 +215,7 @@ class Interformer(nn.Module):
|
|||||||
def __init__(
|
def __init__(
|
||||||
self,
|
self,
|
||||||
encoder: EncoderInterface,
|
encoder: EncoderInterface,
|
||||||
decoder: nn.Module,
|
|
||||||
joiner: nn.Module,
|
|
||||||
encoder_dim: int,
|
encoder_dim: int,
|
||||||
decoder_dim: int,
|
|
||||||
joiner_dim: int,
|
|
||||||
vocab_size: int,
|
|
||||||
):
|
):
|
||||||
"""
|
"""
|
||||||
Args:
|
Args:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user