ryansereno / waveNet

Implementation of the WaveNet neural net architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WaveNet

Logo


Basic implementation of the wavenet model, for text inference.
Based on the Wavenet: A Generative Model for Raw Audio paper.
Convolution without residual connections.
Model can generate approximately similar terms.

Example name generation:
Paulee
Levi
Kennin
Ry

Usage

Clone the repo

git clone https://github.com/ryansereno/wavenet

Run

python model.py

(back to top)

About

Implementation of the WaveNet neural net architecture


Languages

Language:Python 100.0%