rosinality / stylegan2-pytorch

Implementation of Analyzing and Improving the Image Quality of StyleGAN (StyleGAN 2) in PyTorch
MIT License
2.74k stars 623 forks source link

convert weight problem #342

Closed jingnian-yxq closed 1 year ago

jingnian-yxq commented 1 year ago

I use "python convert_weight.py --repo ./stylegan2 stylegan2-church000080-config-f.pkl", but nothing happened, no error nor result. i wonder how to solve it :( 1678087350833

jingnian-yxq commented 1 year ago

I found it may go wrong at 'from model import Generator, Discriminator', but still don't know how to correct it