mirror of
https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-06-08 12:00:49 +08:00
Update trainset_preprocess_pipeline_print.py
This commit is contained in:
@@ -117,8 +117,8 @@ class PreProcess:
|
|||||||
)
|
)
|
||||||
p.start()
|
p.start()
|
||||||
ps.append(p)
|
ps.append(p)
|
||||||
for p in ps:
|
for p in ps:
|
||||||
p.join()
|
p.join()
|
||||||
except:
|
except:
|
||||||
println("Fail. %s" % traceback.format_exc())
|
println("Fail. %s" % traceback.format_exc())
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user