Skip to content

pytorch implementation of lyre.ai's char2wav model

Notifications You must be signed in to change notification settings

xuerq/char2wav_pytorch

 
 

Repository files navigation

char2wav_pytorch

link to paper: https://openreview.net/pdf?id=B1VWyySKx

TODOs

  • Implement Model
    • Reader
      • Encoder
        • make encoder bi-directional
      • Decoder
        • Add Attention to decoder
    • SampleRNN
      • overall architecture
      • perforated RNN module
  • Unit Test

Model Architecture

char2wav

About

pytorch implementation of lyre.ai's char2wav model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 77.5%
  • Jupyter Notebook 22.5%