diff --git a/trainset_preprocess_pipeline_print.py b/trainset_preprocess_pipeline_print.py index b0ef24839..93d5acda2 100644 --- a/trainset_preprocess_pipeline_print.py +++ b/trainset_preprocess_pipeline_print.py @@ -24,10 +24,6 @@ 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()