游雁
2023-05-17 f2413d66f54c95d50b02f0ebdf614fee2bf4cc8c
funasr/tasks/abs_task.py
@@ -555,6 +555,12 @@
            help="The number of gradient accumulation",
        )
        group.add_argument(
            "--bias_grad_times",
            type=float,
            default=1.0,
            help="To scale the gradient of contextual related params",
        )
        group.add_argument(
            "--no_forward_run",
            type=str2bool,
            default=False,