Skip to content

Commit 331ca2c

Browse files
authored
Update README.md
1 parent b083d76 commit 331ca2c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -289,16 +289,16 @@ We don't apply Synchronized Batch Normalization to all experiments.
289289
※ IS, FID, and F_beta values are computed using 50K validation and 50K generated Images.
290290

291291
### ImageNet
292-
```
293-
** Note: Experiments are still ongoing due to limited resources. Image generation experiment using BIGGAN is in progress successfully, and when the experiment is completed, we will update the logger file and models' weights. After that, we plan to conduct ImageNet generation experiments in the order of SNGAN -> SAGAN -> ContraGAN.
294-
```
292+
293+
* Note: Experiments are still ongoing due to limited resources. Image generation experiment using BIGGAN is in progress successfully, and when the experiment is completed, we will update the logger file and models' weights. After that, we plan to conduct ImageNet generation experiments in the order of SNGAN -> SAGAN -> ContraGAN.
294+
295295
| Name | Res. | Batch size | IS | FID | F_1/8 | F_8 | Config | Log | Weights |
296296
|:-----------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:
297297
| [**SNGAN**](https://arxiv.org/abs/1802.05957) | 128 | 256 | - | - | - | - | [Config](./src/configs/ILSVRC2012/SNGAN.json) | - | - |
298298
| [**SAGAN**](https://arxiv.org/abs/1805.08318) | 128 | 256 | - | - | - | - | [Config](./src/configs/ILSVRC2012/SAGAN.json) | - | - |
299299
| [**BigGAN**](https://arxiv.org/abs/1809.11096) | 128 | 256 | - | - | - | - | [Config](./src/configs/ILSVRC2012/BigGAN256.json) | - | - |
300300
| [**ContraGAN**](https://arxiv.org/abs/2006.12681) | 128 | 256 | - | - | - | - | [Config](./src/configs/ILSVRC2012/ContraGAN256.json) | - | - |
301-
| [**BigGAN**](https://arxiv.org/abs/1809.11096) | 128 | 2048 | 83.548 | 9.239 | 0.980 | 0.985 | [Config](./src/configs/ILSVRC2012/BigGAN2048.json) | [Log](./logs/IMAGENET/BigGAN2048-train-2020_11_17_15_17_48.log) | - |
301+
| [**BigGAN**](https://arxiv.org/abs/1809.11096) | 128 | 2048 | 83.548 | 9.239 | 0.980 | 0.985 | [Config](./src/configs/ILSVRC2012/BigGAN2048.json) | [Intermediate Log](./logs/IMAGENET/BigGAN2048-train-2020_11_17_15_17_48.log) | - |
302302
| [**ContraGAN**](https://arxiv.org/abs/2006.12681) | 128 | 2048 | - | - | - | - | [Config](./src/configs/ILSVRC2012/ContraGAN2048.json) | - | - |
303303

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

0 commit comments

Comments
 (0)