tensorflow-wavenet icon indicating copy to clipboard operation
tensorflow-wavenet copied to clipboard

A TensorFlow implementation of DeepMind's WaveNet paper

Results 102 tensorflow-wavenet issues
Sort by recently updated
recently updated
newest added

Hi, In **tensorflow-wavenet**, inappropriate dependency versioning constraints can cause risks. Below are the dependencies and version constraints that the project is using ``` librosa>=0.5 tensorflow>=1.0.0 ``` The version constraint **==**...

I use Anaconda, on Windows 7 with conda activate. Tensorflow 1.5 librosa 0.5 2 GPU GTX 1060 6GB Training network with train.py --data_dir=corpus --num_steps=16000 after few second i got this...

when I used librosa to load audio file of VCTK_Corpus, the following errors occurs. Has anyone encountered the same situation? File "/anaconda3/envs/tf/lib/python3.6/site-packages/librosa/core/audio.py", line 112, in load with audioread.audio_open(os.path.realpath(path)) as input_file:...

Whenever I run `train.py`, I get the following message: ``` Trying to restore saved checkpoints from ./logdir/train/2018-07-24T21-45-30 ... No checkpoint found. files length: 444 ``` It then continues, starting anew...

This PR fixes `Travis CI` builds that have been failing for a long time (3+ years). Also `Python 2.7` has been EOL'ed since Jan. 2020 and it should no longer...

Hi @ibab, I'm a bit late to the wavenet paper implementation party, but I'm reading the paper and your code and trying to understand where dilated convolution kernels are present....

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

with default setting, simply run train on VCTK without extra global condition by : python train.py then python generate.py --wav_out_path=testresult3900.wav --samples 320000 logdir/train/2020-10-22T13-35-57/model.ckpt-3900 seems doesn't generate voice wav but pure...

I'm using Anaconda3 and the latest version of this repository. I have manually installed librosa and TensorFlow (following Anaconda tutorial). Environment: Anaconda Prompt (Windows 10), TensorFlow set up as "tf"...