vits icon indicating copy to clipboard operation
vits copied to clipboard

Provide Full Pretrain models ?

Open chazo1994 opened this issue 3 years ago • 5 comments

Could you please provide the pretrain of Discriminator which corresponding to the generator model you provided (LJS and VCTK)

chazo1994 avatar Oct 04 '21 07:10 chazo1994

Yeah, this would be great

dunky11 avatar Nov 03 '21 22:11 dunky11

@chazo1994 how do we use the pretrained models, I'm a little confused with that?

ColdFir5 avatar Jan 09 '22 17:01 ColdFir5

@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 avatar Jan 10 '22 02:01 chazo1994

@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

ColdFir5 avatar Jan 12 '22 23:01 ColdFir5