Skip to content

Commit b083d76

Browse files
authored
Update README.md
1 parent d198ab0 commit b083d76

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,14 +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-
| Name | Res. | Batch size |IS | FID | F_1/8 | F_8 | Config | Log | Weights |
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+
```
295+
| Name | Res. | Batch size | IS | FID | F_1/8 | F_8 | Config | Log | Weights |
294296
|:-----------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:
295297
| [**SNGAN**](https://arxiv.org/abs/1802.05957) | 128 | 256 | - | - | - | - | [Config](./src/configs/ILSVRC2012/SNGAN.json) | - | - |
296298
| [**SAGAN**](https://arxiv.org/abs/1805.08318) | 128 | 256 | - | - | - | - | [Config](./src/configs/ILSVRC2012/SAGAN.json) | - | - |
297299
| [**BigGAN**](https://arxiv.org/abs/1809.11096) | 128 | 256 | - | - | - | - | [Config](./src/configs/ILSVRC2012/BigGAN256.json) | - | - |
298300
| [**ContraGAN**](https://arxiv.org/abs/2006.12681) | 128 | 256 | - | - | - | - | [Config](./src/configs/ILSVRC2012/ContraGAN256.json) | - | - |
299-
| [**BigGAN**](https://arxiv.org/abs/1809.11096) | 128 | 2048 | - | - | - | - | [Config](./src/configs/ILSVRC2012/BigGAN2048.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) | - |
300302
| [**ContraGAN**](https://arxiv.org/abs/2006.12681) | 128 | 2048 | - | - | - | - | [Config](./src/configs/ILSVRC2012/ContraGAN2048.json) | - | - |
301303

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

0 commit comments

Comments
 (0)