游雁
2023-05-16 3d9f094e9652d4b84894c6fd4eae39a4a753b0f0
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(