We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba1ecfd commit b458377Copy full SHA for b458377
preprocess.py
@@ -52,7 +52,6 @@ def write_metadata(metadata, out_dir):
52
# Override hyper parameters
53
hparams.parse(args["--hparams"])
54
assert hparams.name == "deepvoice3"
55
- print(hparams_debug_string())
56
57
assert name in ["jsut", "ljspeech", "vctk", "nikl_m", "nikl_s", "json_meta"]
58
mod = importlib.import_module(name)
0 commit comments