Skip to content

Commit

Permalink
Remove formanting.txt reading; it is irrelevant during training(?) an…
Browse files Browse the repository at this point in the history
…d causes issues
  • Loading branch information
kalomaze authored Jul 27, 2023
1 parent deba775 commit 3295f32
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions trainset_preprocess_pipeline_print.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 3295f32

Please sign in to comment.