You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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'.
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?
The text was updated successfully, but these errors were encountered: