Skip to content

diddone/hifigan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implementation of HifiGAN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages