Wavenet-PyTorch icon indicating copy to clipboard operation
Wavenet-PyTorch copied to clipboard

PyTorch implementation of Wavenet

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.