Skip to content

Commit 7cce142

Browse files
authored
Update README.md
1 parent ada8e46 commit 7cce142

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ We don't apply Synchronized Batch Normalization to all experiments.
255255
| [**CRGAN(P)**](https://arxiv.org/abs/1910.12027) | 32 | 64 | 9.911 | 7.199 | 0.994 | 0.994 | [Config](./src/configs/CIFAR10/CRGAN(P).json) | [Log](./logs/CIFAR10/CRGAN(P)-train-2020_09_17_13_45_19.log) | - |
256256
| [**CRGAN(C)**](https://arxiv.org/abs/1910.12027) | 32 | 64 | 9.812 | 7.685 | 0.995 | 0.993 | [Config](./src/configs/CIFAR10/CRGAN(C).json) | [Log](./logs/CIFAR10/CRGAN(C)-train-2020_12_04_13_51_40.log) | - |
257257
| [**ICRGAN(P)**](https://arxiv.org/abs/2002.04724) | 32 | 64 | 9.781 | 7.550 | 0.994 | 0.992 | [Config](./src/configs/CIFAR10/ICRGAN(P).json) | [Log](./logs/CIFAR10/ICRGAN(P)-train-2020_09_17_13_46_09.log) | - |
258-
| [**ICRGAN(C)**](https://arxiv.org/abs/2002.04724) | 32 | 64 | - | - | - | - | [Config](./src/configs/CIFAR10/ICRGAN(C).json) | - | - |
258+
| [**ICRGAN(C)**](https://arxiv.org/abs/2002.04724) | 32 | 64 | 10.139 | 7.703 | 0.994 | 0.993 | [Config](./src/configs/CIFAR10/ICRGAN(C).json) | [Log](./logs/CIFAR10/ICRGAN(C)-train-2020_09_17_13_46_09.log) | - |
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) | - |
261261
| [**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) | - |

0 commit comments

Comments
 (0)