项目作者: feldberlin

项目描述 :
A small pytorch wavenet implementation
高级语言: Jupyter Notebook
项目地址: git://github.com/feldberlin/wavenet.git
创建时间: 2020-10-20T06:25:24Z
项目社区:https://github.com/feldberlin/wavenet

开源协议:

下载


Build

Wavenet

An unconditioned Wavenet implementation with fast generation.

Installation

Requires python 3.7.2 or greater, will install into a virtualenv.

  1. bin/install

Training

Training is done by running notebooks from the command line. Here’s an
example call, which will run notebooks/train/maestro.ipynb:

  1. bin/train maestro -p batch_size 24 -p learning_rate 0.001