aky15
2023-04-17 b3b4c1bc5bb068c9aff99740e6257d12c6676ff7
funasr/tasks/abs_task.py
@@ -1594,11 +1594,7 @@
            preprocess=iter_options.preprocess_fn,
            max_cache_size=iter_options.max_cache_size,
            max_cache_fd=iter_options.max_cache_fd,
<<<<<<< HEAD
            dest_sample_rate=args.frontend_conf["fs"] if args.frontend_conf else 16000,
=======
            dest_sample_rate=dest_sample_rate,
>>>>>>> main
        )
        cls.check_task_requirements(
            dataset, args.allow_variable_data_keys, train=iter_options.train