Skip to content

Commit f6ef9bc

Browse files
authored
fix #115: 隐藏允许的 exception
1 parent 9bac0ff commit f6ef9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

train_nsf_sim_cache_sid_load_pretrain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def run(rank, n_gpus, hps):
157157
# epoch_str = 1
158158
# global_step = 0
159159
except: # 如果首次不能加载,加载pretrain
160-
traceback.print_exc()
160+
# traceback.print_exc()
161161
epoch_str = 1
162162
global_step = 0
163163
if rank == 0:

0 commit comments

Comments
 (0)