Skip to content

Commit b458377

Browse files
committed
hparams option for preprocess
1 parent ba1ecfd commit b458377

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

preprocess.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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", "json_meta"]
5857
mod = importlib.import_module(name)

0 commit comments

Comments
 (0)