Skip to content

rhasspy/hifi-gan-train

Repository files navigation

Hi-Fi GAN

Version of Hi-Fi GAN designed to work with

Additional Features

  • Models can be exported to onnx format

Dependencies

  • Python 3.7 or higher
  • PyTorch 1.6 or higher
  • librosa

Installation

git clone https://github.com/rhasspy/hifi-gan-train
cd hifi-gan-train
python3 -m venv .venv
source .venv/bin/activate
pip3 install --upgrade pip
pip3 install --upgrade wheel setuptool
pip3 install -r requirements.txt

Running

bin/hifi-gan-train --debug /path/to/model --config /path/to/config.json < /path/to/wav_paths.txt

See the configs directory for example configs and --help for more options.

About

Implementation of Hi-Fi GAN vocoder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published