diff --git a/icefall/.utils.py.swp b/icefall/.utils.py.swp index 990b6550b..058bcbf60 100644 Binary files a/icefall/.utils.py.swp and b/icefall/.utils.py.swp differ diff --git a/icefall/utils.py b/icefall/utils.py index 4b6992f3c..fd7d81a89 100644 --- a/icefall/utils.py +++ b/icefall/utils.py @@ -1419,10 +1419,6 @@ def is_module_available(*modules: str) -> bool: def save_args(args): if not os.path.exists(args.exp_dir): os.makedirs(args.exp_dir) - #if args.world_size == 4: - # shutil.copy("./run_bear.sh", f"{args.exp_dir}/run.sh") - #else: - # shutil.copy("./run.sh", f"{args.exp_dir}/run.sh") args_dict = vars(args) f = open(f"{args.exp_dir}/config.yaml", 'w') for k, v in args_dict.items():