Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 425 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 425 Bytes

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