r9y9 / deepvoice3_pytorch

PyTorch implementation of convolutional neural networks-based text-to-speech synthesis models
https://r9y9.github.io/deepvoice3_pytorch/
Other
1.96k stars 482 forks source link

Unknown hyperparameter type for use_preset #222

Open rishabh004-ai opened 3 years ago

rishabh004-ai commented 3 years ago

File "train.py", line 939, in hparams.parse(args["--hparams"]) File "/workspace/data/deepvoice3/deepvoice3_pytorch/deepvoice3_pytorch/tfcompat/hparam.py", line 543, in parse values_map = parse_values(values, type_map) File "/workspace/data/deepvoice3/deepvoice3_pytorch/deepvoice3_pytorch/tfcompat/hparam.py", line 263, in parse_values raise ValueError('Unknown hyperparameter type for %s' % name) ValueError: Unknown hyperparameter type for use_preset

Gon122 commented 3 years ago

Same issue. Any answer ?

zxixi-1 commented 1 year ago

Same issue. Do you have a solution?