All Projects → philipperemy → wavenet

philipperemy / wavenet

Licence: MIT license
A general TensorFlow implementation of the Wavenet network to be used to model long term sequences with less trainable parameters.

Programming Languages

python
139335 projects - #7 most used programming language

Lightweight WaveNet in TensorFlow

Work in progress! Please star it in the mean time. Coming soon :)

The aim of this project is to provide a lightweight WaveNet implementation in Tensorflow. When I say lightweight, it means without the WAV support (no processing such as mu-law encoder and no generation). In fact, the WaveNet architecture can be applied to any kind of Time Series.

  • Pip setup added (Nov, 25th)
  • Loss and prediction workflows were optimized. The network is much faster now! (Nov, 20th)
  • First draft pushed (Nov, 19th)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].