嘉渊
2023-05-15 89bf7f681c8d8a615f2b5c4d2275a86963c9868c
funasr/bin/train.py
@@ -347,6 +347,12 @@
        default=True,
        help="Apply preprocessing to data or not",
    )
    parser.add_argument(
        "--embed_path",
        type=str,
        default=None,
        help="for model which requires embeds",
    )
    # optimization related
    parser.add_argument(