from local

This commit is contained in:
dohe0342 2023-01-13 17:38:37 +09:00
parent d54d4160ce
commit 9e192b1a6e
2 changed files with 1 additions and 4 deletions

View File

@ -96,12 +96,9 @@ LRSchedulerType = Union[torch.optim.lr_scheduler._LRScheduler, optim.LRScheduler
def add_custom_arguments(parser: argparse.ArgumentParser):
parser.add_argument(
"--dynamic-chunk-training",
"--wandb",
type=str2bool,
default=False,
help="""Whether to use dynamic_chunk_training, if you want a streaming
model, this requires to be True.
""",
)