-
**Describe the bug**
I wanted to use transfer learning on 256x256 pkl and my data contains images of 256x256 yet I got this error.
```
Training options:
{
"G_kwargs": {
"class_name": "tr…
-
Hi, thanks for your code, I'd like to simply use the discriminator, but when I load the pretrained ckpt you've provided to **ext.models.stylegan2.model.Discriminator**, it reports missing keys and une…
-
Dear CSAILVision team,
Thank you for sharing with us the great implementation.
Is there a easy way to apply this mehtod for stylegan or stylegan2?
Thank you for your help.
Best Wishes,
…
-
Stumbled upon a recentish research paper titled "Rethinking Image Skip Connections in StyleGAN2" (https://arxiv.org/abs/2407.05527). The paper presents a novel(?) "image squeeze connection" method tha…
-
When I try to start training using `--cfg=stylegan2-ext` then it errors out with the following message:
`"TypeError: __init__() got an unexpected keyword argument 'extended_sgan2'"`
-
Specifically, We first sample 1000 images from StyleGAN2 [15] as the source images and generate 1000 images in target domain by all the methods.
这句话是什么意思啊,什么叫从Style GAN中采样?该怎么做呢?
-
1. Downloaded BasicSR-1.4.2 release
2. Downloaded pretrained models and placed them in 'experiments/pretrained_models' subfolder:
`experiments/pretrained_models/BasicVSR/EDVR_REDS_pretrained_for_Ico…
-
Hi, how did you train stylegan2? can you give more details?thanks
-
Thanks for awesome work. But I can't find stylegan2-ffhq-config-f-256-550000.pt
-
Hi,
I have trained on colab all is Perfect but when I train using Google Cloud Notebook I am getting **RuntimeError: No GPU devices found**. I have installed tensorflow gpu using, pip instal…