char2wav_pytorch icon indicating copy to clipboard operation
char2wav_pytorch copied to clipboard

pytorch implementation of lyre.ai's char2wav model

trafficstars

char2wav_pytorch

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

TODOs

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

Model Architecture

char2wav