StyleGAN.pytorch
StyleGAN.pytorch copied to clipboard
Could you provide the pre-trained models?
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?
You can find the pre-trained model here: https://drive.google.com/file/d/1AcX51sLHX0ks_Ogvtf9EiBxMBwrZMphe/view?usp=sharing
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" .
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
me too
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".
Link is dead now...