项目作者: garrettgibo

项目描述 :
Yet Another WaveNet (in PyTorch)
高级语言: Python
项目地址: git://github.com/garrettgibo/yawn.git
创建时间: 2021-03-09T05:42:56Z
项目社区:https://github.com/garrettgibo/yawn

开源协议:

下载


YAWN [Work In Progress] · Lint Code Base

Yet Another WaveNet (implemented in PyTorch)

This is an implementation of WaveNet that aims to be used for training on and
generating different forms of music.

Usage

For a full pipeline that goes through the following steps:

  1. Convert directory of mp3 files to directory of WAV files at the specified
    sample rate

  2. Create PyTorch Dataset from directory of WAV files

  3. Create PyTorch DataLoader from the custom dataset created in [2]

  4. Creates WaveNet Model

  5. Trains model

  1. python run.py demo

References

Original WaveNet blog post and paper:

This implementation is loosely inspired by the following sources: