from local

This commit is contained in:
dohe0342 2023-02-02 14:14:16 +09:00
parent 09278f7fac
commit 3c1eff04cc
2 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ class Transformer(nn.Module):
normalize_before: bool = True,
vgg_frontend: bool = False,
use_feat_batchnorm: bool = False,
group-num: int = 6,
group_num: int = 6,
) -> None:
"""
Args: