haoneng.lhn
2023-05-19 27f6d173ec45ce3a31129e5d79b8d0b5c2d227aa
funasr/bin/train.py
@@ -353,12 +353,6 @@
        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(