-
When I use the code to train a model, it seems good. However, when I use the trained model to generate data, I get a sequence of number which are all the same value. For example, if I input 1*5000 vec…
-
environment : tensorflow 1.7.0, cuda 9.0, cudnn 7
I have tried to run train.py, but it is ended right after initiating train.
Here is the log.
Would you help me why it happens?
It stops duri…
-
When running "train.py", I encountered the following error:
Traceback (most recent call last):
File "C:/Users/96492/Anaconda3/Lib/tensorflow-wavenet-master/train.py", line 337, in
main()
…
Ahapy updated
3 years ago
-
When I use the code to train a model, it seems good. However, when I use the trained model to generate data, I get a sequence of number which are all the same value. For example, if I input 1*5000 ve…
-
hi, i'm trying to reproduce your tutorial with pretrained models, but there is a problem with outputting files from the wavenet - after starting infer.sh I get files 1 second long, please tell me what…
-
Hi,
I am training a WaveNet model from Rayhane-mamah Tacotron-2 GTA mels (I've modified mel2samp_onehot.py accordingly) and I am not able to get good audio quality.
This is the audio I get from …
-
In 'tensorflow-wavenet/wavenet/ops.py', the last row of the function 'mu_law_encode' displays (signal + 1) / 2 * mu + 0.5, why use this formula to quantize signal?
-
Ubuntu 18.04
Python 2.7.16
magenta-gpu 1.1.2
tensorflow-gpu 1.14.0
i ran `01_compute_input_embeddings.py`, `02_compute_new_embeddings.py` and `03_batch_embeddings.py` successfully.
however th…
ahihi updated
2 years ago
-
Hi!
I am currently trying to execute the WaveNet_demo.ipynb file which you kindly provided for download.
When executing the `trainer.train(batch_size=16, epochs=10)` part, I unfortunately run i…
-
When running `python distributed.py -c config.json` with default settings on a 2 V100 GPU machine, I receive the following error:
```
python distributed.py -c config.json
['train.py', '--config=c…