From f6ef9bca0c0c195d24978fce3ac6ce3cd1bc338b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Mon, 24 Apr 2023 20:17:49 +0800 Subject: [PATCH] =?UTF-8?q?fix=20#115:=20=E9=9A=90=E8=97=8F=E5=85=81?= =?UTF-8?q?=E8=AE=B8=E7=9A=84=20exception?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- train_nsf_sim_cache_sid_load_pretrain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/train_nsf_sim_cache_sid_load_pretrain.py b/train_nsf_sim_cache_sid_load_pretrain.py index 320af5f..f7840f6 100644 --- a/train_nsf_sim_cache_sid_load_pretrain.py +++ b/train_nsf_sim_cache_sid_load_pretrain.py @@ -157,7 +157,7 @@ def run(rank, n_gpus, hps): # epoch_str = 1 # global_step = 0 except: # 如果首次不能加载,加载pretrain - traceback.print_exc() + # traceback.print_exc() epoch_str = 1 global_step = 0 if rank == 0: