Remove formanting.txt reading; it is irrelevant during training(?) and causes issues

This commit is contained in:
kalomaze
2023-07-27 08:10:47 -05:00
committed by GitHub
parent deba775dc1
commit 3295f324bd

View File

@@ -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()