/hifi-gan-train

Implementation of Hi-Fi GAN vocoder

Primary LanguagePythonMIT LicenseMIT

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.