Skip to content

Commit b27c24a

Browse files
authored
Update eval_metrics.sh
1 parent 07c7e5c commit b27c24a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/eval_metrics.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export CUDA_VISIBLE_DEVICES=0
22
python tools/calc_metrics_for_dataset.py \
3-
--real_data_path /path/to/real_data//images \
3+
--real_data_path /path/to/real_data/images \
44
--fake_data_path /path/to/fake_data/images \
55
--mirror 1 --gpus 1 --resolution 256 \
66
--metrics fvd2048_16f \
7-
--verbose 0 --use_cache 0
7+
--verbose 0 --use_cache 0

0 commit comments

Comments
 (0)