Skip to content

Commit 6650d2f

Browse files
authored
Update README.md
1 parent ba575fb commit 6650d2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ When training and evaluating, we used the command below.
399399
CUDA_VISIBLE_DEVICES=0,1 python3 src/main.py -t -e -hdf5 -l -mpc -ref "train" -cfg CONFIG_PATH -data DATA_PATH -save SAVE_PATH
400400
```
401401

402-
IS, FID, Dns, Cvg values are computed using 50K train and 50K generated Images.
402+
IS, FID, Dns, and Cvg values are computed using 50K train and 50K generated Images.
403403

404404
| Method | Reference | IS(⭡) | FID(⭣) | Dns(⭡) | Cvg(⭡) | Cfg | Log | Weights |
405405
|:-----------|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:
@@ -481,7 +481,7 @@ When training and evaluating, we used the command below.
481481
CUDA_VISIBLE_DEVICES=0,1,2,3 python3 src/main.py -t -e -hdf5 -l -mpc -ref "train" -cfg CONFIG_PATH -data DATA_PATH -save SAVE_PATH
482482
```
483483

484-
IS, FID, Dns, Cvg values are computed using 14,630 train and 14,630 generated Images.
484+
IS, FID, Dns, and Cvg values are computed using 14,630 train and 14,630 generated Images.
485485

486486
| Method | Reference | IS(⭡) | FID(⭣) | Dns(⭡) | Cvg(⭡) | Cfg | Log | Weights |
487487
|:-----------|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:|:-------------:

0 commit comments

Comments
 (0)