-
Same question as the title, is there any way we can add our own images for ganbreeder to utilize?
-
I would like to reproduce your results, with BigGan on the Anime dataset. Did you compute the FID and / or the IS on the generated dataset present in your README ?
Thanks
-
Hi, csmliu
At present, the results of training on high-resolution images are not good. Is there any other way to improve the conversion results of high-resolution images, such as 512 or 1024 images?I…
-
Can we test it in DCGAN?
-
First of all, thanks for the code which is very complete and well documented. Nonetheless, I have an issue to use the modules created in the evaluation to generate samples.
I trained a BigGAN on th…
-
你好,想请教下,在训练之前将训练数据的标签的某一位所代表的属性就行指定的reverse,比如只改变训练数据的眼镜这一位对应的标签,然后他们之间的差异就是眼镜这个属性放进去训练,然后这个模型就指定转换眼镜的差异。我修改的代码如下,但是最终训练效果好像不是太好,不知道是什么原因。在使用验证集数据的时候作了同样的修改,但是最终验证没有效果。
代码:
```python
xa, a = tr_dat…
-
> While we also have the cropped face images ready as a tarball, given its size (5.7 GB), we are still not sure where to host it. If you have proper resources, please feel free to open an issue.
I …
gwern updated
5 years ago
-
Seems that biggan can only be used unconditionally. This might be the case for infogan too. As far as I can tell, compare_gan does not make use of labels at all.
Here is my parse function:
```
…
-
Hello! I am also trying to reproduce this paper. However, when using very similar network architecture, I can only achieve relatively low-resolution faces placed on fuzzy background. Your github code …
-
dear author,
thank u for ur brilliant work
I'm wondering whether the program could work if i train it with the images of single channel and size of 128x128( gray scale image)
I only changed self.c_…