fix #115: 隐藏允许的 exception

This commit is contained in:
源文雨 2023-04-24 20:17:49 +08:00 committed by GitHub
parent 9bac0ffaa7
commit f6ef9bca0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: