├── .gitignore ├── LICENSE ├── README.md └── model_hack_notebook.ipynb /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedden/TensorFlow-Efficient-Neural-Audio-Synthesis/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedden/TensorFlow-Efficient-Neural-Audio-Synthesis/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedden/TensorFlow-Efficient-Neural-Audio-Synthesis/HEAD/README.md -------------------------------------------------------------------------------- /model_hack_notebook.ipynb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/fedden/TensorFlow-Efficient-Neural-Audio-Synthesis/HEAD/model_hack_notebook.ipynb --------------------------------------------------------------------------------