mirror of
https://github.com/Mangio621/Mangio-RVC-Fork.git
synced 2026-02-23 19:39:47 +01:00
Remove formanting.txt reading; it is irrelevant during training(?) and causes issues
This commit is contained in:
@@ -24,10 +24,6 @@ Timbre = 0.0
|
||||
mutex = multiprocessing.Lock()
|
||||
f = open("%s/preprocess.log" % exp_dir, "a+")
|
||||
|
||||
with open("formanting.txt", "r") as fvf:
|
||||
content = fvf.readlines()
|
||||
Quefrency, Timbre = content[1].split("\n")[0], content[2].split("\n")[0]
|
||||
|
||||
|
||||
def println(strr):
|
||||
mutex.acquire()
|
||||
|
||||
Reference in New Issue
Block a user