NVIDIA / nv-wavenet

Reference implementation of real-time autoregressive wavenet inference
BSD 3-Clause "New" or "Revised" License
735 stars 126 forks source link

Test R=256, to replicate Tacotron 2 #22

Open PetrochukM opened 6 years ago

PetrochukM commented 6 years ago

Both Parallel WaveNet and Tacotron 2 to the best of my knowledge use R=256 while this repo tests R=64 at most.

Parallel WaveNet Quote

The number of hidden units in the gating layers is 512 (split into two groups of 256 for the two parts of the activation function (1)).