-
Thank you very much for your open source of latent code, may I ask you if the latent code you provide for CELEBA-HQ is obtained by pre-trained stylegan2 model on CELEBA-HQ? If so, can you also provid…
-
It's mentioned briefly in stylegan2 paper's appendix b, but it is described in [Progressive Growing of GANs](https://arxiv.org/abs/1710.10196) in detail in section 4.1.
It's done for both conv and …
-
Hi~ thank you for converting styleGAN to its pytorch version, which is pretty meaningful. I've noticed that there are some people who can not get resonable training results. Unfortunately, i am one o…
-
大神 求帮助
Traceback (most recent call last):
File "play_with_dlatent.py", line 87, in
main()
File "play_with_dlatent.py", line 44, in main
generator = Generator(Gs_network, batch_si…
-
Do you foresee any issue with leveraging MobileStyleGAN as a drop-in to StyleGan2 ?
It's almost 10x faster
[MobileStyleGAN Github](https://github.com/bes-dev/MobileStyleGAN.pytorch)
[Side by si…
-
Trying to run the demo on windows11 but got errors for the bias_act_plugin. Seems to be related to cuda and compiler, but have no idea how to solve these. Anyone familiar with these issues? Or should…
-
可以公开一下那两个没有公开的的训练模型
1.黄金比例混血脸生成器(generator_mixed-blood-stylegan2-config-f.pkl)
2.亚洲美人脸生成器(generator_trendy-beauty-stylegan2-config-f.pkl)
-
I have created 2 stylegan2-ada projects on Colab Pro in last week. One with intended dataset 2500 1024x1024 images, the other with intended dataset of 8000 1024x1024. Both times dataset_tool.py/creat…
-
Can it work with Torch2.0 or does it use functions that aren't present in 2.0? (that is what I suspect at first glance)
I tried and I get "DLL load failed while importing fused: The specified module …
-
Hi I run the following command:
```
python -m torch.distributed.launch --nproc_per_node=8 --master_port=5433 train.py --batch 16 ./dataset/stylegan2/bag_texture_mdb
```
I'm getting the follow…