Skip to content

Commit 794af6e

Browse files
authored
Update README.md
1 parent 785f3ec commit 794af6e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ Try ``python3 src/main.py`` to see available options.
219219
CUDA_VISIBLE_DEVICES=0,...,N python3 src/main.py -t -mpc -cfg CONFIG_PATH -data DATA_PATH -save SAVE_PATH
220220
```
221221

222-
* Change Batch Normalization Statistics
222+
* [Change Batch Normalization Statistics](https://arxiv.org/abs/2206.09479)
223223
```bash
224224
# Synchronized batchNorm (-sync_bn)
225225
CUDA_VISIBLE_DEVICES=0,...,N python3 src/main.py -t -sync_bn -cfg CONFIG_PATH -data DATA_PATH -save SAVE_PATH
@@ -379,6 +379,7 @@ All features and moments of reference datasets can be downloaded via [**Google D
379379
<p align="center">
380380
<img width="95%" src="https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/master/docs/figures/StudioGAN_Benchmark.png"/>
381381
</p>
382+
382383
### 2. Other generative models
383384

384385
The resolutions of ImageNet-128 and ImageNet 256 are 128 and 256, respectively.
@@ -388,6 +389,7 @@ All images used for Benchmark can be downloaded via [**Google Drive**](https://g
388389
<p align="center">
389390
<img width="95%" src="https://raw.githubusercontent.com/POSTECH-CVLab/PyTorch-StudioGAN/master/docs/figures/Other_Benchmark.png"/>
390391
</p>
392+
391393
# Evaluating pre-saved image folders
392394

393395
* Evaluate IS, FID, Prc, Rec, Dns, Cvg (``-metrics is fid prdc``) of image folders (already preprocessed) saved in DSET1 and DSET2 using GPUs ``(0,...,N)``.

0 commit comments

Comments
 (0)