spott / Wavenet-PyTorch

PyTorch implementation of Wavenet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wavenet-PyTorch: A PyTorch implementation of Wavenet

This repository is based on Fast Wavenet by Github user tomlepaine and the original Wavenet implementation by DeepMind.

Installation

This project requires the following dependencies:

  • Python 3.6
  • PyTorch 0.4.0
  • Visdom
  • Numpy
  • Matplotlib
  • argparse

Use the recommended installation instructions for both PyTorch and Visdom.

About

PyTorch implementation of Wavenet

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 52.4%Language:Python 47.6%