From 3f990428a5662e298adb7d4b0e6f3a50b1b89f2f Mon Sep 17 00:00:00 2001 From: dohe0342 Date: Mon, 26 Dec 2022 13:33:58 +0900 Subject: [PATCH] from local --- icefall/.utils.py.swp | Bin 65536 -> 65536 bytes icefall/utils.py | 4 ---- 2 files changed, 4 deletions(-) diff --git a/icefall/.utils.py.swp b/icefall/.utils.py.swp index 990b6550b9959a84e3d26cb16dd854fa531d9042..058bcbf609f481d997040c78df12028ccf052a8e 100644 GIT binary patch delta 105 zcmZo@U} 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():