-
## Description
Sphinx builds of the Python API docs have the following warning(s):
```
/work/mxnet/docs/python_docs/python/build/tutorials/performance/backend/tensorrt/tensorrt.ipynb:272: WARNING…
-
Now WaveNet example is not tested at all. I'm working on adding the test into https://github.com/chainer/chainer-test/blob/master/test_example.sh .
dhgrs updated
5 years ago
-
WARNING: Logging before flag parsing goes to stderr.
W0617 17:33:04.058133 140246269011776 lazy_loader.py:50]
WARNING: The TensorFlow contrib module will not be included in TensorFlow 2.0.
For mor…
-
I am getting a really noisy and unclear wavenet_output for the LJspeech dataset. I only changed one parameter in hparams.py .
wavenet_synthesis_batch_size = 2*1 (because of OOM)
Tacotron training st…
-
Hi, thank you so much! It is an awesome project!
I'm encountering this error when I try to train the model,
File "train.py", line 47, in
train()
File "train.py", line 19, in train
spee…
-
Hi,
I believe there isn't a contrib module in Tensorflow 2.0 - does this mean we need an earlier version of TF to run wavenet?
`import wavenet
2021-10-25 12:32:15.774545: W tensorflow/stream…
-
Hi,
first, thanks for this implementation of WaveNet!
I'm interested in performing feature extraction from raw audio files. this features will be used for different tasks such as voice activity de…
-
https://magenta.tensorflow.org/nsynth
https://github.com/tensorflow/magenta/tree/master/magenta/models/nsynth
https://arxiv.org/pdf/1704.01279.pdf
-
The WaveNet paper mentioned very briefly (without any details) the possibility of using it for audio source separation. Examples of this include: extract the vocal part out of a piece of music, extra…
-
Hi,
I'm getting an error while trying to run de training of the wavenet corpus.
```
python train.py --data_dir=file:///home/quinten/Documents/tensorflow-wavenet-master/wav/VCTK-Corpus
Traceba…