moono/stylegan2-tf-2.x

different resolution pkl file

nataliaz17 opened this issue · 1 comments

Hi,

When i try to execute inference_from_official_weights, if I put the checkpoint-required files(in official-pretrained folder) for resolutions other than 1024x1024( for eg if i put the pkl file for stylegan2 that corrisponds to resolution 256x256 (config d) ) and then i try to execute inference_from_official_weights, it doesnt work..any hint why this happens?

moono commented

As I recall, 'config d' is stylegan1 structure and 'config f' is stylegan2 structure.
In this repository, I only focused on stylegan2 structure.
So network weights name mapping will not work with 'config d'.