from local

This commit is contained in:
dohe0342 2023-01-09 19:21:01 +09:00
parent 8bddac0e71
commit 9c3bcd0bf6
2 changed files with 2 additions and 1 deletions

View File

@ -214,7 +214,8 @@ class Interformer(nn.Module):
def __init__(
self,
encoder: EncoderInterface,
pt_encoder: EncoderInterface,
inter_encoder: EncoderInterface,
):
"""
Args: