Skip to content

Commit d3f38ec

Browse files
committed
hparams option for preprocess
1 parent 44cd6e2 commit d3f38ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

preprocess.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from multiprocessing import cpu_count
1616
from tqdm import tqdm
1717
import importlib
18-
from hparams import hparams
18+
from hparams import hparams, hparams_debug_string
1919

2020

2121
def preprocess(mod, in_dir, out_root, num_workers):
@@ -52,7 +52,6 @@ def write_metadata(metadata, out_dir):
5252
# Override hyper parameters
5353
hparams.parse(args["--hparams"])
5454
assert hparams.name == "deepvoice3"
55-
print(hparams_debug_string())
5655

5756
assert name in ["jsut", "ljspeech", "vctk", "nikl_m", "nikl_s"]
5857
mod = importlib.import_module(name)

0 commit comments

Comments
 (0)