/Wavenet-PyTorch

PyTorch implementation of Wavenet

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

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.