Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 320 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 320 Bytes

EVA

An AI research project which explores audio synthesis.

Models

  • PixelCNN
  • Gated PixelCNN
  • WaveNet

Side tasks

  • Add argparse (It makes git easier, but the code is less readable).
  • Extract shared functionality of image and audio infer/train.
  • Debug TF atrous rate bug.