Skip to content

Commit 7b5ef8d

Browse files
authored
Update README.md
1 parent 770b653 commit 7b5ef8d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ We don't apply Synchronized Batch Normalization to all experiments.
258258
| [**ICRGAN(C)**](https://arxiv.org/abs/2002.04724) | 32 | 64 | - | - | - | - | [Config](./src/configs/CIFAR10/ICRGAN(C).json) | - | - |
259259
| [**DiffAugGAN(P)**](https://arxiv.org/abs/2006.10738) | 32 | 64 | 9.649 | 7.369 | 0.995 | 0.994 | [Config](./src/configs/CIFAR10/DiffAugGAN(P).json) | [Log](./logs/CIFAR10/DiffAugGAN(P)-train-2020_09_18_14_33_57.log) | - |
260260
| [**DiffAugGAN(C)**](https://arxiv.org/abs/2006.10738) | 32 | 64 | 9.896 | 7.285 | 0.995 | 0.988 | [Config](./src/configs/CIFAR10/DiffAugGAN(C).json) | [Log](./logs/CIFAR10/DiffAugGAN(C)-train-2020_11_14_16_20_04.log) | - |
261-
| [**ADAGAN(P)**](https://arxiv.org/abs/2006.06676) | 32 | 64 | - | - | - | - | [Config](./src/configs/CIFAR10/ADAGAN(P).json) | - | - |
262-
| [**ADAGAN(C)**](https://arxiv.org/abs/2006.06676) | 32 | 64 | - | - | - | - | [Config](./src/configs/CIFAR10/ADAGAN(C).json) | - | - |
263261
| [**LOGAN**](https://arxiv.org/abs/1912.00953) | 32 | 64 | 9.576 | 8.465 | 0.993 | 0.990 | [Config](./src/configs/CIFAR10/LOGAN.json) | [Log](./logs/CIFAR10/LOGAN-train-2020_09_17_13_46_47.log) | - |
264262

265263
※ IS, FID, and F_beta values are computed using 10K test and 10K generated Images.
@@ -286,8 +284,6 @@ We don't apply Synchronized Batch Normalization to all experiments.
286284
| [**ICRGAN(C)**](https://arxiv.org/abs/2002.04724) | 64 | 1024 | - | - | - | - | [Config](./src/configs/TINY_ILSVRC2012/ICRGAN(C).json) | - | - |
287285
| [**DiffAugGAN(P)**](https://arxiv.org/abs/2006.10738) | 64 | 1024 | - | - | - | - | [Config](./src/configs/TINY_ILSVRC2012/DiffAugGAN(P).json) | - | - |
288286
| [**DiffAugGAN(C)**](https://arxiv.org/abs/2006.10738) | 64 | 1024 | - | - | - | - | [Config](./src/configs/TINY_ILSVRC2012/DiffAugGAN(C).json) | - | - |
289-
| [**ADAGAN(P)**](https://arxiv.org/abs/2006.06676) | 64 | 1024 | - | - | - | - | [Config](./src/configs/TINY_ILSVRC2012/ADAGAN(P).json) | - | - |
290-
| [**ADAGAN(C)**](https://arxiv.org/abs/2006.06676) | 64 | 1024 | - | - | - | - | [Config](./src/configs/TINY_ILSVRC2012/ADAGAN(C).json) | - | - |
291287
| [**LOGAN**](https://arxiv.org/abs/1912.00953) | 64 | 1024 | - | - | - | - | [Config](./src/configs/TINY_ILSVRC2012/LOGAN.json) | - | - |
292288

293289
※ IS, FID, and F_beta values are computed using 50K validation and 50K generated Images.

0 commit comments

Comments
 (0)