funasr/bin/train.py
@@ -1,4 +1,6 @@ #!/usr/bin/env python3 # Copyright FunASR (https://github.com/alibaba-damo-academy/FunASR). All Rights Reserved. # MIT License (https://opensource.org/licenses/MIT) import argparse import logging @@ -299,7 +301,7 @@ "--freeze_param", type=str, default=[], nargs="*", action="append", help="Freeze parameters", )