aky15
2023-04-26 bdb8a99da425fca4813952718a62ba02ef06fa6e
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