-
https://deepmind.com/blog/wavenet-launches-google-assistant/
The new, improved WaveNet model still generates a raw waveform but at speeds 1,000 times faster than the original model, meaning it requ…
-
We simplified the ibab's code using tf.layers.conv1d
The fast generation works even when filter_width >=2 or batch_size >=1.
You can find the implementation in our [repository](https://github.com…
-
I tried to search better architectures for NAM and find really interesting example
Win 10, Reaper 6.70, NAM plugin VST3.0 v0.7.11 on AMD Ryzen 5 3600 and RTX4070Ti
Project sample rate 48Khz
NAM fil…
-
This is the reminder of my action items.
- [ ] Yaml format network configuration
- [x] Limit the range of F0 in Mel-spectrogram
- [ ] Rich upsampling layer (stack of conv and deconv)
- [ ] Light…
-
```I was training Tacotron-2 model by first training tacotron model, then wavenet model. When I run synthesis.py for wavenet model I'm getting the error message below.
Traceback (most recent call las…
-
1) I try to train the baseline, error comes as below
(tensorflow) chenjiali02@img-cjl-xf9q5:~/02_project/02_magenta/magenta$ bazel run //magenta/models/nsynth/baseline:train -- \
> --train_path=/h…
-
Hi @adhamel,
Sorry to randomly open an issue in this repository, but I noticed your opened issue in r9y9's WaveNet repository and saw that you had trained his implementation on your own dataset. Is…
m-k-S updated
4 years ago
-
after training on my own data over wavenet model and used the export_wave_net.py to get .pb file when replace your own model in java mean activity with the new .pb the app crashes and gives a message…
-
Windows 10, python 3.6.3
Full error when trying to run main.py:
Using TensorFlow backend.
Traceback (most recent call last):
File "\speech-denoising-wavenet-master\main.py", l…
-
Memory is not being deallocated, since no destructor is being defined:
https://github.com/NVIDIA/nv-wavenet/blob/03f69576f6c6b984340c1ddef2288e3f7d1102ca/matrix.h#L39
The only place that is being …