You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+18-15
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Collections of GANs
2
2
3
-
Pytorch implementation of unsupervised GANs.
3
+
Pytorch implementation of basic unsupervised GANs on CIFAR10.
4
4
5
-
For more defails about calculating Inception Score and FID using pytorch can be found here [pytorch_gan_metrics](https://github.com/w86763777/pytorch-gan-metrics)
5
+
For more defails about calculating Inception Score and FID using pytorch can be found here [pytorch_gan_metrics](https://github.com/w86763777/pytorch-gan-metrics).
6
6
7
7
## Models
8
8
-[x] DCGAN
@@ -18,15 +18,15 @@ For more defails about calculating Inception Score and FID using pytorch can be
18
18
```
19
19
20
20
## Results
21
-
21
+
The FID is calculated by 50k generated images and CIFAR10 train set.
22
22
|Model |Dataset|Inception Score|FID |
23
23
|--------------|:-----:|:--------------:|:---:|
24
-
|DCGAN |CIFAR10|5.91(0.15) |47.46|
25
-
|WGAN(CNN) |CIFAR10|6.46(0.24) |38.98|
26
-
|WGAN-GP(CNN) |CIFAR10|7.69(0.19) |22.81|
27
-
|WGAN-GP(ResNet)|CIFAR10|7.80(0.20) |21.48|
28
-
|SNGAN(CNN) |CIFAR10|7.64(0.21) |21.86|
29
-
|SNGAN(ResNet) |CIFAR10|8.21(0.17) |19.11|
24
+
|DCGAN |CIFAR10|6.01(0.05) |42.72|
25
+
|WGAN(CNN) |CIFAR10|6.62(0.09) |40.03|
26
+
|WGAN-GP(CNN) |CIFAR10|7.66(0.10) |19.83|
27
+
|WGAN-GP(ResNet)|CIFAR10|7.95(0.14) |16.95|
28
+
|SNGAN(CNN) |CIFAR10|7.84(0.12) |17.81|
29
+
|SNGAN(ResNet) |CIFAR10|8.31(0.10) |14.32|
30
30
31
31
## Examples
32
32
- DCGAN
@@ -54,13 +54,16 @@ For more defails about calculating Inception Score and FID using pytorch can be
0 commit comments