嘉渊
2023-04-25 622c025e10459375e91544885f7a138d41989892
funasr/bin/train.py
@@ -260,6 +260,12 @@
             "training phase. If None is given, it is decided according the number "
             "of training samples automatically .",
    )
    parser.add_argument(
        "--use_tensorboard",
        type=str2bool,
        default=True,
        help="Enable tensorboard logging",
    )
    # pretrained model related
    parser.add_argument(