嘉渊
2023-05-15 3d2bfc2904c593a071e4a0d2a9d192179c4373dd
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(