Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 826 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 826 Bytes

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.