from local

This commit is contained in:
dohe0342 2023-01-09 19:19:51 +09:00
parent 0ba1e37cb3
commit 20cf439a8e
2 changed files with 0 additions and 5 deletions

View File

@ -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: