Skip to content

Commit 3295f32

Browse files
authored
Remove formanting.txt reading; it is irrelevant during training(?) and causes issues
1 parent deba775 commit 3295f32

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

trainset_preprocess_pipeline_print.py

-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,6 @@
2424
mutex = multiprocessing.Lock()
2525
f = open("%s/preprocess.log" % exp_dir, "a+")
2626

27-
with open("formanting.txt", "r") as fvf:
28-
content = fvf.readlines()
29-
Quefrency, Timbre = content[1].split("\n")[0], content[2].split("\n")[0]
30-
3127

3228
def println(strr):
3329
mutex.acquire()

0 commit comments

Comments
 (0)