from local

This commit is contained in:
dohe0342 2023-04-11 13:47:23 +09:00
parent 5d3a6de394
commit af71c2e738
3 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ class FairSeqData2VecEncoder(EncoderInterface):
output_size: int = 256,
freeze_finetune_updates: int = 0,
additional_block: bool = False,
prompt = None,
):
assert check_argument_types()
super().__init__()