deepvoice3_pytorch icon indicating copy to clipboard operation
deepvoice3_pytorch copied to clipboard

PyTorch implementation of convolutional neural networks-based text-to-speech synthesis models

Results 44 deepvoice3_pytorch issues
Sort by recently updated
recently updated
newest added

Hi, whenever I run train.py file using various parameters or path getting the below error. I am unable to understand the purpose of "train.txt". Please help Command line args: {'--checkpoint':...

DeepVoice3 multi-speaker TTS en demo on Google Colab. Generate Speech : > 11 frames [/usr/local/lib/python3.7/dist-packages/torch/nn/modules/module.py](https://localhost:8080/#) in __getattr__(self, name) 1176 return modules[name] 1177 raise AttributeError("'{}' object has no attribute '{}'".format( ->...

Wow this just boggles my mind how frigging crazy the whole installation process is for vctk preprocess https://github.com/r9y9/deepvoice3_pytorch/tree/master/vctk_preprocess But when you finally get it installed, extract_feats.py just doesn't give a...

there is error after error trying to run either of the colabs ``` # Copy preset file (json) from master # The preset file describes hyper parameters ! git checkout...

When I tried to do synthesis with a saved checkpoint, it gives pickle error. I tried on stackoverflow and pytorch forum, but could not get any help. some similar issues...

Traceback (most recent call last): File "train.py", line 973, in model = build_model().to(device) File "train.py", line 816, in build_model n_vocab=_frontend.n_vocab, AttributeError: 'NoneType' object has no attribute 'n_vocab' If you change...

Hello! Thank you for sharing your work! Would it be possible to make the voice with a certain tone or pitch? adapting it to a storytelling Thank you in advance!

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)...

when I generated the audio by the checkpoint with 32000 steps, the output was pure noise. And the alignment pictures are always empty as following. How can I get the...

# Use pytorch v0.3.1 !pip install -q torch==0.3.1 ERROR: Could not find a version that satisfies the requirement torch==0.3.1 (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2, 0.4.1, 0.4.1.post2, 1.0.0, 1.0.1, 1.0.1.post2, 1.1.0,...