Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 821 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 821 Bytes

HiFiGAN

Implementation of HifiGAN. Due to computational constraints, the final model has been learning for <=25 hours.

Load model

Link to final model

import gdown
base_model_path = 'https://drive.google.com/uc?export=download&id=1Ymw4vR--v7uiWNcz2zstzZEoVYLrGJnp'
best_tuned_path = 'https://drive.google.com/uc?export=download&id=1oA-1fm27kx80KH5URJ0DV4s5cOj1MrdS'

gdown.download(<choose your path>)

Test model

test.py --ckpt-path ckpt-tuned.tar -t <test audio folder> -o <your existed output dir>

Wandb report

The Link to wandb report