-
## error log | 日志或报错信息 | ログ
./pnnx gfpganv1_clean_model.pt inputshape=[1,3,512,512] fp16=0
pnnxparam = gfpganv1_clean_model.pnnx.param
pnnxbin = gfpganv1_clean_model.pnnx.bin
pnnxpy = gfpganv1_cle…
-
输入python tools/main.py -c configs/stylegan_v2_256_ffhq.yaml启动训练。训练结束后,在
![image](https://github.com/PaddlePaddle/PaddleGAN/assets/54430320/1cae4eb2-9b19-44a7-ab2a-fe3d5599c3b9)生成训练参数,教程中使用python tool…
-
Hi!
I am a big fan of your work. For another paper I am working on, it would be great to have your pretrained LSUN styleGAN generator. Is it possible to make that publicly available? Thanks!
-
Dear GenForce team,
I really like your work . It is a very nice paper.
In figure 1, you show manipulation in StyleGAN2 LSUN bedroom, but this model is not in [model zoo](https://github.com/genf…
-
do you guys have any plan to support stylegan2?
-
Hello,
I want to use parquet files with the stylegan2-ada-pytorch implementation.
Do I have to implement stylegan2 first in lighning module so I can use this dataloader?
I never used Lightning and …
-
I tried to convert rosinality's stylegan2 to onnx but failed. There was unsupported operations. But it seems your implementation of stylegan can be sucessfully converted. What did you do to make this …
-
When I do `pip install stylegan2_pytorch` I get no errors, but when I try to run the command `stylegan2_pytorch` I get an error that says that it doesn't recognize it as an internal or external comman…
-
Hello, so I currently do have a problem.
I noticed that in the Stylegan2-pytorch repo there is a "convert_weights" file that allows you to convert your Stylegan2 model into Pytorch. Now this is reall…
-
你好,请问
1 怎么获得Pretrained source StyleGAN2 generators在我们自己的数据集上?
2 怎么把.pkl转换为.pt?