vits
vits copied to clipboard
Provide Full Pretrain models ?
Could you please provide the pretrain of Discriminator which corresponding to the generator model you provided (LJS and VCTK)
Yeah, this would be great
@chazo1994 how do we use the pretrained models, I'm a little confused with that?
@chazo1994 how do we use the pretrained models, I'm a little confused with that?
Just use load_checkpoint function in utils.py for both generator and discriminator.
@chazo1994 how do we use the pretrained models, I'm a little confused with that?
Just use load_checkpoint function in utils.py for both generator and discriminator.
so it'd be utils.load_checkpoint('pretrained_ljs.pth', ??) but it requires a model argument no? What would I enter for that section.
Just a little new to this my apologies