mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-02-13 06:40:32 +00:00
fix #115: 隐藏允许的 exception
This commit is contained in:
@@ -157,7 +157,7 @@ def run(rank, n_gpus, hps):
|
|||||||
# epoch_str = 1
|
# epoch_str = 1
|
||||||
# global_step = 0
|
# global_step = 0
|
||||||
except: # 如果首次不能加载,加载pretrain
|
except: # 如果首次不能加载,加载pretrain
|
||||||
traceback.print_exc()
|
# traceback.print_exc()
|
||||||
epoch_str = 1
|
epoch_str = 1
|
||||||
global_step = 0
|
global_step = 0
|
||||||
if rank == 0:
|
if rank == 0:
|
||||||
|
|||||||
Reference in New Issue
Block a user