char2wav_pytorch
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] Encoder
- [x] SampleRNN
- [x] overall architecture
- [x] perforated RNN module
- [ ] Reader
- [ ] Unit Test
Model Architecture
