We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07c7e5c commit b27c24aCopy full SHA for b27c24a
tools/eval_metrics.sh
@@ -1,7 +1,7 @@
1
export CUDA_VISIBLE_DEVICES=0
2
python tools/calc_metrics_for_dataset.py \
3
---real_data_path /path/to/real_data//images \
+--real_data_path /path/to/real_data/images \
4
--fake_data_path /path/to/fake_data/images \
5
--mirror 1 --gpus 1 --resolution 256 \
6
--metrics fvd2048_16f \
7
---verbose 0 --use_cache 0
+--verbose 0 --use_cache 0
0 commit comments