Results 63 comments of Zongze Wu

Dear AK391, Thank you for your interest in our project. Currently, we load the pretrained model from [Stylegan2](https://github.com/NVlabs/stylegan2) which is trained using GPU. We can not even do Gs.print_layers() without...

What parameters you are using for invert stylegan? I use ~~~ python multi_code_inversion.py --gan_model stylegan_bedroom --target_images ./examples/gan_inversion/bedroom --outputs ./gan_inversion_bedroom2 --inversion_type StyleGAN-w+ ~~~ However, the results are not very realistic. What...

I also meet this error 'TypeError: silu(): argument 'input' (position 1) must be Tensor, not dict'

I believe the problem comes from inconsistency when defining the return of the function, ``` type(model.encode(imgs)) Out[7]: torch.Tensor type(model.model.encode(imgs)) Out[8]: dict type(model.ema_model.encode(imgs) ) Out[9]: dict ``` The 'model' represent the...

@Hommoner Thank for sharing the code. Why you define several opt, rather than just use one. opt is the same for every class_id, right? Or you want to keep the...

Hi, Quang-Hieu, Thank you for your instruction. I will try it out. Best Wishes, Alex