-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfid_score.sh
More file actions
executable file
·27 lines (19 loc) · 1.2 KB
/
fid_score.sh
File metadata and controls
executable file
·27 lines (19 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
pathgt=/home/vislab/jieli23/dataset/LSUN/churches_val
# --
pathpd=/home/vislab/jieli23/proj/latent-diffusion/logs/lsun_churches256/samples/00500000/2023-11-15-20-21-20/img
python fid_score.py ${pathgt} ${pathpd} --batch-size 50 --gpu 0 --dims 2048
# --
pathpd=/home/vislab/jieli23/proj/latent-diffusion/logs/lsun_churches256/samples/00500000/2023-11-15-20-42-15/img
python fid_score.py ${pathgt} ${pathpd} --batch-size 50 --gpu 0 --dims 2048
# --
pathpd=/home/vislab/jieli23/proj/latent-diffusion/logs/lsun_churches256/samples/00500000/2023-11-15-20-52-03/img
python fid_score.py ${pathgt} ${pathpd} --batch-size 50 --gpu 0 --dims 2048
# --
pathpd=/home/vislab/jieli23/proj/latent-diffusion/logs/lsun_churches256/samples/00500000/2023-11-15-20-55-45/img
python fid_score.py ${pathgt} ${pathpd} --batch-size 50 --gpu 0 --dims 2048
# --
pathpd=/home/vislab/jieli23/proj/latent-diffusion/logs/lsun_churches256/samples/00500000/2023-11-15-21-08-20/img
python fid_score.py ${pathgt} ${pathpd} --batch-size 50 --gpu 0 --dims 2048
# --
pathpd=/home/vislab/jieli23/proj/latent-diffusion/logs/lsun_churches256/samples/00500000/2023-11-17-00-26-21/img
python fid_score.py ${pathgt} ${pathpd} --batch-size 50 --gpu 0 --dims 2048