StyleGAN.pytorch icon indicating copy to clipboard operation
StyleGAN.pytorch copied to clipboard

Could you provide the pre-trained models?

Open sapphire497 opened this issue 5 years ago • 6 comments

Hi! Thanks for your codes. I noticed that you have generated pictures based on ffhq128, I couldn't find this model, so would you like to provide the pre-trained model for ffhq128?

sapphire497 avatar Jul 10 '20 04:07 sapphire497

You can find the pre-trained model here: https://drive.google.com/file/d/1AcX51sLHX0ks_Ogvtf9EiBxMBwrZMphe/view?usp=sharing

huangzh13 avatar Jul 21 '20 01:07 huangzh13

In my experiments, this parameter seems to be incomplete.I checked the network structure and confirmed that each blcok noise layer parameter was missing。Can you give me a hand?

Missing key(s) in state_dict: "g_synthesis.blocks.0.conv0_up.intermediate.kernel", "g_synthesis.blocks.1.conv0_up.intermediate.kernel", "g_synthesis.blocks .2.conv0_up.intermediate.kernel", "g_synthesis.blocks.3.conv0_up.intermediate.kernel", "g_synthesis.blocks.4.conv0_up.intermediate.kernel", "truncation.avg_latent" .

binwang777 avatar Feb 07 '21 12:02 binwang777

In my experiments, this parameter seems to be incomplete.I checked the network structure and confirmed that each blcok noise layer parameter was missing。Can you give me a hand?

Missing key(s) in state_dict: "g_synthesis.blocks.0.conv0_up.intermediate.kernel", "g_synthesis.blocks.1.conv0_up.intermediate.kernel", "g_synthesis.blocks .2.conv0_up.intermediate.kernel", "g_synthesis.blocks.3.conv0_up.intermediate.kernel", "g_synthesis.blocks.4.conv0_up.intermediate.kernel", "truncation.avg_latent" .

I am also having the same issue

r-khanna avatar Feb 10 '21 14:02 r-khanna

me too

xiaoxiaoxiaogu avatar Mar 01 '21 08:03 xiaoxiaoxiaogu

RuntimeError: Error(s) in loading state_dict for Generator: Missing key(s) in state_dict: "g_synthesis.blocks.0.conv0_up.intermediate.kernel", "g_synthesis.blocks.1.conv0_up.intermediate.kernel", "g_synthesis.blocks.2.conv0_up.intermediate.kernel", "g_synthesis.blocks.3.conv0_up.intermediate.kernel", "g_synthesis.blocks.4.conv0_up.intermediate.kernel", "truncation.avg_latent".

xiaoxiaoxiaogu avatar Mar 01 '21 08:03 xiaoxiaoxiaogu

Link is dead now...

bfialkoff avatar Jun 24 '21 11:06 bfialkoff