nsynth_wavenet icon indicating copy to clipboard operation
nsynth_wavenet copied to clipboard

parallel wavenet based on nsynth

Results 13 nsynth_wavenet issues
Sort by recently updated
recently updated
newest added

Hi, thank you for sharing this code and I find some differences comparing to wavenet paper. 1.Why you discard the skip connections in parallel wavenet which is used in wavenet?...

Cool project, thanks for making it available. I pulled the code and the LJSpeech dataset. I prepared the dataset and began training with the default parameters, using the commands at...

teacher waveform ![te_waveform](https://user-images.githubusercontent.com/39617376/41530435-d13f6f82-7322-11e8-9498-87a33d420080.png) student waveform ![st_waveform](https://user-images.githubusercontent.com/39617376/41530447-d7e0d858-7322-11e8-89d1-3eec961ce4b2.png) teacher spectrogram ![te_spec](https://user-images.githubusercontent.com/39617376/41530500-fee767dc-7322-11e8-8644-1b509e96d533.png) student spectrogram ![st_spec](https://user-images.githubusercontent.com/39617376/41530509-06a9819e-7323-11e8-8a3b-9dcd37c604c5.png) The student is run with weight normalization and the default configurations in the parallel_wavenet.json. The wave generated by...