vae_tacotron2
vae_tacotron2 copied to clipboard
VAE Tacotron 2, an alternative of GST Tacotron
Bumps [numpy](https://github.com/numpy/numpy) from 1.13.0 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
I run on gpu ,but the it shows that the process is killed
when i ran python synthesize.py --model ='Tacotron'--mode ='eval'--reference_audio ='ref_1.wav' ,an issue occured! ValueError: could not convert string to float: 'training_data/mels\\speech-mel-00001.npy'  please help me solving this problem thanks!!!
what does this mean? I'm an amatuer at this sort of thing
G:\vae_tacotron2-master>python train.py --model='Tacotron' Traceback (most recent call last): File "train.py", line 33, in main() File "train.py", line 24, in main raise ValueError('please enter a valid model to train: {}'.format(accepted_models)) ValueError:...
pip install -r -requirements.txt Just install the libraries in the requirement? LWS?
Hi, I run your code with tf1.6, cudnn10.1 and cudnn9.2. Both got ``` 2019-08-13 23:13:50.199673: E tensorflow/stream_executor/cuda/cuda_dnn.cc:378] Loaded runtime CuDNN library: 7600 (compatibility version 7600) but source was compiled with...
https://github.com/rishikksh20/vae_tacotron2/blob/0ab0fb964be82111a0f57f6cec92d7e682fe20b1/tacotron/models/modules.py#L20
I get the error "loss explode" in the training stage! I'm not modifying the original hyperparameters, and I want to know how to solve the problem.
Bumps [scipy](https://github.com/scipy/scipy) from 1.0.0 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...