Rayleihaodong commited on
Commit
49b555e
·
verified ·
1 Parent(s): aaebaab

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. scripts/eval/eval_mscoco7.sh +15 -0
  2. scripts/eval/eval_pp.sh +14 -0
  3. scripts/eval/eval_pp1.sh +14 -0
  4. scripts/eval/eval_pp5.sh +14 -0
  5. scripts/eval/eval_pp6.sh +14 -0
  6. scripts/eval/eval_t2i.sh +14 -0
  7. scripts/eval/eval_t2i1.sh +14 -0
  8. scripts/eval/eval_t2i2.sh +14 -0
  9. scripts/eval/eval_t2i3.sh +14 -0
  10. scripts/eval/eval_t2i4.sh +14 -0
  11. scripts/eval/eval_t2i5.sh +14 -0
  12. scripts/eval/eval_t2i6.sh +14 -0
  13. scripts/eval/eval_t2i7.sh +14 -0
  14. scripts/eval/slurm-6226567.out +17 -0
  15. scripts/eval/slurm-6226581.out +0 -0
  16. scripts/eval/slurm-6226595.out +47 -0
  17. scripts/eval/slurm-6226596.out +59 -0
  18. scripts/eval/slurm-6226597.out +51 -0
  19. scripts/eval/slurm-6226598.out +39 -0
  20. scripts/eval/slurm-6226599.out +39 -0
  21. scripts/eval/slurm-6226600.out +43 -0
  22. scripts/eval/slurm-6226601.out +43 -0
  23. scripts/eval/slurm-6234587.out +22 -0
  24. scripts/eval/slurm-6234588.out +22 -0
  25. scripts/eval/slurm-6234589.out +22 -0
  26. scripts/eval/slurm-6234590.out +22 -0
  27. scripts/eval/slurm-6235595.out +22 -0
  28. scripts/eval/slurm-6235610.out +22 -0
  29. scripts/log/emu3/PP/slurm-6224918.out +21 -0
  30. scripts/log/emu3/PP/slurm-6224919.out +21 -0
  31. scripts/log/emu3/PP/slurm-6224920.out +21 -0
  32. scripts/log/emu3/PP/slurm-6224921.out +21 -0
  33. scripts/log/emu3/PP/slurm-6224922.out +21 -0
  34. scripts/log/emu3/PP/slurm-6224923.out +21 -0
  35. scripts/log/emu3/PP/slurm-6224924.out +21 -0
  36. scripts/log/emu3/T2I/slurm-6225299.out +20 -0
  37. scripts/log/emu3/T2I/slurm-6225300.out +20 -0
  38. scripts/log/emu3/T2I/slurm-6225301.out +20 -0
  39. scripts/log/emu3/T2I/slurm-6225302.out +20 -0
  40. scripts/log/emu3/T2I/slurm-6225303.out +20 -0
  41. scripts/log/emu3/T2I/slurm-6225304.out +20 -0
  42. scripts/log/emu3/T2I/slurm-6225305.out +20 -0
  43. scripts/lumina_gpt/MSCOCO/base.sh +24 -0
  44. scripts/lumina_gpt/MSCOCO/caccl+sjd++.sh +58 -0
  45. scripts/lumina_gpt/MSCOCO/ms_gsd.sh +31 -0
  46. scripts/lumina_gpt/MSCOCO/ms_lantern.sh +31 -0
  47. scripts/lumina_gpt/MSCOCO/ms_sjd.sh +31 -0
  48. scripts/lumina_gpt/MSCOCO/mscr_gsd.sh +33 -0
  49. scripts/lumina_gpt/MSCOCO/mscr_sjd.sh +33 -0
  50. scripts/lumina_gpt/MSCOCO/sjd++.sh +57 -0
scripts/eval/eval_mscoco7.sh ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/eval
3
+ # HF_ENDPOINT=https://hf-mirror.com
4
+ dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/captions_val2017.json
5
+ workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/sjd/img
6
+
7
+ srun \
8
+ -N 1 \
9
+ --ntasks-per-node 1 \
10
+ python evaluation_metrics.py \
11
+ --workdir $workdir \
12
+ --dataset_anno_file $dataset_anno_file \
13
+ --coco_gt_path /mnt/petrelfs/leihaodong/local_dataset/val2017 \
14
+ --dataset_name coco \
15
+ --n_images 0
scripts/eval/eval_pp.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/eval
3
+ # HF_ENDPOINT=https://hf-mirror.com
4
+ dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv
5
+ workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_PartiPrompts/mscr_sjd_0.005/img
6
+
7
+ srun \
8
+ -N 1 \
9
+ --ntasks-per-node 1 \
10
+ python evaluation_metrics.py \
11
+ --workdir $workdir \
12
+ --dataset_anno_file $dataset_anno_file \
13
+ --dataset_name parti_cocoformat \
14
+ --n_images 0
scripts/eval/eval_pp1.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/eval
3
+ # HF_ENDPOINT=https://hf-mirror.com
4
+ dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv
5
+ workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_PartiPrompts/mscr_sjd_0.01/img
6
+
7
+ srun \
8
+ -N 1 \
9
+ --ntasks-per-node 1 \
10
+ python evaluation_metrics.py \
11
+ --workdir $workdir \
12
+ --dataset_anno_file $dataset_anno_file \
13
+ --dataset_name parti_cocoformat \
14
+ --n_images 0
scripts/eval/eval_pp5.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/eval
3
+ # HF_ENDPOINT=https://hf-mirror.com
4
+ dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv
5
+ workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/PartiPrompts/mscr_sjd_0.05/img
6
+
7
+ srun \
8
+ -N 1 \
9
+ --ntasks-per-node 1 \
10
+ python evaluation_metrics.py \
11
+ --workdir $workdir \
12
+ --dataset_anno_file $dataset_anno_file \
13
+ --dataset_name parti_cocoformat \
14
+ --n_images 0
scripts/eval/eval_pp6.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/eval
3
+ # HF_ENDPOINT=https://hf-mirror.com
4
+ dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv
5
+ workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/PartiPrompts/sjd/img
6
+
7
+ srun \
8
+ -N 1 \
9
+ --ntasks-per-node 1 \
10
+ python evaluation_metrics.py \
11
+ --workdir $workdir \
12
+ --dataset_anno_file $dataset_anno_file \
13
+ --dataset_name parti_cocoformat \
14
+ --n_images 0
scripts/eval/eval_t2i.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/eval
3
+ # HF_ENDPOINT=https://hf-mirror.com
4
+ dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json
5
+ workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_T2ICompBenchVal/mscr_gsd/img
6
+
7
+ srun \
8
+ -N 1 \
9
+ --ntasks-per-node 1 \
10
+ python evaluation_metrics.py \
11
+ --workdir $workdir \
12
+ --dataset_anno_file $dataset_anno_file \
13
+ --dataset_name T2I-CompBench \
14
+ --n_images 0
scripts/eval/eval_t2i1.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/eval
3
+ # HF_ENDPOINT=https://hf-mirror.com
4
+ dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json
5
+ workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_T2ICompBenchVal/ms_gsd/img
6
+
7
+ srun \
8
+ -N 1 \
9
+ --ntasks-per-node 1 \
10
+ python evaluation_metrics.py \
11
+ --workdir $workdir \
12
+ --dataset_anno_file $dataset_anno_file \
13
+ --dataset_name T2I-CompBench \
14
+ --n_images 0
scripts/eval/eval_t2i2.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/eval
3
+ # HF_ENDPOINT=https://hf-mirror.com
4
+ dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json
5
+ workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_T2ICompBenchVal/base/img
6
+
7
+ srun \
8
+ -N 1 \
9
+ --ntasks-per-node 1 \
10
+ python evaluation_metrics.py \
11
+ --workdir $workdir \
12
+ --dataset_anno_file $dataset_anno_file \
13
+ --dataset_name T2I-CompBench \
14
+ --n_images 0
scripts/eval/eval_t2i3.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/eval
3
+ # HF_ENDPOINT=https://hf-mirror.com
4
+ dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json
5
+ workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/T2ICompBenchVal/ms_sjd/img
6
+
7
+ srun \
8
+ -N 1 \
9
+ --ntasks-per-node 1 \
10
+ python evaluation_metrics.py \
11
+ --workdir $workdir \
12
+ --dataset_anno_file $dataset_anno_file \
13
+ --dataset_name T2I-CompBench \
14
+ --n_images 0
scripts/eval/eval_t2i4.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/eval
3
+ # HF_ENDPOINT=https://hf-mirror.com
4
+ dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json
5
+ workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/T2ICompBenchVal/mscr_gsd/img
6
+
7
+ srun \
8
+ -N 1 \
9
+ --ntasks-per-node 1 \
10
+ python evaluation_metrics.py \
11
+ --workdir $workdir \
12
+ --dataset_anno_file $dataset_anno_file \
13
+ --dataset_name T2I-CompBench \
14
+ --n_images 0
scripts/eval/eval_t2i5.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/eval
3
+ # HF_ENDPOINT=https://hf-mirror.com
4
+ dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json
5
+ workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/T2ICompBenchVal/mscr_sjd_0.05/img
6
+
7
+ srun \
8
+ -N 1 \
9
+ --ntasks-per-node 1 \
10
+ python evaluation_metrics.py \
11
+ --workdir $workdir \
12
+ --dataset_anno_file $dataset_anno_file \
13
+ --dataset_name T2I-CompBench \
14
+ --n_images 0
scripts/eval/eval_t2i6.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/eval
3
+ # HF_ENDPOINT=https://hf-mirror.com
4
+ dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json
5
+ workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/T2ICompBenchVal/sjd/img
6
+
7
+ srun \
8
+ -N 1 \
9
+ --ntasks-per-node 1 \
10
+ python evaluation_metrics.py \
11
+ --workdir $workdir \
12
+ --dataset_anno_file $dataset_anno_file \
13
+ --dataset_name T2I-CompBench \
14
+ --n_images 0
scripts/eval/eval_t2i7.sh ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/eval
3
+ # HF_ENDPOINT=https://hf-mirror.com
4
+ dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json
5
+ workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/T2ICompBenchVal/base/img
6
+
7
+ srun \
8
+ -N 1 \
9
+ --ntasks-per-node 1 \
10
+ python evaluation_metrics.py \
11
+ --workdir $workdir \
12
+ --dataset_anno_file $dataset_anno_file \
13
+ --dataset_name T2I-CompBench \
14
+ --n_images 0
scripts/eval/slurm-6226567.out ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
0
  0%| | 0/2183 [00:00<?, ?it/s]
1
  0%| | 1/2183 [00:00<17:13, 2.11it/s]
2
  0%| | 9/2183 [00:00<01:51, 19.53it/s]
3
  1%| | 17/2183 [00:00<01:04, 33.60it/s]
4
  1%| | 25/2183 [00:00<00:47, 45.07it/s]
5
  2%|▏ | 33/2183 [00:00<00:40, 52.61it/s]
6
  2%|▏ | 41/2183 [00:01<00:36, 59.15it/s]
7
  2%|▏ | 49/2183 [00:01<00:33, 64.00it/s]
8
  3%|▎ | 57/2183 [00:01<00:32, 64.69it/s]
9
  3%|▎ | 65/2183 [00:01<00:31, 66.64it/s]
10
  3%|▎ | 73/2183 [00:01<00:30, 68.64it/s]
11
  4%|▎ | 81/2183 [00:01<00:29, 70.44it/s]
12
  4%|▍ | 89/2183 [00:01<00:29, 71.09it/s]
13
  4%|▍ | 97/2183 [00:01<00:28, 72.74it/s]
14
  5%|▍ | 105/2183 [00:01<00:28, 73.29it/s]
15
  5%|▌ | 113/2183 [00:01<00:27, 75.15it/s]
16
  6%|▌ | 121/2183 [00:02<00:27, 74.94it/s]
17
  6%|▌ | 129/2183 [00:02<00:27, 74.15it/s]
18
  6%|▋ | 137/2183 [00:02<00:27, 73.42it/s]
19
  7%|▋ | 145/2183 [00:02<00:27, 74.47it/s]
20
  7%|▋ | 153/2183 [00:02<00:27, 73.21it/s]
21
  7%|▋ | 161/2183 [00:02<00:27, 73.12it/s]
22
  8%|▊ | 169/2183 [00:02<00:27, 72.54it/s]
23
  8%|▊ | 177/2183 [00:02<00:27, 73.45it/s]
24
  8%|▊ | 185/2183 [00:02<00:27, 73.08it/s]
25
  9%|▉ | 193/2183 [00:03<00:26, 73.90it/s]
26
  9%|▉ | 201/2183 [00:03<00:26, 74.35it/s]
27
  10%|▉ | 209/2183 [00:03<00:26, 73.63it/s]
28
  10%|▉ | 217/2183 [00:03<00:26, 74.43it/s]
29
  10%|█ | 225/2183 [00:03<00:26, 74.06it/s]
30
  11%|█ | 233/2183 [00:03<00:26, 74.20it/s]
31
  11%|█ | 241/2183 [00:03<00:26, 73.98it/s]
32
  11%|█▏ | 249/2183 [00:03<00:25, 74.53it/s]
33
  12%|█▏ | 257/2183 [00:03<00:26, 73.59it/s]
34
  12%|█▏ | 265/2183 [00:04<00:25, 74.14it/s]
35
  13%|█▎ | 273/2183 [00:04<00:26, 72.18it/s]
36
  13%|█▎ | 281/2183 [00:04<00:26, 72.22it/s]
37
  13%|█▎ | 289/2183 [00:04<00:26, 72.69it/s]
38
  14%|█▎ | 297/2183 [00:04<00:26, 72.53it/s]
39
  14%|█▍ | 305/2183 [00:04<00:26, 71.63it/s]
40
  14%|█▍ | 313/2183 [00:04<00:26, 70.82it/s]
41
  15%|█▍ | 321/2183 [00:04<00:26, 70.58it/s]
42
  15%|█▌ | 329/2183 [00:04<00:26, 71.13it/s]
43
  15%|█▌ | 337/2183 [00:05<00:26, 70.59it/s]
44
  16%|█▌ | 345/2183 [00:05<00:25, 72.09it/s]
45
  16%|█▌ | 353/2183 [00:05<00:25, 72.56it/s]
46
  17%|█▋ | 361/2183 [00:05<00:24, 73.62it/s]
47
  17%|█▋ | 369/2183 [00:05<00:25, 71.52it/s]
48
  17%|█▋ | 377/2183 [00:05<00:25, 71.81it/s]
49
  18%|█▊ | 385/2183 [00:05<00:25, 71.39it/s]
50
  18%|█▊ | 393/2183 [00:05<00:24, 72.21it/s]
51
  18%|█▊ | 401/2183 [00:05<00:24, 71.39it/s]
52
  19%|█▊ | 409/2183 [00:06<00:25, 70.75it/s]
53
  19%|█▉ | 417/2183 [00:06<00:25, 70.38it/s]
54
  19%|█▉ | 425/2183 [00:06<00:24, 70.55it/s]
55
  20%|█▉ | 433/2183 [00:06<00:24, 71.21it/s]
56
  20%|██ | 441/2183 [00:06<00:24, 70.70it/s]
57
  21%|██ | 449/2183 [00:06<00:24, 69.76it/s]
58
  21%|██ | 457/2183 [00:06<00:24, 70.35it/s]
59
  21%|██▏ | 465/2183 [00:06<00:24, 68.91it/s]
60
  22%|██▏ | 473/2183 [00:06<00:24, 69.38it/s]
61
  22%|██▏ | 481/2183 [00:07<00:24, 70.41it/s]
62
  22%|██▏ | 489/2183 [00:07<00:24, 70.27it/s]
63
  23%|██▎ | 497/2183 [00:07<00:23, 70.35it/s]
64
  23%|██▎ | 505/2183 [00:07<00:23, 70.28it/s]
65
  23%|██▎ | 513/2183 [00:07<00:23, 70.10it/s]
66
  24%|██▍ | 521/2183 [00:07<00:23, 71.72it/s]
67
  24%|██▍ | 529/2183 [00:07<00:23, 70.94it/s]
68
  25%|██▍ | 537/2183 [00:07<00:23, 70.46it/s]
69
  25%|██▍ | 545/2183 [00:07<00:22, 71.54it/s]
70
  25%|██▌ | 553/2183 [00:08<00:22, 71.07it/s]
71
  26%|██▌ | 561/2183 [00:08<00:22, 72.68it/s]
72
  26%|██▌ | 569/2183 [00:08<00:22, 72.05it/s]
73
  26%|██▋ | 577/2183 [00:08<00:21, 73.24it/s]
74
  27%|██▋ | 585/2183 [00:08<00:21, 74.45it/s]
75
  27%|██▋ | 593/2183 [00:08<00:21, 74.86it/s]
76
  28%|██▊ | 601/2183 [00:08<00:20, 76.27it/s]
77
  28%|██▊ | 609/2183 [00:08<00:20, 76.23it/s]
78
  28%|██▊ | 617/2183 [00:08<00:20, 76.38it/s]
79
  29%|██▊ | 625/2183 [00:09<00:20, 75.01it/s]
80
  29%|██▉ | 633/2183 [00:09<00:20, 74.78it/s]
81
  29%|██▉ | 641/2183 [00:09<00:20, 74.70it/s]
82
  30%|██▉ | 649/2183 [00:09<00:20, 75.02it/s]
83
  30%|███ | 657/2183 [00:09<00:20, 73.44it/s]
84
  30%|███ | 665/2183 [00:09<00:20, 73.19it/s]
85
  31%|███ | 673/2183 [00:09<00:20, 73.47it/s]
86
  31%|███ | 681/2183 [00:09<00:20, 72.86it/s]
87
  32%|███▏ | 689/2183 [00:09<00:20, 71.88it/s]
88
  32%|███▏ | 697/2183 [00:10<00:20, 72.33it/s]
89
  32%|███▏ | 705/2183 [00:10<00:20, 72.44it/s]
90
  33%|███▎ | 713/2183 [00:10<00:20, 71.92it/s]
91
  33%|███▎ | 721/2183 [00:10<00:20, 72.04it/s]
92
  33%|███▎ | 729/2183 [00:10<00:20, 71.68it/s]
93
  34%|███▍ | 737/2183 [00:10<00:19, 72.40it/s]
94
  34%|███▍ | 745/2183 [00:10<00:19, 72.90it/s]
95
  34%|███▍ | 753/2183 [00:10<00:19, 71.56it/s]
96
  35%|███▍ | 761/2183 [00:10<00:19, 71.56it/s]
97
  35%|███▌ | 769/2183 [00:11<00:19, 71.75it/s]
98
  36%|███▌ | 777/2183 [00:11<00:19, 72.06it/s]
99
  36%|███▌ | 785/2183 [00:11<00:19, 71.44it/s]
100
  36%|███▋ | 793/2183 [00:11<00:19, 72.27it/s]
101
  37%|███▋ | 801/2183 [00:11<00:18, 72.98it/s]
102
  37%|███▋ | 809/2183 [00:11<00:19, 68.72it/s]
103
  37%|███▋ | 817/2183 [00:11<00:19, 70.42it/s]
104
  38%|███▊ | 825/2183 [00:11<00:19, 70.46it/s]
105
  38%|███▊ | 833/2183 [00:11<00:18, 71.56it/s]
106
  39%|███▊ | 841/2183 [00:12<00:18, 72.53it/s]
107
  39%|███▉ | 849/2183 [00:12<00:18, 72.38it/s]
108
  39%|███▉ | 857/2183 [00:12<00:18, 72.93it/s]
109
  40%|███▉ | 865/2183 [00:12<00:18, 73.11it/s]
110
  40%|███▉ | 873/2183 [00:12<00:17, 73.12it/s]
111
  40%|████ | 881/2183 [00:12<00:17, 72.57it/s]
112
  41%|████ | 889/2183 [00:12<00:17, 73.76it/s]
113
  41%|████ | 897/2183 [00:12<00:17, 73.76it/s]
114
  41%|████▏ | 905/2183 [00:12<00:17, 73.22it/s]
115
  42%|████▏ | 913/2183 [00:13<00:17, 72.57it/s]
116
  42%|████▏ | 921/2183 [00:13<00:17, 72.36it/s]
117
  43%|████▎ | 929/2183 [00:13<00:17, 72.02it/s]
118
  43%|████▎ | 937/2183 [00:13<00:17, 71.86it/s]
119
  43%|████▎ | 945/2183 [00:13<00:17, 72.59it/s]
120
  44%|████▎ | 953/2183 [00:13<00:16, 72.99it/s]
121
  44%|████▍ | 961/2183 [00:13<00:16, 73.34it/s]
122
  44%|████▍ | 969/2183 [00:13<00:16, 74.05it/s]
123
  45%|████▍ | 977/2183 [00:13<00:16, 74.73it/s]
124
  45%|████▌ | 985/2183 [00:14<00:16, 74.81it/s]
125
  45%|████▌ | 993/2183 [00:14<00:15, 74.91it/s]
126
  46%|████▌ | 1001/2183 [00:14<00:15, 74.18it/s]
127
  46%|████▌ | 1009/2183 [00:14<00:15, 75.24it/s]
128
  47%|████▋ | 1017/2183 [00:14<00:15, 75.78it/s]
129
  47%|████▋ | 1025/2183 [00:14<00:15, 75.21it/s]
130
  47%|████▋ | 1033/2183 [00:14<00:15, 74.93it/s]
131
  48%|████▊ | 1042/2183 [00:14<00:14, 76.46it/s]
132
  48%|████▊ | 1050/2183 [00:14<00:14, 76.68it/s]
133
  48%|████▊ | 1058/2183 [00:14<00:14, 76.46it/s]
134
  49%|████▉ | 1066/2183 [00:15<00:14, 75.73it/s]
135
  49%|████▉ | 1074/2183 [00:15<00:14, 75.33it/s]
136
  50%|████▉ | 1082/2183 [00:15<00:14, 75.99it/s]
137
  50%|████▉ | 1090/2183 [00:15<00:14, 75.85it/s]
138
  50%|█████ | 1098/2183 [00:15<00:14, 75.96it/s]
139
  51%|█████ | 1106/2183 [00:15<00:14, 75.33it/s]
140
  51%|█████ | 1114/2183 [00:15<00:14, 74.38it/s]
141
  51%|█████▏ | 1122/2183 [00:15<00:14, 70.80it/s]
142
  52%|█████▏ | 1130/2183 [00:15<00:15, 69.64it/s]
143
  52%|█████▏ | 1137/2183 [00:16<00:15, 69.66it/s]
144
  52%|█████▏ | 1144/2183 [00:16<00:15, 69.16it/s]
145
  53%|█████▎ | 1152/2183 [00:16<00:14, 70.52it/s]
146
  53%|█████▎ | 1160/2183 [00:16<00:14, 70.78it/s]
147
  54%|█████▎ | 1168/2183 [00:16<00:14, 71.24it/s]
148
  54%|█████▍ | 1176/2183 [00:16<00:14, 70.93it/s]
149
  54%|█████▍ | 1184/2183 [00:16<00:14, 71.19it/s]
150
  55%|█████▍ | 1192/2183 [00:16<00:13, 71.44it/s]
151
  55%|█████▍ | 1200/2183 [00:16<00:14, 69.82it/s]
152
  55%|█████▌ | 1207/2183 [00:17<00:14, 69.44it/s]
153
  56%|█████▌ | 1215/2183 [00:17<00:13, 70.47it/s]
154
  56%|█████▌ | 1223/2183 [00:17<00:13, 71.36it/s]
155
  56%|█████▋ | 1231/2183 [00:17<00:13, 70.53it/s]
156
  57%|█████▋ | 1239/2183 [00:17<00:13, 71.34it/s]
157
  57%|█████▋ | 1247/2183 [00:17<00:13, 71.44it/s]
158
  57%|█████▋ | 1255/2183 [00:17<00:12, 71.46it/s]
159
  58%|█████▊ | 1263/2183 [00:17<00:12, 71.62it/s]
160
  58%|█████▊ | 1271/2183 [00:17<00:12, 72.44it/s]
161
  59%|█████▊ | 1279/2183 [00:18<00:12, 72.48it/s]
162
  59%|█████▉ | 1287/2183 [00:18<00:12, 73.25it/s]
163
  59%|█████▉ | 1295/2183 [00:18<00:11, 74.10it/s]
164
  60%|█████▉ | 1303/2183 [00:18<00:11, 74.50it/s]
165
  60%|██████ | 1311/2183 [00:18<00:11, 74.26it/s]
166
  60%|██████ | 1319/2183 [00:18<00:11, 74.71it/s]
167
  61%|██████ | 1327/2183 [00:18<00:11, 74.88it/s]
168
  61%|██████ | 1335/2183 [00:18<00:11, 75.29it/s]
169
  62%|██████▏ | 1343/2183 [00:18<00:11, 76.33it/s]
170
  62%|███���██▏ | 1351/2183 [00:19<00:11, 74.85it/s]
171
  62%|██████▏ | 1359/2183 [00:19<00:11, 74.38it/s]
172
  63%|██████▎ | 1367/2183 [00:19<00:10, 74.69it/s]
173
  63%|██████▎ | 1375/2183 [00:19<00:10, 75.69it/s]
174
  63%|██████▎ | 1383/2183 [00:19<00:10, 74.42it/s]
175
  64%|██████▎ | 1391/2183 [00:19<00:10, 73.80it/s]
176
  64%|██████▍ | 1399/2183 [00:19<00:10, 72.95it/s]
177
  64%|██████▍ | 1407/2183 [00:19<00:10, 71.68it/s]
178
  65%|██████▍ | 1415/2183 [00:19<00:10, 71.87it/s]
179
  65%|██████▌ | 1423/2183 [00:20<00:10, 70.90it/s]
180
  66%|██████▌ | 1431/2183 [00:20<00:10, 70.77it/s]
181
  66%|██████▌ | 1439/2183 [00:20<00:10, 71.32it/s]
182
  66%|██████▋ | 1447/2183 [00:20<00:10, 72.31it/s]
183
  67%|██████▋ | 1455/2183 [00:20<00:10, 69.70it/s]
184
  67%|██████▋ | 1463/2183 [00:20<00:10, 70.11it/s]
185
  67%|██████▋ | 1471/2183 [00:20<00:10, 70.65it/s]
186
  68%|██████▊ | 1479/2183 [00:20<00:10, 69.48it/s]
187
  68%|██████▊ | 1487/2183 [00:20<00:09, 71.77it/s]
188
  68%|██████▊ | 1495/2183 [00:21<00:09, 72.63it/s]
189
  69%|██████▉ | 1503/2183 [00:21<00:09, 73.28it/s]
190
  69%|██████▉ | 1511/2183 [00:21<00:09, 72.50it/s]
191
  70%|██████▉ | 1519/2183 [00:21<00:09, 73.49it/s]
192
  70%|██████▉ | 1527/2183 [00:21<00:08, 73.57it/s]
193
  70%|███████ | 1535/2183 [00:21<00:08, 73.79it/s]
194
  71%|███████ | 1543/2183 [00:21<00:08, 74.39it/s]
195
  71%|███████ | 1551/2183 [00:21<00:08, 73.91it/s]
196
  71%|███████▏ | 1559/2183 [00:21<00:08, 74.14it/s]
197
  72%|███████▏ | 1567/2183 [00:22<00:08, 73.34it/s]
198
  72%|███████▏ | 1575/2183 [00:22<00:08, 73.53it/s]
199
  73%|███████▎ | 1583/2183 [00:22<00:08, 73.11it/s]
200
  73%|███████▎ | 1591/2183 [00:22<00:08, 72.14it/s]
201
  73%|███████▎ | 1599/2183 [00:22<00:08, 71.76it/s]
202
  74%|███████▎ | 1607/2183 [00:22<00:07, 72.47it/s]
203
  74%|███████▍ | 1615/2183 [00:22<00:07, 72.58it/s]
204
  74%|███████▍ | 1623/2183 [00:22<00:07, 72.69it/s]
205
  75%|███████▍ | 1631/2183 [00:22<00:07, 72.77it/s]
206
  75%|███████▌ | 1639/2183 [00:23<00:07, 69.69it/s]
207
  75%|███████▌ | 1647/2183 [00:23<00:07, 71.38it/s]
208
  76%|███████▌ | 1655/2183 [00:23<00:07, 72.49it/s]
209
  76%|███████▌ | 1663/2183 [00:23<00:07, 72.14it/s]
210
  77%|███████▋ | 1671/2183 [00:23<00:07, 71.08it/s]
211
  77%|███████▋ | 1679/2183 [00:23<00:07, 69.83it/s]
212
  77%|███████▋ | 1686/2183 [00:23<00:07, 69.70it/s]
213
  78%|███████▊ | 1694/2183 [00:23<00:06, 70.15it/s]
214
  78%|███████▊ | 1702/2183 [00:23<00:06, 69.81it/s]
215
  78%|███████▊ | 1709/2183 [00:24<00:06, 69.15it/s]
216
  79%|███████▊ | 1717/2183 [00:24<00:06, 70.31it/s]
217
  79%|███████▉ | 1725/2183 [00:24<00:06, 70.50it/s]
218
  79%|███████▉ | 1733/2183 [00:24<00:06, 69.23it/s]
219
  80%|███████▉ | 1741/2183 [00:24<00:06, 70.24it/s]
220
  80%|████████ | 1749/2183 [00:24<00:06, 69.44it/s]
221
  80%|████████ | 1757/2183 [00:24<00:06, 70.57it/s]
222
  81%|████████ | 1765/2183 [00:24<00:05, 70.38it/s]
223
  81%|████████ | 1773/2183 [00:24<00:05, 70.84it/s]
224
  82%|████████▏ | 1781/2183 [00:25<00:05, 69.90it/s]
225
  82%|████████▏ | 1789/2183 [00:25<00:05, 71.31it/s]
226
  82%|████████▏ | 1797/2183 [00:25<00:05, 72.19it/s]
227
  83%|████████▎ | 1805/2183 [00:25<00:05, 72.21it/s]
228
  83%|████████▎ | 1813/2183 [00:25<00:05, 71.91it/s]
229
  83%|████████▎ | 1821/2183 [00:25<00:05, 71.19it/s]
230
  84%|████████▍ | 1829/2183 [00:25<00:05, 69.57it/s]
231
  84%|████████▍ | 1836/2183 [00:25<00:04, 69.65it/s]
232
  84%|████████▍ | 1843/2183 [00:25<00:04, 69.29it/s]
233
  85%|████████▍ | 1850/2183 [00:26<00:04, 69.35it/s]
234
  85%|████████▌ | 1858/2183 [00:26<00:04, 69.93it/s]
235
  85%|████████▌ | 1866/2183 [00:26<00:04, 70.59it/s]
236
  86%|████████▌ | 1874/2183 [00:26<00:04, 71.26it/s]
237
  86%|████████▌ | 1882/2183 [00:26<00:04, 71.00it/s]
238
  87%|████████▋ | 1890/2183 [00:26<00:04, 70.87it/s]
239
  87%|████████▋ | 1898/2183 [00:26<00:03, 71.66it/s]
240
  87%|████████▋ | 1906/2183 [00:26<00:03, 71.63it/s]
241
  88%|████████▊ | 1914/2183 [00:26<00:03, 71.13it/s]
242
  88%|████████▊ | 1922/2183 [00:27<00:03, 71.33it/s]
243
  88%|████████▊ | 1930/2183 [00:27<00:03, 70.65it/s]
244
  89%|████████▉ | 1938/2183 [00:27<00:03, 70.88it/s]
245
  89%|████████▉ | 1946/2183 [00:27<00:03, 71.42it/s]
246
  90%|████████▉ | 1954/2183 [00:27<00:03, 71.29it/s]
247
  90%|████████▉ | 1962/2183 [00:27<00:03, 69.92it/s]
248
  90%|█████████ | 1970/2183 [00:27<00:02, 71.00it/s]
249
  91%|█████████ | 1978/2183 [00:27<00:02, 72.05it/s]
250
  91%|█████████ | 1986/2183 [00:27<00:02, 73.09it/s]
251
  91%|█████████▏| 1994/2183 [00:28<00:02, 74.22it/s]
252
  92%|█████████▏| 2002/2183 [00:28<00:02, 74.77it/s]
253
  92%|█████████▏| 2010/2183 [00:28<00:02, 75.32it/s]
254
  92%|█████████▏| 2018/2183 [00:28<00:02, 75.91it/s]
255
  93%|█████████▎| 2026/2183 [00:28<00:02, 74.29it/s]
256
  93%|█████████▎| 2034/2183 [00:28<00:01, 75.52it/s]
257
  94%|█████████▎| 2042/2183 [00:28<00:01, 75.61it/s]
258
  94%|█████████▍| 2050/2183 [00:28<00:01, 74.89it/s]
259
  94%|█████████▍| 2058/2183 [00:28<00:01, 75.60it/s]
260
  95%|█████████▍| 2066/2183 [00:28<00:01, 73.76it/s]
261
  95%|█████████▌| 2074/2183 [00:29<00:01, 72.56it/s]
262
  95%|█████████▌| 2082/2183 [00:29<00:01, 72.78it/s]
263
  96%|█████████▌| 2090/2183 [00:29<00:01, 73.18it/s]
264
  96%|█████████▌| 2098/2183 [00:29<00:01, 72.41it/s]
265
  96%|█████████▋| 2106/2183 [00:29<00:01, 71.75it/s]
266
  97%|█████████▋| 2114/2183 [00:29<00:00, 72.55it/s]
267
  97%|█████████▋| 2122/2183 [00:29<00:00, 72.66it/s]
268
  98%|█████████▊| 2130/2183 [00:29<00:00, 72.94it/s]
269
  98%|█████████▊| 2138/2183 [00:29<00:00, 72.17it/s]
270
  98%|█████████▊| 2146/2183 [00:30<00:00, 70.90it/s]
271
  99%|█████████▊| 2154/2183 [00:30<00:00, 70.87it/s]
272
  99%|█████████▉| 2162/2183 [00:30<00:00, 71.11it/s]
273
  99%|█████████▉| 2170/2183 [00:30<00:00, 71.19it/s]
 
274
  0%| | 0/2182 [00:00<?, ?it/s]
275
  0%| | 3/2182 [00:00<01:13, 29.61it/s]
276
  0%| | 6/2182 [00:00<01:14, 29.16it/s]
277
  0%| | 9/2182 [00:00<01:14, 29.31it/s]
278
  1%| | 12/2182 [00:00<01:13, 29.56it/s]
279
  1%| | 15/2182 [00:00<01:13, 29.54it/s]
280
  1%| | 18/2182 [00:00<01:12, 29.67it/s]
281
  1%| | 22/2182 [00:00<01:12, 29.91it/s]
282
  1%| | 25/2182 [00:00<01:12, 29.73it/s]
283
  1%|▏ | 28/2182 [00:00<01:13, 29.42it/s]
284
  1%|▏ | 31/2182 [00:01<01:13, 29.27it/s]
285
  2%|▏ | 34/2182 [00:01<01:13, 29.38it/s]
286
  2%|▏ | 37/2182 [00:01<01:12, 29.52it/s]
287
  2%|▏ | 40/2182 [00:01<01:12, 29.36it/s]
288
  2%|▏ | 43/2182 [00:01<01:12, 29.42it/s]
289
  2%|▏ | 47/2182 [00:01<01:11, 29.74it/s]
290
  2%|▏ | 50/2182 [00:01<01:12, 29.53it/s]
291
  2%|▏ | 54/2182 [00:01<01:11, 29.58it/s]
292
  3%|▎ | 58/2182 [00:01<01:11, 29.56it/s]
293
  3%|▎ | 61/2182 [00:02<01:12, 29.25it/s]
294
  3%|▎ | 65/2182 [00:02<01:11, 29.54it/s]
295
  3%|▎ | 69/2182 [00:02<01:11, 29.65it/s]
296
  3%|▎ | 73/2182 [00:02<01:11, 29.55it/s]
297
  3%|▎ | 76/2182 [00:02<01:11, 29.65it/s]
298
  4%|▎ | 80/2182 [00:02<01:10, 29.95it/s]
299
  4%|▍ | 83/2182 [00:02<01:10, 29.74it/s]
300
  4%|▍ | 86/2182 [00:02<01:10, 29.64it/s]
301
  4%|▍ | 89/2182 [00:03<01:10, 29.65it/s]
302
  4%|▍ | 93/2182 [00:03<01:10, 29.64it/s]
303
  4%|▍ | 96/2182 [00:03<01:10, 29.73it/s]
304
  5%|▍ | 99/2182 [00:03<01:10, 29.59it/s]
305
  5%|▍ | 102/2182 [00:03<01:10, 29.42it/s]
306
  5%|▍ | 105/2182 [00:03<01:10, 29.48it/s]
307
  5%|▍ | 108/2182 [00:03<01:10, 29.62it/s]
308
  5%|▌ | 111/2182 [00:03<01:10, 29.53it/s]
309
  5%|▌ | 115/2182 [00:03<01:09, 29.90it/s]
310
  5%|▌ | 118/2182 [00:03<01:09, 29.78it/s]
311
  6%|▌ | 121/2182 [00:04<01:10, 29.33it/s]
312
  6%|▌ | 125/2182 [00:04<01:09, 29.45it/s]
313
  6%|▌ | 129/2182 [00:04<01:08, 29.79it/s]
314
  6%|▌ | 132/2182 [00:04<01:08, 29.75it/s]
315
  6%|▌ | 136/2182 [00:04<01:08, 29.88it/s]
316
  6%|▋ | 139/2182 [00:04<01:08, 29.73it/s]
317
  7%|▋ | 143/2182 [00:04<01:06, 30.45it/s]
318
  7%|▋ | 147/2182 [00:04<01:07, 30.26it/s]
319
  7%|▋ | 151/2182 [00:05<01:07, 30.14it/s]
320
  7%|▋ | 155/2182 [00:05<01:07, 29.89it/s]
321
  7%|▋ | 158/2182 [00:05<01:07, 29.88it/s]
322
  7%|▋ | 162/2182 [00:05<01:07, 30.10it/s]
323
  8%|▊ | 166/2182 [00:05<01:07, 30.07it/s]
324
  8%|▊ | 170/2182 [00:05<01:06, 30.25it/s]
325
  8%|▊ | 174/2182 [00:05<01:06, 30.30it/s]
326
  8%|▊ | 178/2182 [00:05<01:05, 30.39it/s]
327
  8%|▊ | 182/2182 [00:06<01:05, 30.35it/s]
328
  9%|▊ | 186/2182 [00:06<01:05, 30.42it/s]
329
  9%|▊ | 190/2182 [00:06<01:05, 30.49it/s]
330
  9%|▉ | 194/2182 [00:06<01:04, 30.80it/s]
331
  9%|▉ | 198/2182 [00:06<01:04, 30.58it/s]
332
  9%|▉ | 202/2182 [00:06<01:03, 30.97it/s]
333
  9%|▉ | 206/2182 [00:06<01:03, 31.00it/s]
334
  10%|▉ | 210/2182 [00:07<01:06, 29.85it/s]
335
  10%|▉ | 214/2182 [00:07<01:05, 30.00it/s]
336
  10%|▉ | 218/2182 [00:07<01:05, 30.10it/s]
337
  10%|█ | 222/2182 [00:07<01:05, 30.12it/s]
338
  10%|█ | 226/2182 [00:07<01:06, 29.21it/s]
339
  11%|█ | 230/2182 [00:07<01:05, 29.74it/s]
340
  11%|█ | 234/2182 [00:07<01:05, 29.86it/s]
341
  11%|█ | 238/2182 [00:07<01:04, 30.19it/s]
342
  11%|█ | 242/2182 [00:08<01:03, 30.33it/s]
343
  11%|█▏ | 246/2182 [00:08<01:03, 30.42it/s]
344
  11%|█▏ | 250/2182 [00:08<01:03, 30.39it/s]
345
  12%|█▏ | 254/2182 [00:08<01:03, 30.55it/s]
346
  12%|█▏ | 258/2182 [00:08<01:03, 30.35it/s]
347
  12%|█▏ | 262/2182 [00:08<01:03, 30.15it/s]
348
  12%|█▏ | 266/2182 [00:08<01:03, 30.13it/s]
349
  12%|█▏ | 270/2182 [00:09<01:03, 29.95it/s]
350
  13%|█▎ | 273/2182 [00:09<01:03, 29.85it/s]
351
  13%|█▎ | 277/2182 [00:09<01:03, 29.84it/s]
352
  13%|█▎ | 280/2182 [00:09<01:04, 29.69it/s]
353
  13%|█▎ | 284/2182 [00:09<01:03, 29.94it/s]
354
  13%|█▎ | 287/2182 [00:09<01:03, 29.73it/s]
355
  13%|█▎ | 290/2182 [00:09<01:04, 29.55it/s]
356
  13%|█▎ | 293/2182 [00:09<01:03, 29.52it/s]
357
  14%|█▎ | 296/2182 [00:09<01:04, 29.44it/s]
358
  14%|█▎ | 299/2182 [00:10<01:04, 29.29it/s]
359
  14%|█▍ | 303/2182 [00:10<01:03, 29.66it/s]
360
  14%|█▍ | 306/2182 [00:10<01:03, 29.57it/s]
361
  14%|█▍ | 309/2182 [00:10<01:03, 29.55it/s]
362
  14%|█▍ | 313/2182 [00:10<01:03, 29.56it/s]
363
  14%|█▍ | 316/2182 [00:10<01:03, 29.54it/s]
364
  15%|█▍ | 320/2182 [00:10<01:02, 29.84it/s]
365
  15%|█▍ | 323/2182 [00:10<01:02, 29.85it/s]
366
  15%|█▍ | 326/2182 [00:10<01:02, 29.78it/s]
367
  15%|█▌ | 330/2182 [00:11<01:02, 29.82it/s]
368
  15%|█▌ | 333/2182 [00:11<01:02, 29.80it/s]
369
  15%|█▌ | 337/2182 [00:11<01:01, 29.78it/s]
370
  16%|█▌ | 341/2182 [00:11<01:01, 29.92it/s]
371
  16%|█▌ | 345/2182 [00:11<01:01, 29.91it/s]
372
  16%|█▌ | 349/2182 [00:11<01:01, 29.91it/s]
373
  16%|█▌ | 352/2182 [00:11<01:01, 29.88it/s]
374
  16%|█▋ | 355/2182 [00:11<01:01, 29.74it/s]
375
  16%|█▋ | 358/2182 [00:11<01:01, 29.61it/s]
376
  17%|█▋ | 361/2182 [00:12<01:01, 29.61it/s]
377
  17%|█▋ | 364/2182 [00:12<01:01, 29.68it/s]
378
  17%|█▋ | 367/2182 [00:12<01:01, 29.44it/s]
379
  17%|█▋ | 370/2182 [00:12<01:01, 29.37it/s]
380
  17%|█▋ | 373/2182 [00:12<01:02, 29.15it/s]
381
  17%|█▋ | 377/2182 [00:12<01:01, 29.13it/s]
382
  17%|█▋ | 381/2182 [00:12<01:01, 29.26it/s]
383
  18%|█▊ | 385/2182 [00:12<01:00, 29.82it/s]
384
  18%|█▊ | 388/2182 [00:13<01:00, 29.86it/s]
385
  18%|█▊ | 391/2182 [00:13<01:00, 29.61it/s]
386
  18%|█▊ | 394/2182 [00:13<01:01, 29.27it/s]
387
  18%|█▊ | 398/2182 [00:13<01:00, 29.58it/s]
388
  18%|█▊ | 402/2182 [00:13<00:59, 29.81it/s]
389
  19%|█▊ | 406/2182 [00:13<00:59, 29.88it/s]
390
  19%|█▊ | 409/2182 [00:13<00:59, 29.85it/s]
391
  19%|█▉ | 412/2182 [00:13<01:01, 28.67it/s]
392
  19%|█▉ | 416/2182 [00:13<01:00, 29.28it/s]
393
  19%|█▉ | 419/2182 [00:14<01:00, 29.23it/s]
394
  19%|█▉ | 422/2182 [00:14<01:00, 29.24it/s]
395
  20%|█▉ | 426/2182 [00:14<00:59, 29.54it/s]
396
  20%|█▉ | 430/2182 [00:14<00:58, 29.75it/s]
397
  20%|█▉ | 433/2182 [00:14<00:58, 29.80it/s]
398
  20%|██ | 437/2182 [00:14<00:58, 29.86it/s]
399
  20%|██ | 441/2182 [00:14<00:57, 30.08it/s]
400
  20%|██ | 445/2182 [00:14<00:57, 30.18it/s]
401
  21%|██ | 449/2182 [00:15<00:57, 30.14it/s]
402
  21%|██ | 453/2182 [00:15<00:57, 29.92it/s]
403
  21%|██ | 456/2182 [00:15<00:57, 29.85it/s]
404
  21%|██ | 459/2182 [00:15<00:57, 29.72it/s]
405
  21%|██ | 462/2182 [00:15<00:57, 29.76it/s]
406
  21%|██▏ | 466/2182 [00:15<00:57, 30.04it/s]
407
  22%|██▏ | 470/2182 [00:15<00:56, 30.21it/s]
408
  22%|██▏ | 474/2182 [00:15<00:56, 30.12it/s]
409
  22%|██▏ | 478/2182 [00:16<00:56, 30.03it/s]
410
  22%|██▏ | 482/2182 [00:16<00:56, 30.16it/s]
411
  22%|██▏ | 486/2182 [00:16<00:57, 29.63it/s]
412
  22%|██▏ | 490/2182 [00:16<00:57, 29.68it/s]
413
  23%|██▎ | 493/2182 [00:16<00:58, 28.92it/s]
414
  23%|██▎ | 496/2182 [00:16<00:57, 29.14it/s]
415
  23%|██▎ | 500/2182 [00:16<00:56, 29.69it/s]
416
  23%|██▎ | 504/2182 [00:16<00:56, 29.96it/s]
417
  23%|██▎ | 507/2182 [00:17<00:56, 29.86it/s]
418
  23%|██▎ | 510/2182 [00:17<00:55, 29.90it/s]
419
  24%|██▎ | 514/2182 [00:17<00:55, 30.13it/s]
420
  24%|██▎ | 518/2182 [00:17<00:54, 30.26it/s]
421
  24%|██▍ | 522/2182 [00:17<00:54, 30.22it/s]
422
  24%|██▍ | 526/2182 [00:17<00:54, 30.20it/s]
423
  24%|██▍ | 530/2182 [00:17<00:54, 30.31it/s]
424
  24%|██▍ | 534/2182 [00:17<00:54, 30.15it/s]
425
  25%|██▍ | 538/2182 [00:18<00:53, 30.55it/s]
426
  25%|██▍ | 542/2182 [00:18<00:53, 30.42it/s]
427
  25%|██▌ | 546/2182 [00:18<00:54, 30.17it/s]
428
  25%|██▌ | 550/2182 [00:18<00:54, 29.99it/s]
429
  25%|██▌ | 553/2182 [00:18<00:54, 29.87it/s]
430
  25%|██▌ | 556/2182 [00:18<00:54, 29.71it/s]
431
  26%|██▌ | 559/2182 [00:18<00:54, 29.64it/s]
432
  26%|██▌ | 562/2182 [00:18<00:55, 29.28it/s]
433
  26%|██▌ | 565/2182 [00:18<00:54, 29.42it/s]
434
  26%|██▌ | 568/2182 [00:19<00:55, 29.19it/s]
435
  26%|██▌ | 571/2182 [00:19<00:55, 29.12it/s]
436
  26%|██▋ | 574/2182 [00:19<00:55, 29.05it/s]
437
  26%|██▋ | 577/2182 [00:19<00:54, 29.24it/s]
438
  27%|██▋ | 580/2182 [00:19<00:54, 29.44it/s]
439
  27%|██▋ | 583/2182 [00:19<00:54, 29.28it/s]
440
  27%|██▋ | 586/2182 [00:19<00:54, 29.29it/s]
441
  27%|██▋ | 590/2182 [00:19<00:54, 29.46it/s]
442
  27%|██▋ | 593/2182 [00:19<00:53, 29.46it/s]
443
  27%|██▋ | 597/2182 [00:20<00:53, 29.65it/s]
444
  27%|██▋ | 600/2182 [00:20<00:53, 29.39it/s]
445
  28%|██▊ | 603/2182 [00:20<00:54, 29.19it/s]
446
  28%|██▊ | 606/2182 [00:20<00:54, 29.17it/s]
447
  28%|██▊ | 609/2182 [00:20<00:53, 29.27it/s]
448
  28%|██▊ | 612/2182 [00:20<00:53, 29.30it/s]
449
  28%|██▊ | 615/2182 [00:20<00:53, 29.38it/s]
450
  28%|██▊ | 618/2182 [00:20<00:53, 29.47it/s]
451
  29%|██▊ | 622/2182 [00:20<00:52, 29.63it/s]
452
  29%|██▊ | 626/2182 [00:21<00:52, 29.71it/s]
453
  29%|██▉ | 630/2182 [00:21<00:51, 29.94it/s]
454
  29%|██▉ | 634/2182 [00:21<00:51, 30.12it/s]
455
  29%|██▉ | 638/2182 [00:21<00:51, 29.78it/s]
456
  29%|██▉ | 641/2182 [00:21<00:51, 29.76it/s]
457
  30%|██▉ | 644/2182 [00:21<00:51, 29.78it/s]
458
  30%|██▉ | 647/2182 [00:21<00:51, 29.76it/s]
459
  30%|██▉ | 650/2182 [00:21<00:51, 29.60it/s]
460
  30%|██▉ | 654/2182 [00:21<00:51, 29.70it/s]
461
  30%|███ | 657/2182 [00:22<00:51, 29.73it/s]
462
  30%|███ | 660/2182 [00:22<00:51, 29.67it/s]
463
  30%|███ | 663/2182 [00:22<00:51, 29.52it/s]
464
  31%|███ | 666/2182 [00:22<00:51, 29.37it/s]
465
  31%|███ | 669/2182 [00:22<00:51, 29.26it/s]
466
  31%|███ | 673/2182 [00:22<00:51, 29.55it/s]
467
  31%|███ | 676/2182 [00:22<00:50, 29.61it/s]
468
  31%|███ | 679/2182 [00:22<00:50, 29.62it/s]
469
  31%|███▏ | 682/2182 [00:22<00:50, 29.53it/s]
470
  31%|███▏ | 685/2182 [00:23<00:50, 29.63it/s]
471
  32%|███▏ | 689/2182 [00:23<00:50, 29.65it/s]
472
  32%|███▏ | 692/2182 [00:23<00:50, 29.46it/s]
473
  32%|███▏ | 695/2182 [00:23<00:50, 29.39it/s]
474
  32%|███▏ | 698/2182 [00:23<00:50, 29.33it/s]
475
  32%|███▏ | 702/2182 [00:23<00:49, 29.67it/s]
476
  32%|███▏ | 705/2182 [00:23<00:50, 29.54it/s]
477
  32%|███▏ | 708/2182 [00:23<00:49, 29.50it/s]
478
  33%|███▎ | 711/2182 [00:23<00:49, 29.46it/s]
479
  33%|███▎ | 715/2182 [00:24<00:49, 29.63it/s]
480
  33%|███▎ | 718/2182 [00:24<00:49, 29.58it/s]
481
  33%|███▎ | 722/2182 [00:24<00:48, 29.85it/s]
482
  33%|███▎ | 726/2182 [00:24<00:48, 29.78it/s]
483
  33%|███▎ | 729/2182 [00:24<00:48, 29.67it/s]
484
  34%|███▎ | 733/2182 [00:24<00:48, 29.81it/s]
485
  34%|███▎ | 736/2182 [00:24<00:48, 29.77it/s]
486
  34%|███▍ | 740/2182 [00:24<00:47, 30.17it/s]
487
  34%|███▍ | 744/2182 [00:24<00:47, 30.10it/s]
488
  34%|███▍ | 748/2182 [00:25<00:47, 29.88it/s]
489
  34%|███▍ | 751/2182 [00:25<00:48, 29.66it/s]
490
  35%|███▍ | 754/2182 [00:25<00:48, 29.55it/s]
491
  35%|███▍ | 757/2182 [00:25<00:48, 29.65it/s]
492
  35%|███▍ | 760/2182 [00:25<00:47, 29.74it/s]
493
  35%|███▍ | 763/2182 [00:25<00:47, 29.79it/s]
494
  35%|███▌ | 767/2182 [00:25<00:47, 29.92it/s]
495
  35%|███▌ | 770/2182 [00:25<00:47, 29.77it/s]
496
  35%|███▌ | 773/2182 [00:25<00:47, 29.66it/s]
497
  36%|███▌ | 777/2182 [00:26<00:47, 29.76it/s]
498
  36%|███▌ | 780/2182 [00:26<00:47, 29.76it/s]
499
  36%|███▌ | 783/2182 [00:26<00:47, 29.47it/s]
500
  36%|███▌ | 786/2182 [00:26<00:47, 29.26it/s]
501
  36%|███▌ | 789/2182 [00:26<00:47, 29.25it/s]
502
  36%|███▋ | 792/2182 [00:26<00:47, 29.38it/s]
503
  36%|███▋ | 795/2182 [00:26<00:47, 29.34it/s]
504
  37%|███▋ | 798/2182 [00:26<00:46, 29.49it/s]
505
  37%|███▋ | 801/2182 [00:26<00:46, 29.58it/s]
506
  37%|███▋ | 804/2182 [00:27<00:46, 29.69it/s]
507
  37%|███▋ | 807/2182 [00:27<00:46, 29.72it/s]
508
  37%|███▋ | 810/2182 [00:27<00:46, 29.71it/s]
509
  37%|███▋ | 814/2182 [00:27<00:45, 29.85it/s]
510
  37%|███▋ | 818/2182 [00:27<00:45, 29.75it/s]
511
  38%|███▊ | 821/2182 [00:27<00:45, 29.80it/s]
512
  38%|███▊ | 825/2182 [00:27<00:45, 29.60it/s]
513
  38%|███▊ | 829/2182 [00:27<00:45, 29.66it/s]
514
  38%|███▊ | 832/2182 [00:27<00:45, 29.74it/s]
515
  38%|███▊ | 836/2182 [00:28<00:44, 29.91it/s]
516
  38%|███▊ | 839/2182 [00:28<00:44, 29.90it/s]
517
  39%|███▊ | 842/2182 [00:28<00:44, 29.89it/s]
518
  39%|███▉ | 846/2182 [00:28<00:44, 29.98it/s]
519
  39%|███▉ | 850/2182 [00:28<00:45, 29.55it/s]
520
  39%|███▉ | 853/2182 [00:28<00:44, 29.56it/s]
521
  39%|███▉ | 857/2182 [00:28<00:44, 30.01it/s]
522
  39%|███▉ | 861/2182 [00:28<00:43, 30.04it/s]
523
  40%|███▉ | 865/2182 [00:29<00:43, 30.16it/s]
524
  40%|███▉ | 869/2182 [00:29<00:43, 30.12it/s]
525
  40%|████ | 873/2182 [00:29<00:43, 30.31it/s]
526
  40%|████ | 877/2182 [00:29<00:41, 31.08it/s]
527
  40%|████ | 881/2182 [00:29<00:42, 30.73it/s]
528
  41%|████ | 885/2182 [00:29<00:43, 30.12it/s]
529
  41%|████ | 889/2182 [00:29<00:43, 29.64it/s]
530
  41%|████ | 893/2182 [00:29<00:43, 29.62it/s]
531
  41%|████ | 896/2182 [00:30<00:43, 29.55it/s]
532
  41%|████ | 899/2182 [00:30<00:43, 29.32it/s]
533
  41%|████▏ | 902/2182 [00:30<00:43, 29.17it/s]
534
  41%|████▏ | 905/2182 [00:30<00:44, 28.88it/s]
535
  42%|████▏ | 909/2182 [00:30<00:43, 29.22it/s]
536
  42%|████▏ | 913/2182 [00:30<00:43, 29.25it/s]
537
  42%|████▏ | 916/2182 [00:30<00:43, 29.23it/s]
538
  42%|████▏ | 919/2182 [00:30<00:43, 29.01it/s]
539
  42%|████▏ | 922/2182 [00:30<00:43, 29.11it/s]
540
  42%|████▏ | 925/2182 [00:31<00:42, 29.32it/s]
541
  43%|████▎ | 929/2182 [00:31<00:42, 29.66it/s]
542
  43%|████▎ | 933/2182 [00:31<00:41, 29.85it/s]
543
  43%|████▎ | 937/2182 [00:31<00:41, 29.99it/s]
544
  43%|████▎ | 941/2182 [00:31<00:41, 30.13it/s]
545
  43%|████▎ | 945/2182 [00:31<00:41, 29.97it/s]
546
  43%|████▎ | 949/2182 [00:31<00:40, 30.07it/s]
547
  44%|████▎ | 953/2182 [00:32<00:41, 29.54it/s]
548
  44%|████▍ | 957/2182 [00:32<00:41, 29.71it/s]
549
  44%|████▍ | 960/2182 [00:32<00:41, 29.46it/s]
550
  44%|████▍ | 964/2182 [00:32<00:41, 29.70it/s]
551
  44%|████▍ | 967/2182 [00:32<00:41, 29.46it/s]
552
  45%|████▍ | 971/2182 [00:32<00:40, 29.67it/s]
553
  45%|████▍ | 974/2182 [00:32<00:40, 29.68it/s]
554
  45%|████▍ | 978/2182 [00:32<00:40, 29.82it/s]
555
  45%|████▌ | 982/2182 [00:33<00:39, 30.09it/s]
556
  45%|████▌ | 986/2182 [00:33<00:39, 30.18it/s]
557
  45%|████▌ | 990/2182 [00:33<00:39, 30.20it/s]
558
  46%|████▌ | 994/2182 [00:33<00:39, 30.14it/s]
559
  46%|████▌ | 998/2182 [00:33<00:39, 30.11it/s]
560
  46%|████▌ | 1002/2182 [00:33<00:39, 30.10it/s]
561
  46%|████▌ | 1006/2182 [00:33<00:38, 30.18it/s]
562
  46%|████▋ | 1010/2182 [00:33<00:38, 30.40it/s]
563
  46%|████▋ | 1014/2182 [00:34<00:38, 30.51it/s]
564
  47%|████▋ | 1018/2182 [00:34<00:38, 30.57it/s]
565
  47%|████▋ | 1022/2182 [00:34<00:37, 30.54it/s]
566
  47%|████▋ | 1026/2182 [00:34<00:37, 30.68it/s]
567
  47%|████▋ | 1030/2182 [00:34<00:37, 30.67it/s]
568
  47%|████▋ | 1034/2182 [00:34<00:37, 30.57it/s]
569
  48%|████▊ | 1038/2182 [00:34<00:38, 29.83it/s]
570
  48%|████▊ | 1042/2182 [00:34<00:37, 30.01it/s]
571
  48%|████▊ | 1046/2182 [00:35<00:37, 29.93it/s]
572
  48%|████▊ | 1050/2182 [00:35<00:37, 29.93it/s]
573
  48%|████▊ | 1054/2182 [00:35<00:37, 30.07it/s]
574
  48%|████▊ | 1058/2182 [00:35<00:37, 30.24it/s]
575
  49%|████▊ | 1062/2182 [00:35<00:36, 30.32it/s]
576
  49%|████▉ | 1066/2182 [00:35<00:36, 30.38it/s]
577
  49%|████▉ | 1070/2182 [00:35<00:36, 30.40it/s]
578
  49%|████▉ | 1074/2182 [00:36<00:36, 30.23it/s]
579
  49%|████▉ | 1078/2182 [00:36<00:36, 30.35it/s]
580
  50%|████▉ | 1082/2182 [00:36<00:36, 30.07it/s]
581
  50%|████▉ | 1086/2182 [00:36<00:36, 30.19it/s]
582
  50%|████▉ | 1090/2182 [00:36<00:36, 30.12it/s]
583
  50%|█████ | 1094/2182 [00:36<00:35, 30.54it/s]
584
  50%|█████ | 1098/2182 [00:36<00:35, 30.34it/s]
585
  51%|█████ | 1102/2182 [00:36<00:35, 30.34it/s]
586
  51%|█████ | 1106/2182 [00:37<00:35, 30.27it/s]
587
  51%|█████ | 1110/2182 [00:37<00:35, 30.49it/s]
588
  51%|█████ | 1114/2182 [00:37<00:35, 30.16it/s]
589
  51%|█████ | 1118/2182 [00:37<00:35, 29.79it/s]
590
  51%|█████▏ | 1121/2182 [00:37<00:35, 29.76it/s]
591
  52%|█████▏ | 1124/2182 [00:37<00:35, 29.65it/s]
592
  52%|█████▏ | 1127/2182 [00:37<00:35, 29.57it/s]
593
  52%|█████▏ | 1130/2182 [00:37<00:35, 29.48it/s]
594
  52%|█████▏ | 1134/2182 [00:38<00:35, 29.66it/s]
595
  52%|█████▏ | 1138/2182 [00:38<00:35, 29.70it/s]
596
  52%|█████▏ | 1141/2182 [00:38<00:35, 29.72it/s]
597
  52%|█████▏ | 1144/2182 [00:38<00:35, 29.62it/s]
598
  53%|█████▎ | 1147/2182 [00:38<00:35, 29.55it/s]
599
  53%|█████▎ | 1150/2182 [00:38<00:34, 29.57it/s]
600
  53%|█████▎ | 1154/2182 [00:38<00:34, 29.65it/s]
601
  53%|█████▎ | 1157/2182 [00:38<00:34, 29.61it/s]
602
  53%|█████▎ | 1160/2182 [00:38<00:34, 29.58it/s]
603
  53%|█████▎ | 1163/2182 [00:39<00:34, 29.55it/s]
604
  53%|█████▎ | 1167/2182 [00:39<00:33, 29.91it/s]
605
  54%|█████▎ | 1170/2182 [00:39<00:34, 29.75it/s]
606
  54%|█████▍ | 1173/2182 [00:39<00:33, 29.71it/s]
607
  54%|█████▍ | 1176/2182 [00:39<00:34, 29.55it/s]
608
  54%|█████▍ | 1179/2182 [00:39<00:34, 29.43it/s]
609
  54%|█████▍ | 1182/2182 [00:39<00:33, 29.45it/s]
610
  54%|█████▍ | 1186/2182 [00:39<00:32, 30.29it/s]
611
  55%|█████▍ | 1190/2182 [00:39<00:32, 30.20it/s]
612
  55%|█████▍ | 1194/2182 [00:40<00:32, 30.05it/s]
613
  55%|█████▍ | 1198/2182 [00:40<00:32, 29.98it/s]
614
  55%|█████▌ | 1202/2182 [00:40<00:32, 30.22it/s]
615
  55%|█████▌ | 1206/2182 [00:40<00:32, 30.02it/s]
616
  55%|█████▌ | 1210/2182 [00:40<00:32, 29.90it/s]
617
  56%|█████▌ | 1214/2182 [00:40<00:32, 29.91it/s]
618
  56%|█████▌ | 1218/2182 [00:40<00:32, 30.00it/s]
619
  56%|█████▌ | 1222/2182 [00:40<00:31, 30.11it/s]
620
  56%|█████▌ | 1226/2182 [00:41<00:32, 29.67it/s]
621
  56%|█████▋ | 1230/2182 [00:41<00:31, 29.95it/s]
622
  57%|█████▋ | 1234/2182 [00:41<00:31, 30.57it/s]
623
  57%|█████▋ | 1238/2182 [00:41<00:30, 30.49it/s]
624
  57%|█████▋ | 1242/2182 [00:41<00:30, 30.54it/s]
625
  57%|█████▋ | 1246/2182 [00:41<00:30, 30.69it/s]
626
  57%|█████▋ | 1250/2182 [00:41<00:30, 30.52it/s]
627
  57%|█████▋ | 1254/2182 [00:42<00:30, 30.24it/s]
628
  58%|█████▊ | 1258/2182 [00:42<00:30, 30.37it/s]
629
  58%|█████▊ | 1262/2182 [00:42<00:30, 30.58it/s]
630
  58%|█████▊ | 1266/2182 [00:42<00:30, 30.42it/s]
631
  58%|█████▊ | 1270/2182 [00:42<00:30, 29.90it/s]
632
  58%|█████▊ | 1273/2182 [00:42<00:30, 29.78it/s]
633
  59%|█████▊ | 1277/2182 [00:42<00:30, 29.94it/s]
634
  59%|█████▊ | 1280/2182 [00:42<00:30, 29.77it/s]
635
  59%|█████▉ | 1283/2182 [00:43<00:30, 29.58it/s]
636
  59%|█████▉ | 1286/2182 [00:43<00:30, 28.97it/s]
637
  59%|█████▉ | 1289/2182 [00:43<00:31, 28.73it/s]
638
  59%|█████▉ | 1292/2182 [00:43<00:30, 28.80it/s]
639
  59%|█████▉ | 1295/2182 [00:43<00:30, 29.04it/s]
640
  60%|█████▉ | 1299/2182 [00:43<00:30, 29.40it/s]
641
  60%|█████▉ | 1302/2182 [00:43<00:30, 29.19it/s]
642
  60%|█████▉ | 1305/2182 [00:43<00:30, 29.23it/s]
643
  60%|█████▉ | 1308/2182 [00:43<00:29, 29.32it/s]
644
  60%|██████ | 1311/2182 [00:43<00:29, 29.33it/s]
645
  60%|██████ | 1314/2182 [00:44<00:29, 29.00it/s]
646
  60%|██████ | 1317/2182 [00:44<00:29, 29.12it/s]
647
  60%|██████ | 1320/2182 [00:44<00:29, 29.30it/s]
648
  61%|██████ | 1323/2182 [00:44<00:29, 29.27it/s]
649
  61%|██████ | 1326/2182 [00:44<00:29, 29.18it/s]
650
  61%|██████ | 1329/2182 [00:44<00:29, 28.70it/s]
651
  61%|██████ | 1332/2182 [00:44<00:29, 28.85it/s]
652
  61%|██████ | 1335/2182 [00:44<00:29, 28.73it/s]
653
  61%|██████▏ | 1338/2182 [00:44<00:29, 28.42it/s]
654
  61%|██████▏ | 1341/2182 [00:45<00:29, 28.72it/s]
655
  62%|██████▏ | 1345/2182 [00:45<00:28, 29.06it/s]
656
  62%|██████▏ | 1348/2182 [00:45<00:28, 29.21it/s]
657
  62%|██████▏ | 1351/2182 [00:45<00:28, 29.02it/s]
658
  62%|██████▏ | 1354/2182 [00:45<00:28, 28.66it/s]
659
  62%|██████▏ | 1357/2182 [00:45<00:29, 27.81it/s]
660
  62%|██████▏ | 1360/2182 [00:45<00:28, 28.40it/s]
661
  62%|██████▏ | 1363/2182 [00:45<00:28, 28.59it/s]
662
  63%|██████▎ | 1366/2182 [00:45<00:28, 28.89it/s]
663
  63%|██████▎ | 1369/2182 [00:45<00:28, 28.89it/s]
664
  63%|██████▎ | 1372/2182 [00:46<00:27, 28.97it/s]
665
  63%|██████▎ | 1375/2182 [00:46<00:27, 28.87it/s]
666
  63%|██████▎ | 1378/2182 [00:46<00:27, 28.82it/s]
667
  63%|██████▎ | 1381/2182 [00:46<00:27, 28.91it/s]
668
  63%|██████▎ | 1384/2182 [00:46<00:27, 28.98it/s]
669
  64%|██████▎ | 1387/2182 [00:46<00:27, 28.89it/s]
670
  64%|██████▎ | 1390/2182 [00:46<00:27, 28.72it/s]
671
  64%|██████▍ | 1393/2182 [00:46<00:27, 28.82it/s]
672
  64%|██████▍ | 1396/2182 [00:46<00:27, 28.95it/s]
673
  64%|██████▍ | 1399/2182 [00:47<00:27, 28.31it/s]
674
  64%|██████▍ | 1402/2182 [00:47<00:27, 28.42it/s]
675
  64%|██████▍ | 1405/2182 [00:47<00:27, 28.67it/s]
676
  65%|██████▍ | 1408/2182 [00:47<00:26, 28.69it/s]
677
  65%|██████▍ | 1411/2182 [00:47<00:26, 28.75it/s]
678
  65%|██████▍ | 1414/2182 [00:47<00:26, 28.61it/s]
679
  65%|██████▍ | 1417/2182 [00:47<00:26, 28.88it/s]
680
  65%|██████▌ | 1420/2182 [00:47<00:26, 29.00it/s]
681
  65%|██████▌ | 1423/2182 [00:47<00:26, 28.86it/s]
682
  65%|██████▌ | 1426/2182 [00:47<00:26, 28.78it/s]
683
  65%|██████▌ | 1429/2182 [00:48<00:26, 28.75it/s]
684
  66%|██████▌ | 1432/2182 [00:48<00:26, 28.79it/s]
685
  66%|██████▌ | 1435/2182 [00:48<00:26, 28.44it/s]
686
  66%|██████▌ | 1438/2182 [00:48<00:26, 28.60it/s]
687
  66%|██████▌ | 1441/2182 [00:48<00:25, 28.90it/s]
688
  66%|██████▌ | 1445/2182 [00:48<00:25, 29.32it/s]
689
  66%|██████▋ | 1448/2182 [00:48<00:25, 29.22it/s]
690
  66%|██████▋ | 1451/2182 [00:48<00:24, 29.31it/s]
691
  67%|██████▋ | 1454/2182 [00:48<00:24, 29.19it/s]
692
  67%|██████▋ | 1457/2182 [00:49<00:24, 29.33it/s]
693
  67%|██████▋ | 1461/2182 [00:49<00:24, 29.37it/s]
694
  67%|██████▋ | 1464/2182 [00:49<00:24, 29.34it/s]
695
  67%|██████▋ | 1467/2182 [00:49<00:24, 29.09it/s]
696
  67%|██████▋ | 1470/2182 [00:49<00:24, 28.88it/s]
697
  68%|██████▊ | 1473/2182 [00:49<00:24, 29.03it/s]
698
  68%|██████▊ | 1477/2182 [00:49<00:24, 29.24it/s]
699
  68%|██████▊ | 1481/2182 [00:49<00:23, 29.54it/s]
700
  68%|██████▊ | 1484/2182 [00:49<00:23, 29.22it/s]
701
  68%|██████▊ | 1487/2182 [00:50<00:23, 29.11it/s]
702
  68%|██████▊ | 1490/2182 [00:50<00:23, 28.94it/s]
703
  68%|██████▊ | 1493/2182 [00:50<00:23, 29.04it/s]
704
  69%|██████▊ | 1496/2182 [00:50<00:23, 29.17it/s]
705
  69%|██████▊ | 1500/2182 [00:50<00:23, 29.57it/s]
706
  69%|██████▉ | 1503/2182 [00:50<00:23, 29.42it/s]
707
  69%|██████▉ | 1506/2182 [00:50<00:23, 29.35it/s]
708
  69%|██████▉ | 1509/2182 [00:50<00:22, 29.48it/s]
709
  69%|██████▉ | 1512/2182 [00:50<00:22, 29.49it/s]
710
  69%|██████▉ | 1515/2182 [00:51<00:22, 29.27it/s]
711
  70%|██████▉ | 1518/2182 [00:51<00:23, 28.55it/s]
712
  70%|██████▉ | 1521/2182 [00:51<00:22, 28.88it/s]
713
  70%|██████▉ | 1524/2182 [00:51<00:22, 29.08it/s]
714
  70%|██████▉ | 1527/2182 [00:51<00:22, 28.97it/s]
715
  70%|███████ | 1530/2182 [00:51<00:22, 29.21it/s]
716
  70%|███████ | 1533/2182 [00:51<00:22, 29.12it/s]
717
  70%|███████ | 1536/2182 [00:51<00:22, 29.35it/s]
718
  71%|███████ | 1539/2182 [00:51<00:21, 29.23it/s]
719
  71%|███████ | 1543/2182 [00:51<00:21, 29.56it/s]
720
  71%|███████ | 1546/2182 [00:52<00:21, 29.48it/s]
721
  71%|███████ | 1549/2182 [00:52<00:21, 29.61it/s]
722
  71%|███████ | 1553/2182 [00:52<00:21, 29.70it/s]
723
  71%|███████▏ | 1557/2182 [00:52<00:20, 29.77it/s]
724
  71%|███████▏ | 1560/2182 [00:52<00:21, 28.57it/s]
725
  72%|███████▏ | 1563/2182 [00:52<00:21, 28.81it/s]
726
  72%|███████▏ | 1566/2182 [00:52<00:21, 29.05it/s]
727
  72%|███████▏ | 1570/2182 [00:52<00:20, 29.53it/s]
728
  72%|███████▏ | 1573/2182 [00:53<00:20, 29.47it/s]
729
  72%|███████▏ | 1577/2182 [00:53<00:20, 29.68it/s]
730
  72%|███████▏ | 1581/2182 [00:53<00:20, 29.66it/s]
731
  73%|███████▎ | 1585/2182 [00:53<00:20, 29.81it/s]
732
  73%|███████▎ | 1588/2182 [00:53<00:19, 29.82it/s]
733
  73%|███████▎ | 1592/2182 [00:53<00:19, 30.16it/s]
734
  73%|███████▎ | 1596/2182 [00:53<00:19, 30.22it/s]
735
  73%|███████▎ | 1600/2182 [00:53<00:19, 29.80it/s]
736
  73%|███████▎ | 1603/2182 [00:54<00:19, 29.43it/s]
737
  74%|███████▎ | 1607/2182 [00:54<00:19, 29.66it/s]
738
  74%|███████▍ | 1610/2182 [00:54<00:19, 29.52it/s]
739
  74%|███████▍ | 1614/2182 [00:54<00:19, 29.60it/s]
740
  74%|███████▍ | 1618/2182 [00:54<00:18, 29.75it/s]
741
  74%|███████▍ | 1621/2182 [00:54<00:18, 29.76it/s]
742
  74%|███████▍ | 1625/2182 [00:54<00:18, 29.88it/s]
743
  75%|███████▍ | 1628/2182 [00:54<00:19, 29.00it/s]
744
  75%|███████▍ | 1631/2182 [00:54<00:18, 29.03it/s]
745
  75%|███████▍ | 1634/2182 [00:55<00:18, 29.11it/s]
746
  75%|███████▌ | 1637/2182 [00:55<00:18, 29.08it/s]
747
  75%|███████▌ | 1640/2182 [00:55<00:18, 29.17it/s]
748
  75%|███████▌ | 1643/2182 [00:55<00:18, 29.28it/s]
749
  75%|███████▌ | 1646/2182 [00:55<00:18, 29.36it/s]
750
  76%|███████▌ | 1650/2182 [00:55<00:18, 29.48it/s]
751
  76%|███████▌ | 1653/2182 [00:55<00:17, 29.42it/s]
752
  76%|███████▌ | 1656/2182 [00:55<00:18, 29.22it/s]
753
  76%|███████▌ | 1659/2182 [00:55<00:17, 29.29it/s]
754
  76%|███████▌ | 1662/2182 [00:56<00:17, 29.26it/s]
755
  76%|███████▋ | 1665/2182 [00:56<00:17, 29.30it/s]
756
  76%|███████▋ | 1668/2182 [00:56<00:17, 29.24it/s]
757
  77%|███████▋ | 1671/2182 [00:56<00:17, 29.33it/s]
758
  77%|███████▋ | 1674/2182 [00:56<00:17, 29.43it/s]
759
  77%|███████▋ | 1677/2182 [00:56<00:17, 29.51it/s]
760
  77%|███████▋ | 1681/2182 [00:56<00:16, 29.55it/s]
761
  77%|███████▋ | 1684/2182 [00:56<00:16, 29.62it/s]
762
  77%|███████▋ | 1687/2182 [00:56<00:16, 29.67it/s]
763
  77%|███████▋ | 1690/2182 [00:56<00:16, 29.54it/s]
764
  78%|███████▊ | 1693/2182 [00:57<00:16, 29.32it/s]
765
  78%|███████▊ | 1697/2182 [00:57<00:16, 29.70it/s]
766
  78%|███████▊ | 1701/2182 [00:57<00:15, 30.10it/s]
767
  78%|███████▊ | 1705/2182 [00:57<00:16, 29.67it/s]
768
  78%|███████▊ | 1708/2182 [00:57<00:15, 29.74it/s]
769
  78%|███████▊ | 1711/2182 [00:57<00:15, 29.55it/s]
770
  79%|███████▊ | 1714/2182 [00:57<00:15, 29.49it/s]
771
  79%|███████▊ | 1718/2182 [00:57<00:15, 29.71it/s]
772
  79%|███████▉ | 1721/2182 [00:58<00:15, 29.60it/s]
773
  79%|███████▉ | 1724/2182 [00:58<00:15, 29.52it/s]
774
  79%|███████▉ | 1727/2182 [00:58<00:15, 29.46it/s]
775
  79%|███████▉ | 1730/2182 [00:58<00:15, 29.27it/s]
776
  79%|███████▉ | 1733/2182 [00:58<00:15, 29.26it/s]
777
  80%|███████▉ | 1736/2182 [00:58<00:15, 29.40it/s]
778
  80%|███████▉ | 1739/2182 [00:58<00:15, 29.49it/s]
779
  80%|███████▉ | 1743/2182 [00:58<00:14, 29.61it/s]
780
  80%|████████ | 1746/2182 [00:58<00:14, 29.71it/s]
781
  80%|████████ | 1749/2182 [00:58<00:14, 29.56it/s]
782
  80%|████████ | 1752/2182 [00:59<00:14, 29.67it/s]
783
  80%|████████ | 1755/2182 [00:59<00:14, 29.21it/s]
784
  81%|████████ | 1758/2182 [00:59<00:14, 29.22it/s]
785
  81%|████████ | 1761/2182 [00:59<00:14, 29.18it/s]
786
  81%|████████ | 1764/2182 [00:59<00:14, 29.32it/s]
787
  81%|████████ | 1767/2182 [00:59<00:14, 29.22it/s]
788
  81%|████████ | 1770/2182 [00:59<00:14, 28.78it/s]
789
  81%|████████▏ | 1773/2182 [00:59<00:14, 28.90it/s]
790
  81%|████████▏ | 1776/2182 [00:59<00:14, 28.65it/s]
791
  82%|████████▏ | 1779/2182 [01:00<00:14, 28.68it/s]
792
  82%|████████▏ | 1782/2182 [01:00<00:14, 28.49it/s]
793
  82%|████████▏ | 1785/2182 [01:00<00:13, 28.73it/s]
794
  82%|████████▏ | 1788/2182 [01:00<00:13, 29.08it/s]
795
  82%|████████▏ | 1791/2182 [01:00<00:13, 29.18it/s]
796
  82%|████████▏ | 1794/2182 [01:00<00:13, 28.99it/s]
797
  82%|████████▏ | 1797/2182 [01:00<00:13, 29.21it/s]
798
  83%|████████▎ | 1801/2182 [01:00<00:12, 29.51it/s]
799
  83%|████████▎ | 1805/2182 [01:00<00:12, 29.71it/s]
800
  83%|████████▎ | 1809/2182 [01:01<00:12, 29.80it/s]
801
  83%|████████▎ | 1813/2182 [01:01<00:12, 29.89it/s]
802
  83%|████████▎ | 1817/2182 [01:01<00:12, 30.04it/s]
803
  83%|████████▎ | 1821/2182 [01:01<00:12, 29.87it/s]
804
  84%|████████▎ | 1825/2182 [01:01<00:11, 29.92it/s]
805
  84%|████████▍ | 1828/2182 [01:01<00:11, 29.92it/s]
806
  84%|████████▍ | 1831/2182 [01:01<00:11, 29.81it/s]
807
  84%|████████▍ | 1834/2182 [01:01<00:11, 29.67it/s]
808
  84%|████████▍ | 1838/2182 [01:01<00:11, 29.84it/s]
809
  84%|████████▍ | 1841/2182 [01:02<00:11, 29.71it/s]
810
  85%|████████▍ | 1845/2182 [01:02<00:11, 29.75it/s]
811
  85%|████████▍ | 1849/2182 [01:02<00:11, 29.92it/s]
812
  85%|████████▍ | 1853/2182 [01:02<00:11, 29.56it/s]
813
  85%|████████▌ | 1856/2182 [01:02<00:11, 29.61it/s]
814
  85%|████████▌ | 1859/2182 [01:02<00:10, 29.52it/s]
815
  85%|████████▌ | 1863/2182 [01:02<00:10, 29.87it/s]
816
  86%|████████▌ | 1866/2182 [01:02<00:10, 29.83it/s]
817
  86%|████████▌ | 1869/2182 [01:03<00:10, 29.85it/s]
818
  86%|████████▌ | 1872/2182 [01:03<00:10, 29.84it/s]
819
  86%|████████▌ | 1876/2182 [01:03<00:10, 30.06it/s]
820
  86%|████████▌ | 1880/2182 [01:03<00:10, 30.09it/s]
821
  86%|████████▋ | 1884/2182 [01:03<00:09, 30.11it/s]
822
  87%|████████▋ | 1888/2182 [01:03<00:09, 30.19it/s]
823
  87%|████████▋ | 1892/2182 [01:03<00:09, 30.15it/s]
824
  87%|████████▋ | 1896/2182 [01:03<00:09, 29.94it/s]
825
  87%|████████▋ | 1899/2182 [01:04<00:09, 29.66it/s]
826
  87%|████████▋ | 1902/2182 [01:04<00:09, 29.59it/s]
827
  87%|████████▋ | 1905/2182 [01:04<00:09, 29.35it/s]
828
  87%|████████▋ | 1908/2182 [01:04<00:09, 29.51it/s]
829
  88%|████████▊ | 1912/2182 [01:04<00:09, 29.87it/s]
830
  88%|████████▊ | 1915/2182 [01:04<00:09, 29.63it/s]
831
  88%|████████▊ | 1918/2182 [01:04<00:09, 29.31it/s]
832
  88%|████████▊ | 1921/2182 [01:04<00:08, 29.30it/s]
833
  88%|████████▊ | 1924/2182 [01:04<00:08, 29.43it/s]
834
  88%|████████▊ | 1927/2182 [01:04<00:08, 29.44it/s]
835
  88%|████████▊ | 1930/2182 [01:05<00:08, 29.32it/s]
836
  89%|████████▊ | 1933/2182 [01:05<00:08, 29.16it/s]
837
  89%|████████▉ | 1937/2182 [01:05<00:08, 29.24it/s]
838
  89%|████████▉ | 1940/2182 [01:05<00:08, 29.31it/s]
839
  89%|████████▉ | 1944/2182 [01:05<00:07, 29.75it/s]
840
  89%|████████▉ | 1947/2182 [01:05<00:07, 29.57it/s]
841
  89%|████████▉ | 1951/2182 [01:05<00:07, 29.73it/s]
842
  90%|████████▉ | 1954/2182 [01:05<00:07, 29.76it/s]
843
  90%|████████▉ | 1957/2182 [01:06<00:07, 29.66it/s]
844
  90%|████████▉ | 1960/2182 [01:06<00:07, 29.56it/s]
845
  90%|████████▉ | 1963/2182 [01:06<00:07, 29.62it/s]
846
  90%|█████████ | 1966/2182 [01:06<00:07, 29.45it/s]
847
  90%|█████████ | 1969/2182 [01:06<00:07, 29.37it/s]
848
  90%|█████████ | 1973/2182 [01:06<00:07, 29.37it/s]
849
  91%|█████████ | 1976/2182 [01:06<00:06, 29.45it/s]
850
  91%|█████████ | 1979/2182 [01:06<00:06, 29.35it/s]
851
  91%|█████████ | 1982/2182 [01:06<00:06, 29.27it/s]
852
  91%|█████████ | 1985/2182 [01:06<00:06, 29.24it/s]
853
  91%|█████████ | 1988/2182 [01:07<00:06, 29.37it/s]
854
  91%|█████████ | 1991/2182 [01:07<00:06, 29.21it/s]
855
  91%|█████████▏| 1994/2182 [01:07<00:06, 29.26it/s]
856
  92%|█████████▏| 1997/2182 [01:07<00:06, 29.46it/s]
857
  92%|█████████▏| 2000/2182 [01:07<00:06, 29.13it/s]
858
  92%|█████████▏| 2003/2182 [01:07<00:06, 28.54it/s]
859
  92%|█████████▏| 2006/2182 [01:07<00:06, 28.38it/s]
860
  92%|█████████▏| 2009/2182 [01:07<00:06, 28.56it/s]
861
  92%|█████████▏| 2013/2182 [01:07<00:05, 29.19it/s]
862
  92%|█████████▏| 2017/2182 [01:08<00:05, 29.32it/s]
863
  93%|█████████▎| 2020/2182 [01:08<00:05, 29.30it/s]
864
  93%|█████████▎| 2023/2182 [01:08<00:05, 29.17it/s]
865
  93%|█████████▎| 2026/2182 [01:08<00:05, 29.09it/s]
866
  93%|█████████▎| 2029/2182 [01:08<00:05, 28.70it/s]
867
  93%|█████████▎| 2032/2182 [01:08<00:05, 28.99it/s]
868
  93%|█████████▎| 2035/2182 [01:08<00:05, 29.25it/s]
869
  93%|█████████▎| 2038/2182 [01:08<00:04, 29.02it/s]
870
  94%|█████████▎| 2041/2182 [01:08<00:04, 28.95it/s]
871
  94%|█████████▎| 2044/2182 [01:08<00:04, 29.06it/s]
872
  94%|█████████▍| 2047/2182 [01:09<00:04, 28.78it/s]
873
  94%|█████████▍| 2050/2182 [01:09<00:04, 28.99it/s]
874
  94%|█████████▍| 2053/2182 [01:09<00:04, 28.93it/s]
875
  94%|█████████▍| 2056/2182 [01:09<00:04, 29.17it/s]
876
  94%|█████████▍| 2060/2182 [01:09<00:04, 29.81it/s]
877
  95%|█████████▍| 2063/2182 [01:09<00:04, 29.44it/s]
878
  95%|█████████▍| 2066/2182 [01:09<00:03, 29.37it/s]
879
  95%|█████████▍| 2069/2182 [01:09<00:03, 29.48it/s]
880
  95%|█████████▍| 2072/2182 [01:09<00:03, 29.63it/s]
881
  95%|█████████▌| 2075/2182 [01:10<00:03, 29.53it/s]
882
  95%|█████████▌| 2078/2182 [01:10<00:03, 29.47it/s]
883
  95%|█████████▌| 2081/2182 [01:10<00:03, 29.25it/s]
884
  96%|█████████▌| 2085/2182 [01:10<00:03, 29.49it/s]
885
  96%|█████████▌| 2089/2182 [01:10<00:03, 29.90it/s]
886
  96%|█████████▌| 2092/2182 [01:10<00:03, 29.73it/s]
887
  96%|█████████▌| 2095/2182 [01:10<00:02, 29.52it/s]
888
  96%|█████████▌| 2098/2182 [01:10<00:02, 29.40it/s]
889
  96%|█████████▋| 2101/2182 [01:10<00:02, 29.46it/s]
890
  96%|█████████▋| 2104/2182 [01:11<00:02, 29.10it/s]
891
  97%|█████████▋| 2107/2182 [01:11<00:02, 28.75it/s]
892
  97%|█████████▋| 2110/2182 [01:11<00:02, 28.77it/s]
893
  97%|█████████▋| 2113/2182 [01:11<00:02, 28.90it/s]
894
  97%|█████████▋| 2117/2182 [01:11<00:02, 29.06it/s]
895
  97%|█████████▋| 2120/2182 [01:11<00:02, 29.23it/s]
896
  97%|█████████▋| 2123/2182 [01:11<00:02, 29.10it/s]
897
  97%|█████████▋| 2126/2182 [01:11<00:01, 29.00it/s]
898
  98%|█████████▊| 2129/2182 [01:11<00:01, 29.20it/s]
899
  98%|█████████▊| 2132/2182 [01:11<00:01, 29.17it/s]
900
  98%|█████████▊| 2135/2182 [01:12<00:01, 29.06it/s]
901
  98%|█████████▊| 2138/2182 [01:12<00:01, 29.00it/s]
902
  98%|█████████▊| 2141/2182 [01:12<00:01, 28.92it/s]
903
  98%|█████████▊| 2144/2182 [01:12<00:01, 29.12it/s]
904
  98%|█████████▊| 2147/2182 [01:12<00:01, 29.05it/s]
905
  99%|█████████▊| 2150/2182 [01:12<00:01, 28.93it/s]
906
  99%|█████████▊| 2153/2182 [01:12<00:00, 29.14it/s]
907
  99%|█████████▉| 2156/2182 [01:12<00:00, 29.14it/s]
908
  99%|█████████▉| 2159/2182 [01:12<00:00, 29.03it/s]
909
  99%|█████████▉| 2162/2182 [01:13<00:00, 29.03it/s]
910
  99%|█████████▉| 2165/2182 [01:13<00:00, 29.17it/s]
911
  99%|█████████▉| 2168/2182 [01:13<00:00, 29.25it/s]
912
  99%|█████████▉| 2171/2182 [01:13<00:00, 29.25it/s]
 
 
 
 
 
1
+ loading annotations into memory...
2
+ Done (t=0.03s)
3
+ creating index...
4
+ index created!
5
+ 一共2182 张
6
+ loading annotations into memory...
7
+ Done (t=0.03s)
8
+ creating index...
9
+ index created!
10
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_MSCOCO2017Val/base/img/gt
11
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_MSCOCO2017Val/base/img
12
+
13
  0%| | 0/2183 [00:00<?, ?it/s]
14
  0%| | 1/2183 [00:00<17:13, 2.11it/s]
15
  0%| | 9/2183 [00:00<01:51, 19.53it/s]
16
  1%| | 17/2183 [00:00<01:04, 33.60it/s]
17
  1%| | 25/2183 [00:00<00:47, 45.07it/s]
18
  2%|▏ | 33/2183 [00:00<00:40, 52.61it/s]
19
  2%|▏ | 41/2183 [00:01<00:36, 59.15it/s]
20
  2%|▏ | 49/2183 [00:01<00:33, 64.00it/s]
21
  3%|▎ | 57/2183 [00:01<00:32, 64.69it/s]
22
  3%|▎ | 65/2183 [00:01<00:31, 66.64it/s]
23
  3%|▎ | 73/2183 [00:01<00:30, 68.64it/s]
24
  4%|▎ | 81/2183 [00:01<00:29, 70.44it/s]
25
  4%|▍ | 89/2183 [00:01<00:29, 71.09it/s]
26
  4%|▍ | 97/2183 [00:01<00:28, 72.74it/s]
27
  5%|▍ | 105/2183 [00:01<00:28, 73.29it/s]
28
  5%|▌ | 113/2183 [00:01<00:27, 75.15it/s]
29
  6%|▌ | 121/2183 [00:02<00:27, 74.94it/s]
30
  6%|▌ | 129/2183 [00:02<00:27, 74.15it/s]
31
  6%|▋ | 137/2183 [00:02<00:27, 73.42it/s]
32
  7%|▋ | 145/2183 [00:02<00:27, 74.47it/s]
33
  7%|▋ | 153/2183 [00:02<00:27, 73.21it/s]
34
  7%|▋ | 161/2183 [00:02<00:27, 73.12it/s]
35
  8%|▊ | 169/2183 [00:02<00:27, 72.54it/s]
36
  8%|▊ | 177/2183 [00:02<00:27, 73.45it/s]
37
  8%|▊ | 185/2183 [00:02<00:27, 73.08it/s]
38
  9%|▉ | 193/2183 [00:03<00:26, 73.90it/s]
39
  9%|▉ | 201/2183 [00:03<00:26, 74.35it/s]
40
  10%|▉ | 209/2183 [00:03<00:26, 73.63it/s]
41
  10%|▉ | 217/2183 [00:03<00:26, 74.43it/s]
42
  10%|█ | 225/2183 [00:03<00:26, 74.06it/s]
43
  11%|█ | 233/2183 [00:03<00:26, 74.20it/s]
44
  11%|█ | 241/2183 [00:03<00:26, 73.98it/s]
45
  11%|█▏ | 249/2183 [00:03<00:25, 74.53it/s]
46
  12%|█▏ | 257/2183 [00:03<00:26, 73.59it/s]
47
  12%|█▏ | 265/2183 [00:04<00:25, 74.14it/s]
48
  13%|█▎ | 273/2183 [00:04<00:26, 72.18it/s]
49
  13%|█▎ | 281/2183 [00:04<00:26, 72.22it/s]
50
  13%|█▎ | 289/2183 [00:04<00:26, 72.69it/s]
51
  14%|█▎ | 297/2183 [00:04<00:26, 72.53it/s]
52
  14%|█▍ | 305/2183 [00:04<00:26, 71.63it/s]
53
  14%|█▍ | 313/2183 [00:04<00:26, 70.82it/s]
54
  15%|█▍ | 321/2183 [00:04<00:26, 70.58it/s]
55
  15%|█▌ | 329/2183 [00:04<00:26, 71.13it/s]
56
  15%|█▌ | 337/2183 [00:05<00:26, 70.59it/s]
57
  16%|█▌ | 345/2183 [00:05<00:25, 72.09it/s]
58
  16%|█▌ | 353/2183 [00:05<00:25, 72.56it/s]
59
  17%|█▋ | 361/2183 [00:05<00:24, 73.62it/s]
60
  17%|█▋ | 369/2183 [00:05<00:25, 71.52it/s]
61
  17%|█▋ | 377/2183 [00:05<00:25, 71.81it/s]
62
  18%|█▊ | 385/2183 [00:05<00:25, 71.39it/s]
63
  18%|█▊ | 393/2183 [00:05<00:24, 72.21it/s]
64
  18%|█▊ | 401/2183 [00:05<00:24, 71.39it/s]
65
  19%|█▊ | 409/2183 [00:06<00:25, 70.75it/s]
66
  19%|█▉ | 417/2183 [00:06<00:25, 70.38it/s]
67
  19%|█▉ | 425/2183 [00:06<00:24, 70.55it/s]
68
  20%|█▉ | 433/2183 [00:06<00:24, 71.21it/s]
69
  20%|██ | 441/2183 [00:06<00:24, 70.70it/s]
70
  21%|██ | 449/2183 [00:06<00:24, 69.76it/s]
71
  21%|██ | 457/2183 [00:06<00:24, 70.35it/s]
72
  21%|██▏ | 465/2183 [00:06<00:24, 68.91it/s]
73
  22%|██▏ | 473/2183 [00:06<00:24, 69.38it/s]
74
  22%|██▏ | 481/2183 [00:07<00:24, 70.41it/s]
75
  22%|██▏ | 489/2183 [00:07<00:24, 70.27it/s]
76
  23%|██▎ | 497/2183 [00:07<00:23, 70.35it/s]
77
  23%|██▎ | 505/2183 [00:07<00:23, 70.28it/s]
78
  23%|██▎ | 513/2183 [00:07<00:23, 70.10it/s]
79
  24%|██▍ | 521/2183 [00:07<00:23, 71.72it/s]
80
  24%|██▍ | 529/2183 [00:07<00:23, 70.94it/s]
81
  25%|██▍ | 537/2183 [00:07<00:23, 70.46it/s]
82
  25%|██▍ | 545/2183 [00:07<00:22, 71.54it/s]
83
  25%|██▌ | 553/2183 [00:08<00:22, 71.07it/s]
84
  26%|██▌ | 561/2183 [00:08<00:22, 72.68it/s]
85
  26%|██▌ | 569/2183 [00:08<00:22, 72.05it/s]
86
  26%|██▋ | 577/2183 [00:08<00:21, 73.24it/s]
87
  27%|██▋ | 585/2183 [00:08<00:21, 74.45it/s]
88
  27%|██▋ | 593/2183 [00:08<00:21, 74.86it/s]
89
  28%|██▊ | 601/2183 [00:08<00:20, 76.27it/s]
90
  28%|██▊ | 609/2183 [00:08<00:20, 76.23it/s]
91
  28%|██▊ | 617/2183 [00:08<00:20, 76.38it/s]
92
  29%|██▊ | 625/2183 [00:09<00:20, 75.01it/s]
93
  29%|██▉ | 633/2183 [00:09<00:20, 74.78it/s]
94
  29%|██▉ | 641/2183 [00:09<00:20, 74.70it/s]
95
  30%|██▉ | 649/2183 [00:09<00:20, 75.02it/s]
96
  30%|███ | 657/2183 [00:09<00:20, 73.44it/s]
97
  30%|███ | 665/2183 [00:09<00:20, 73.19it/s]
98
  31%|███ | 673/2183 [00:09<00:20, 73.47it/s]
99
  31%|███ | 681/2183 [00:09<00:20, 72.86it/s]
100
  32%|███▏ | 689/2183 [00:09<00:20, 71.88it/s]
101
  32%|███▏ | 697/2183 [00:10<00:20, 72.33it/s]
102
  32%|███▏ | 705/2183 [00:10<00:20, 72.44it/s]
103
  33%|███▎ | 713/2183 [00:10<00:20, 71.92it/s]
104
  33%|███▎ | 721/2183 [00:10<00:20, 72.04it/s]
105
  33%|███▎ | 729/2183 [00:10<00:20, 71.68it/s]
106
  34%|███▍ | 737/2183 [00:10<00:19, 72.40it/s]
107
  34%|███▍ | 745/2183 [00:10<00:19, 72.90it/s]
108
  34%|███▍ | 753/2183 [00:10<00:19, 71.56it/s]
109
  35%|███▍ | 761/2183 [00:10<00:19, 71.56it/s]
110
  35%|███▌ | 769/2183 [00:11<00:19, 71.75it/s]
111
  36%|███▌ | 777/2183 [00:11<00:19, 72.06it/s]
112
  36%|███▌ | 785/2183 [00:11<00:19, 71.44it/s]
113
  36%|███▋ | 793/2183 [00:11<00:19, 72.27it/s]
114
  37%|███▋ | 801/2183 [00:11<00:18, 72.98it/s]
115
  37%|███▋ | 809/2183 [00:11<00:19, 68.72it/s]
116
  37%|███▋ | 817/2183 [00:11<00:19, 70.42it/s]
117
  38%|███▊ | 825/2183 [00:11<00:19, 70.46it/s]
118
  38%|███▊ | 833/2183 [00:11<00:18, 71.56it/s]
119
  39%|███▊ | 841/2183 [00:12<00:18, 72.53it/s]
120
  39%|███▉ | 849/2183 [00:12<00:18, 72.38it/s]
121
  39%|███▉ | 857/2183 [00:12<00:18, 72.93it/s]
122
  40%|███▉ | 865/2183 [00:12<00:18, 73.11it/s]
123
  40%|███▉ | 873/2183 [00:12<00:17, 73.12it/s]
124
  40%|████ | 881/2183 [00:12<00:17, 72.57it/s]
125
  41%|████ | 889/2183 [00:12<00:17, 73.76it/s]
126
  41%|████ | 897/2183 [00:12<00:17, 73.76it/s]
127
  41%|████▏ | 905/2183 [00:12<00:17, 73.22it/s]
128
  42%|████▏ | 913/2183 [00:13<00:17, 72.57it/s]
129
  42%|████▏ | 921/2183 [00:13<00:17, 72.36it/s]
130
  43%|████▎ | 929/2183 [00:13<00:17, 72.02it/s]
131
  43%|████▎ | 937/2183 [00:13<00:17, 71.86it/s]
132
  43%|████▎ | 945/2183 [00:13<00:17, 72.59it/s]
133
  44%|████▎ | 953/2183 [00:13<00:16, 72.99it/s]
134
  44%|████▍ | 961/2183 [00:13<00:16, 73.34it/s]
135
  44%|████▍ | 969/2183 [00:13<00:16, 74.05it/s]
136
  45%|████▍ | 977/2183 [00:13<00:16, 74.73it/s]
137
  45%|████▌ | 985/2183 [00:14<00:16, 74.81it/s]
138
  45%|████▌ | 993/2183 [00:14<00:15, 74.91it/s]
139
  46%|████▌ | 1001/2183 [00:14<00:15, 74.18it/s]
140
  46%|████▌ | 1009/2183 [00:14<00:15, 75.24it/s]
141
  47%|████▋ | 1017/2183 [00:14<00:15, 75.78it/s]
142
  47%|████▋ | 1025/2183 [00:14<00:15, 75.21it/s]
143
  47%|████▋ | 1033/2183 [00:14<00:15, 74.93it/s]
144
  48%|████▊ | 1042/2183 [00:14<00:14, 76.46it/s]
145
  48%|████▊ | 1050/2183 [00:14<00:14, 76.68it/s]
146
  48%|████▊ | 1058/2183 [00:14<00:14, 76.46it/s]
147
  49%|████▉ | 1066/2183 [00:15<00:14, 75.73it/s]
148
  49%|████▉ | 1074/2183 [00:15<00:14, 75.33it/s]
149
  50%|████▉ | 1082/2183 [00:15<00:14, 75.99it/s]
150
  50%|████▉ | 1090/2183 [00:15<00:14, 75.85it/s]
151
  50%|█████ | 1098/2183 [00:15<00:14, 75.96it/s]
152
  51%|█████ | 1106/2183 [00:15<00:14, 75.33it/s]
153
  51%|█████ | 1114/2183 [00:15<00:14, 74.38it/s]
154
  51%|█████▏ | 1122/2183 [00:15<00:14, 70.80it/s]
155
  52%|█████▏ | 1130/2183 [00:15<00:15, 69.64it/s]
156
  52%|█████▏ | 1137/2183 [00:16<00:15, 69.66it/s]
157
  52%|█████▏ | 1144/2183 [00:16<00:15, 69.16it/s]
158
  53%|█████▎ | 1152/2183 [00:16<00:14, 70.52it/s]
159
  53%|█████▎ | 1160/2183 [00:16<00:14, 70.78it/s]
160
  54%|█████▎ | 1168/2183 [00:16<00:14, 71.24it/s]
161
  54%|█████▍ | 1176/2183 [00:16<00:14, 70.93it/s]
162
  54%|█████▍ | 1184/2183 [00:16<00:14, 71.19it/s]
163
  55%|█████▍ | 1192/2183 [00:16<00:13, 71.44it/s]
164
  55%|█████▍ | 1200/2183 [00:16<00:14, 69.82it/s]
165
  55%|█████▌ | 1207/2183 [00:17<00:14, 69.44it/s]
166
  56%|█████▌ | 1215/2183 [00:17<00:13, 70.47it/s]
167
  56%|█████▌ | 1223/2183 [00:17<00:13, 71.36it/s]
168
  56%|█████▋ | 1231/2183 [00:17<00:13, 70.53it/s]
169
  57%|█████▋ | 1239/2183 [00:17<00:13, 71.34it/s]
170
  57%|█████▋ | 1247/2183 [00:17<00:13, 71.44it/s]
171
  57%|█████▋ | 1255/2183 [00:17<00:12, 71.46it/s]
172
  58%|█████▊ | 1263/2183 [00:17<00:12, 71.62it/s]
173
  58%|█████▊ | 1271/2183 [00:17<00:12, 72.44it/s]
174
  59%|█████▊ | 1279/2183 [00:18<00:12, 72.48it/s]
175
  59%|█████▉ | 1287/2183 [00:18<00:12, 73.25it/s]
176
  59%|█████▉ | 1295/2183 [00:18<00:11, 74.10it/s]
177
  60%|█████▉ | 1303/2183 [00:18<00:11, 74.50it/s]
178
  60%|██████ | 1311/2183 [00:18<00:11, 74.26it/s]
179
  60%|██████ | 1319/2183 [00:18<00:11, 74.71it/s]
180
  61%|██████ | 1327/2183 [00:18<00:11, 74.88it/s]
181
  61%|██████ | 1335/2183 [00:18<00:11, 75.29it/s]
182
  62%|██████▏ | 1343/2183 [00:18<00:11, 76.33it/s]
183
  62%|███���██▏ | 1351/2183 [00:19<00:11, 74.85it/s]
184
  62%|██████▏ | 1359/2183 [00:19<00:11, 74.38it/s]
185
  63%|██████▎ | 1367/2183 [00:19<00:10, 74.69it/s]
186
  63%|██████▎ | 1375/2183 [00:19<00:10, 75.69it/s]
187
  63%|██████▎ | 1383/2183 [00:19<00:10, 74.42it/s]
188
  64%|██████▎ | 1391/2183 [00:19<00:10, 73.80it/s]
189
  64%|██████▍ | 1399/2183 [00:19<00:10, 72.95it/s]
190
  64%|██████▍ | 1407/2183 [00:19<00:10, 71.68it/s]
191
  65%|██████▍ | 1415/2183 [00:19<00:10, 71.87it/s]
192
  65%|██████▌ | 1423/2183 [00:20<00:10, 70.90it/s]
193
  66%|██████▌ | 1431/2183 [00:20<00:10, 70.77it/s]
194
  66%|██████▌ | 1439/2183 [00:20<00:10, 71.32it/s]
195
  66%|██████▋ | 1447/2183 [00:20<00:10, 72.31it/s]
196
  67%|██████▋ | 1455/2183 [00:20<00:10, 69.70it/s]
197
  67%|██████▋ | 1463/2183 [00:20<00:10, 70.11it/s]
198
  67%|██████▋ | 1471/2183 [00:20<00:10, 70.65it/s]
199
  68%|██████▊ | 1479/2183 [00:20<00:10, 69.48it/s]
200
  68%|██████▊ | 1487/2183 [00:20<00:09, 71.77it/s]
201
  68%|██████▊ | 1495/2183 [00:21<00:09, 72.63it/s]
202
  69%|██████▉ | 1503/2183 [00:21<00:09, 73.28it/s]
203
  69%|██████▉ | 1511/2183 [00:21<00:09, 72.50it/s]
204
  70%|██████▉ | 1519/2183 [00:21<00:09, 73.49it/s]
205
  70%|██████▉ | 1527/2183 [00:21<00:08, 73.57it/s]
206
  70%|███████ | 1535/2183 [00:21<00:08, 73.79it/s]
207
  71%|███████ | 1543/2183 [00:21<00:08, 74.39it/s]
208
  71%|███████ | 1551/2183 [00:21<00:08, 73.91it/s]
209
  71%|███████▏ | 1559/2183 [00:21<00:08, 74.14it/s]
210
  72%|███████▏ | 1567/2183 [00:22<00:08, 73.34it/s]
211
  72%|███████▏ | 1575/2183 [00:22<00:08, 73.53it/s]
212
  73%|███████▎ | 1583/2183 [00:22<00:08, 73.11it/s]
213
  73%|███████▎ | 1591/2183 [00:22<00:08, 72.14it/s]
214
  73%|███████▎ | 1599/2183 [00:22<00:08, 71.76it/s]
215
  74%|███████▎ | 1607/2183 [00:22<00:07, 72.47it/s]
216
  74%|███████▍ | 1615/2183 [00:22<00:07, 72.58it/s]
217
  74%|███████▍ | 1623/2183 [00:22<00:07, 72.69it/s]
218
  75%|███████▍ | 1631/2183 [00:22<00:07, 72.77it/s]
219
  75%|███████▌ | 1639/2183 [00:23<00:07, 69.69it/s]
220
  75%|███████▌ | 1647/2183 [00:23<00:07, 71.38it/s]
221
  76%|███████▌ | 1655/2183 [00:23<00:07, 72.49it/s]
222
  76%|███████▌ | 1663/2183 [00:23<00:07, 72.14it/s]
223
  77%|███████▋ | 1671/2183 [00:23<00:07, 71.08it/s]
224
  77%|███████▋ | 1679/2183 [00:23<00:07, 69.83it/s]
225
  77%|███████▋ | 1686/2183 [00:23<00:07, 69.70it/s]
226
  78%|███████▊ | 1694/2183 [00:23<00:06, 70.15it/s]
227
  78%|███████▊ | 1702/2183 [00:23<00:06, 69.81it/s]
228
  78%|███████▊ | 1709/2183 [00:24<00:06, 69.15it/s]
229
  79%|███████▊ | 1717/2183 [00:24<00:06, 70.31it/s]
230
  79%|███████▉ | 1725/2183 [00:24<00:06, 70.50it/s]
231
  79%|███████▉ | 1733/2183 [00:24<00:06, 69.23it/s]
232
  80%|███████▉ | 1741/2183 [00:24<00:06, 70.24it/s]
233
  80%|████████ | 1749/2183 [00:24<00:06, 69.44it/s]
234
  80%|████████ | 1757/2183 [00:24<00:06, 70.57it/s]
235
  81%|████████ | 1765/2183 [00:24<00:05, 70.38it/s]
236
  81%|████████ | 1773/2183 [00:24<00:05, 70.84it/s]
237
  82%|████████▏ | 1781/2183 [00:25<00:05, 69.90it/s]
238
  82%|████████▏ | 1789/2183 [00:25<00:05, 71.31it/s]
239
  82%|████████▏ | 1797/2183 [00:25<00:05, 72.19it/s]
240
  83%|████████▎ | 1805/2183 [00:25<00:05, 72.21it/s]
241
  83%|████████▎ | 1813/2183 [00:25<00:05, 71.91it/s]
242
  83%|████████▎ | 1821/2183 [00:25<00:05, 71.19it/s]
243
  84%|████████▍ | 1829/2183 [00:25<00:05, 69.57it/s]
244
  84%|████████▍ | 1836/2183 [00:25<00:04, 69.65it/s]
245
  84%|████████▍ | 1843/2183 [00:25<00:04, 69.29it/s]
246
  85%|████████▍ | 1850/2183 [00:26<00:04, 69.35it/s]
247
  85%|████████▌ | 1858/2183 [00:26<00:04, 69.93it/s]
248
  85%|████████▌ | 1866/2183 [00:26<00:04, 70.59it/s]
249
  86%|████████▌ | 1874/2183 [00:26<00:04, 71.26it/s]
250
  86%|████████▌ | 1882/2183 [00:26<00:04, 71.00it/s]
251
  87%|████████▋ | 1890/2183 [00:26<00:04, 70.87it/s]
252
  87%|████████▋ | 1898/2183 [00:26<00:03, 71.66it/s]
253
  87%|████████▋ | 1906/2183 [00:26<00:03, 71.63it/s]
254
  88%|████████▊ | 1914/2183 [00:26<00:03, 71.13it/s]
255
  88%|████████▊ | 1922/2183 [00:27<00:03, 71.33it/s]
256
  88%|████████▊ | 1930/2183 [00:27<00:03, 70.65it/s]
257
  89%|████████▉ | 1938/2183 [00:27<00:03, 70.88it/s]
258
  89%|████████▉ | 1946/2183 [00:27<00:03, 71.42it/s]
259
  90%|████████▉ | 1954/2183 [00:27<00:03, 71.29it/s]
260
  90%|████████▉ | 1962/2183 [00:27<00:03, 69.92it/s]
261
  90%|█████████ | 1970/2183 [00:27<00:02, 71.00it/s]
262
  91%|█████████ | 1978/2183 [00:27<00:02, 72.05it/s]
263
  91%|█████████ | 1986/2183 [00:27<00:02, 73.09it/s]
264
  91%|█████████▏| 1994/2183 [00:28<00:02, 74.22it/s]
265
  92%|█████████▏| 2002/2183 [00:28<00:02, 74.77it/s]
266
  92%|█████████▏| 2010/2183 [00:28<00:02, 75.32it/s]
267
  92%|█████████▏| 2018/2183 [00:28<00:02, 75.91it/s]
268
  93%|█████████▎| 2026/2183 [00:28<00:02, 74.29it/s]
269
  93%|█████████▎| 2034/2183 [00:28<00:01, 75.52it/s]
270
  94%|█████████▎| 2042/2183 [00:28<00:01, 75.61it/s]
271
  94%|█████████▍| 2050/2183 [00:28<00:01, 74.89it/s]
272
  94%|█████████▍| 2058/2183 [00:28<00:01, 75.60it/s]
273
  95%|█████████▍| 2066/2183 [00:28<00:01, 73.76it/s]
274
  95%|█████████▌| 2074/2183 [00:29<00:01, 72.56it/s]
275
  95%|█████████▌| 2082/2183 [00:29<00:01, 72.78it/s]
276
  96%|█████████▌| 2090/2183 [00:29<00:01, 73.18it/s]
277
  96%|█████████▌| 2098/2183 [00:29<00:01, 72.41it/s]
278
  96%|█████████▋| 2106/2183 [00:29<00:01, 71.75it/s]
279
  97%|█████████▋| 2114/2183 [00:29<00:00, 72.55it/s]
280
  97%|█████████▋| 2122/2183 [00:29<00:00, 72.66it/s]
281
  98%|█████████▊| 2130/2183 [00:29<00:00, 72.94it/s]
282
  98%|█████████▊| 2138/2183 [00:29<00:00, 72.17it/s]
283
  98%|█████████▊| 2146/2183 [00:30<00:00, 70.90it/s]
284
  99%|█████████▊| 2154/2183 [00:30<00:00, 70.87it/s]
285
  99%|█████████▉| 2162/2183 [00:30<00:00, 71.11it/s]
286
  99%|█████████▉| 2170/2183 [00:30<00:00, 71.19it/s]
287
+
288
  0%| | 0/2182 [00:00<?, ?it/s]
289
  0%| | 3/2182 [00:00<01:13, 29.61it/s]
290
  0%| | 6/2182 [00:00<01:14, 29.16it/s]
291
  0%| | 9/2182 [00:00<01:14, 29.31it/s]
292
  1%| | 12/2182 [00:00<01:13, 29.56it/s]
293
  1%| | 15/2182 [00:00<01:13, 29.54it/s]
294
  1%| | 18/2182 [00:00<01:12, 29.67it/s]
295
  1%| | 22/2182 [00:00<01:12, 29.91it/s]
296
  1%| | 25/2182 [00:00<01:12, 29.73it/s]
297
  1%|▏ | 28/2182 [00:00<01:13, 29.42it/s]
298
  1%|▏ | 31/2182 [00:01<01:13, 29.27it/s]
299
  2%|▏ | 34/2182 [00:01<01:13, 29.38it/s]
300
  2%|▏ | 37/2182 [00:01<01:12, 29.52it/s]
301
  2%|▏ | 40/2182 [00:01<01:12, 29.36it/s]
302
  2%|▏ | 43/2182 [00:01<01:12, 29.42it/s]
303
  2%|▏ | 47/2182 [00:01<01:11, 29.74it/s]
304
  2%|▏ | 50/2182 [00:01<01:12, 29.53it/s]
305
  2%|▏ | 54/2182 [00:01<01:11, 29.58it/s]
306
  3%|▎ | 58/2182 [00:01<01:11, 29.56it/s]
307
  3%|▎ | 61/2182 [00:02<01:12, 29.25it/s]
308
  3%|▎ | 65/2182 [00:02<01:11, 29.54it/s]
309
  3%|▎ | 69/2182 [00:02<01:11, 29.65it/s]
310
  3%|▎ | 73/2182 [00:02<01:11, 29.55it/s]
311
  3%|▎ | 76/2182 [00:02<01:11, 29.65it/s]
312
  4%|▎ | 80/2182 [00:02<01:10, 29.95it/s]
313
  4%|▍ | 83/2182 [00:02<01:10, 29.74it/s]
314
  4%|▍ | 86/2182 [00:02<01:10, 29.64it/s]
315
  4%|▍ | 89/2182 [00:03<01:10, 29.65it/s]
316
  4%|▍ | 93/2182 [00:03<01:10, 29.64it/s]
317
  4%|▍ | 96/2182 [00:03<01:10, 29.73it/s]
318
  5%|▍ | 99/2182 [00:03<01:10, 29.59it/s]
319
  5%|▍ | 102/2182 [00:03<01:10, 29.42it/s]
320
  5%|▍ | 105/2182 [00:03<01:10, 29.48it/s]
321
  5%|▍ | 108/2182 [00:03<01:10, 29.62it/s]
322
  5%|▌ | 111/2182 [00:03<01:10, 29.53it/s]
323
  5%|▌ | 115/2182 [00:03<01:09, 29.90it/s]
324
  5%|▌ | 118/2182 [00:03<01:09, 29.78it/s]
325
  6%|▌ | 121/2182 [00:04<01:10, 29.33it/s]
326
  6%|▌ | 125/2182 [00:04<01:09, 29.45it/s]
327
  6%|▌ | 129/2182 [00:04<01:08, 29.79it/s]
328
  6%|▌ | 132/2182 [00:04<01:08, 29.75it/s]
329
  6%|▌ | 136/2182 [00:04<01:08, 29.88it/s]
330
  6%|▋ | 139/2182 [00:04<01:08, 29.73it/s]
331
  7%|▋ | 143/2182 [00:04<01:06, 30.45it/s]
332
  7%|▋ | 147/2182 [00:04<01:07, 30.26it/s]
333
  7%|▋ | 151/2182 [00:05<01:07, 30.14it/s]
334
  7%|▋ | 155/2182 [00:05<01:07, 29.89it/s]
335
  7%|▋ | 158/2182 [00:05<01:07, 29.88it/s]
336
  7%|▋ | 162/2182 [00:05<01:07, 30.10it/s]
337
  8%|▊ | 166/2182 [00:05<01:07, 30.07it/s]
338
  8%|▊ | 170/2182 [00:05<01:06, 30.25it/s]
339
  8%|▊ | 174/2182 [00:05<01:06, 30.30it/s]
340
  8%|▊ | 178/2182 [00:05<01:05, 30.39it/s]
341
  8%|▊ | 182/2182 [00:06<01:05, 30.35it/s]
342
  9%|▊ | 186/2182 [00:06<01:05, 30.42it/s]
343
  9%|▊ | 190/2182 [00:06<01:05, 30.49it/s]
344
  9%|▉ | 194/2182 [00:06<01:04, 30.80it/s]
345
  9%|▉ | 198/2182 [00:06<01:04, 30.58it/s]
346
  9%|▉ | 202/2182 [00:06<01:03, 30.97it/s]
347
  9%|▉ | 206/2182 [00:06<01:03, 31.00it/s]
348
  10%|▉ | 210/2182 [00:07<01:06, 29.85it/s]
349
  10%|▉ | 214/2182 [00:07<01:05, 30.00it/s]
350
  10%|▉ | 218/2182 [00:07<01:05, 30.10it/s]
351
  10%|█ | 222/2182 [00:07<01:05, 30.12it/s]
352
  10%|█ | 226/2182 [00:07<01:06, 29.21it/s]
353
  11%|█ | 230/2182 [00:07<01:05, 29.74it/s]
354
  11%|█ | 234/2182 [00:07<01:05, 29.86it/s]
355
  11%|█ | 238/2182 [00:07<01:04, 30.19it/s]
356
  11%|█ | 242/2182 [00:08<01:03, 30.33it/s]
357
  11%|█▏ | 246/2182 [00:08<01:03, 30.42it/s]
358
  11%|█▏ | 250/2182 [00:08<01:03, 30.39it/s]
359
  12%|█▏ | 254/2182 [00:08<01:03, 30.55it/s]
360
  12%|█▏ | 258/2182 [00:08<01:03, 30.35it/s]
361
  12%|█▏ | 262/2182 [00:08<01:03, 30.15it/s]
362
  12%|█▏ | 266/2182 [00:08<01:03, 30.13it/s]
363
  12%|█▏ | 270/2182 [00:09<01:03, 29.95it/s]
364
  13%|█▎ | 273/2182 [00:09<01:03, 29.85it/s]
365
  13%|█▎ | 277/2182 [00:09<01:03, 29.84it/s]
366
  13%|█▎ | 280/2182 [00:09<01:04, 29.69it/s]
367
  13%|█▎ | 284/2182 [00:09<01:03, 29.94it/s]
368
  13%|█▎ | 287/2182 [00:09<01:03, 29.73it/s]
369
  13%|█▎ | 290/2182 [00:09<01:04, 29.55it/s]
370
  13%|█▎ | 293/2182 [00:09<01:03, 29.52it/s]
371
  14%|█▎ | 296/2182 [00:09<01:04, 29.44it/s]
372
  14%|█▎ | 299/2182 [00:10<01:04, 29.29it/s]
373
  14%|█▍ | 303/2182 [00:10<01:03, 29.66it/s]
374
  14%|█▍ | 306/2182 [00:10<01:03, 29.57it/s]
375
  14%|█▍ | 309/2182 [00:10<01:03, 29.55it/s]
376
  14%|█▍ | 313/2182 [00:10<01:03, 29.56it/s]
377
  14%|█▍ | 316/2182 [00:10<01:03, 29.54it/s]
378
  15%|█▍ | 320/2182 [00:10<01:02, 29.84it/s]
379
  15%|█▍ | 323/2182 [00:10<01:02, 29.85it/s]
380
  15%|█▍ | 326/2182 [00:10<01:02, 29.78it/s]
381
  15%|█▌ | 330/2182 [00:11<01:02, 29.82it/s]
382
  15%|█▌ | 333/2182 [00:11<01:02, 29.80it/s]
383
  15%|█▌ | 337/2182 [00:11<01:01, 29.78it/s]
384
  16%|█▌ | 341/2182 [00:11<01:01, 29.92it/s]
385
  16%|█▌ | 345/2182 [00:11<01:01, 29.91it/s]
386
  16%|█▌ | 349/2182 [00:11<01:01, 29.91it/s]
387
  16%|█▌ | 352/2182 [00:11<01:01, 29.88it/s]
388
  16%|█▋ | 355/2182 [00:11<01:01, 29.74it/s]
389
  16%|█▋ | 358/2182 [00:11<01:01, 29.61it/s]
390
  17%|█▋ | 361/2182 [00:12<01:01, 29.61it/s]
391
  17%|█▋ | 364/2182 [00:12<01:01, 29.68it/s]
392
  17%|█▋ | 367/2182 [00:12<01:01, 29.44it/s]
393
  17%|█▋ | 370/2182 [00:12<01:01, 29.37it/s]
394
  17%|█▋ | 373/2182 [00:12<01:02, 29.15it/s]
395
  17%|█▋ | 377/2182 [00:12<01:01, 29.13it/s]
396
  17%|█▋ | 381/2182 [00:12<01:01, 29.26it/s]
397
  18%|█▊ | 385/2182 [00:12<01:00, 29.82it/s]
398
  18%|█▊ | 388/2182 [00:13<01:00, 29.86it/s]
399
  18%|█▊ | 391/2182 [00:13<01:00, 29.61it/s]
400
  18%|█▊ | 394/2182 [00:13<01:01, 29.27it/s]
401
  18%|█▊ | 398/2182 [00:13<01:00, 29.58it/s]
402
  18%|█▊ | 402/2182 [00:13<00:59, 29.81it/s]
403
  19%|█▊ | 406/2182 [00:13<00:59, 29.88it/s]
404
  19%|█▊ | 409/2182 [00:13<00:59, 29.85it/s]
405
  19%|█▉ | 412/2182 [00:13<01:01, 28.67it/s]
406
  19%|█▉ | 416/2182 [00:13<01:00, 29.28it/s]
407
  19%|█▉ | 419/2182 [00:14<01:00, 29.23it/s]
408
  19%|█▉ | 422/2182 [00:14<01:00, 29.24it/s]
409
  20%|█▉ | 426/2182 [00:14<00:59, 29.54it/s]
410
  20%|█▉ | 430/2182 [00:14<00:58, 29.75it/s]
411
  20%|█▉ | 433/2182 [00:14<00:58, 29.80it/s]
412
  20%|██ | 437/2182 [00:14<00:58, 29.86it/s]
413
  20%|██ | 441/2182 [00:14<00:57, 30.08it/s]
414
  20%|██ | 445/2182 [00:14<00:57, 30.18it/s]
415
  21%|██ | 449/2182 [00:15<00:57, 30.14it/s]
416
  21%|██ | 453/2182 [00:15<00:57, 29.92it/s]
417
  21%|██ | 456/2182 [00:15<00:57, 29.85it/s]
418
  21%|██ | 459/2182 [00:15<00:57, 29.72it/s]
419
  21%|██ | 462/2182 [00:15<00:57, 29.76it/s]
420
  21%|██▏ | 466/2182 [00:15<00:57, 30.04it/s]
421
  22%|██▏ | 470/2182 [00:15<00:56, 30.21it/s]
422
  22%|██▏ | 474/2182 [00:15<00:56, 30.12it/s]
423
  22%|██▏ | 478/2182 [00:16<00:56, 30.03it/s]
424
  22%|██▏ | 482/2182 [00:16<00:56, 30.16it/s]
425
  22%|██▏ | 486/2182 [00:16<00:57, 29.63it/s]
426
  22%|██▏ | 490/2182 [00:16<00:57, 29.68it/s]
427
  23%|██▎ | 493/2182 [00:16<00:58, 28.92it/s]
428
  23%|██▎ | 496/2182 [00:16<00:57, 29.14it/s]
429
  23%|██▎ | 500/2182 [00:16<00:56, 29.69it/s]
430
  23%|██▎ | 504/2182 [00:16<00:56, 29.96it/s]
431
  23%|██▎ | 507/2182 [00:17<00:56, 29.86it/s]
432
  23%|██▎ | 510/2182 [00:17<00:55, 29.90it/s]
433
  24%|██▎ | 514/2182 [00:17<00:55, 30.13it/s]
434
  24%|██▎ | 518/2182 [00:17<00:54, 30.26it/s]
435
  24%|██▍ | 522/2182 [00:17<00:54, 30.22it/s]
436
  24%|██▍ | 526/2182 [00:17<00:54, 30.20it/s]
437
  24%|██▍ | 530/2182 [00:17<00:54, 30.31it/s]
438
  24%|██▍ | 534/2182 [00:17<00:54, 30.15it/s]
439
  25%|██▍ | 538/2182 [00:18<00:53, 30.55it/s]
440
  25%|██▍ | 542/2182 [00:18<00:53, 30.42it/s]
441
  25%|██▌ | 546/2182 [00:18<00:54, 30.17it/s]
442
  25%|██▌ | 550/2182 [00:18<00:54, 29.99it/s]
443
  25%|██▌ | 553/2182 [00:18<00:54, 29.87it/s]
444
  25%|██▌ | 556/2182 [00:18<00:54, 29.71it/s]
445
  26%|██▌ | 559/2182 [00:18<00:54, 29.64it/s]
446
  26%|██▌ | 562/2182 [00:18<00:55, 29.28it/s]
447
  26%|██▌ | 565/2182 [00:18<00:54, 29.42it/s]
448
  26%|██▌ | 568/2182 [00:19<00:55, 29.19it/s]
449
  26%|██▌ | 571/2182 [00:19<00:55, 29.12it/s]
450
  26%|██▋ | 574/2182 [00:19<00:55, 29.05it/s]
451
  26%|██▋ | 577/2182 [00:19<00:54, 29.24it/s]
452
  27%|██▋ | 580/2182 [00:19<00:54, 29.44it/s]
453
  27%|██▋ | 583/2182 [00:19<00:54, 29.28it/s]
454
  27%|██▋ | 586/2182 [00:19<00:54, 29.29it/s]
455
  27%|██▋ | 590/2182 [00:19<00:54, 29.46it/s]
456
  27%|██▋ | 593/2182 [00:19<00:53, 29.46it/s]
457
  27%|██▋ | 597/2182 [00:20<00:53, 29.65it/s]
458
  27%|██▋ | 600/2182 [00:20<00:53, 29.39it/s]
459
  28%|██▊ | 603/2182 [00:20<00:54, 29.19it/s]
460
  28%|██▊ | 606/2182 [00:20<00:54, 29.17it/s]
461
  28%|██▊ | 609/2182 [00:20<00:53, 29.27it/s]
462
  28%|██▊ | 612/2182 [00:20<00:53, 29.30it/s]
463
  28%|██▊ | 615/2182 [00:20<00:53, 29.38it/s]
464
  28%|██▊ | 618/2182 [00:20<00:53, 29.47it/s]
465
  29%|██▊ | 622/2182 [00:20<00:52, 29.63it/s]
466
  29%|██▊ | 626/2182 [00:21<00:52, 29.71it/s]
467
  29%|██▉ | 630/2182 [00:21<00:51, 29.94it/s]
468
  29%|██▉ | 634/2182 [00:21<00:51, 30.12it/s]
469
  29%|██▉ | 638/2182 [00:21<00:51, 29.78it/s]
470
  29%|██▉ | 641/2182 [00:21<00:51, 29.76it/s]
471
  30%|██▉ | 644/2182 [00:21<00:51, 29.78it/s]
472
  30%|██▉ | 647/2182 [00:21<00:51, 29.76it/s]
473
  30%|██▉ | 650/2182 [00:21<00:51, 29.60it/s]
474
  30%|██▉ | 654/2182 [00:21<00:51, 29.70it/s]
475
  30%|███ | 657/2182 [00:22<00:51, 29.73it/s]
476
  30%|███ | 660/2182 [00:22<00:51, 29.67it/s]
477
  30%|███ | 663/2182 [00:22<00:51, 29.52it/s]
478
  31%|███ | 666/2182 [00:22<00:51, 29.37it/s]
479
  31%|███ | 669/2182 [00:22<00:51, 29.26it/s]
480
  31%|███ | 673/2182 [00:22<00:51, 29.55it/s]
481
  31%|███ | 676/2182 [00:22<00:50, 29.61it/s]
482
  31%|███ | 679/2182 [00:22<00:50, 29.62it/s]
483
  31%|███▏ | 682/2182 [00:22<00:50, 29.53it/s]
484
  31%|███▏ | 685/2182 [00:23<00:50, 29.63it/s]
485
  32%|███▏ | 689/2182 [00:23<00:50, 29.65it/s]
486
  32%|███▏ | 692/2182 [00:23<00:50, 29.46it/s]
487
  32%|███▏ | 695/2182 [00:23<00:50, 29.39it/s]
488
  32%|███▏ | 698/2182 [00:23<00:50, 29.33it/s]
489
  32%|███▏ | 702/2182 [00:23<00:49, 29.67it/s]
490
  32%|███▏ | 705/2182 [00:23<00:50, 29.54it/s]
491
  32%|███▏ | 708/2182 [00:23<00:49, 29.50it/s]
492
  33%|███▎ | 711/2182 [00:23<00:49, 29.46it/s]
493
  33%|███▎ | 715/2182 [00:24<00:49, 29.63it/s]
494
  33%|███▎ | 718/2182 [00:24<00:49, 29.58it/s]
495
  33%|███▎ | 722/2182 [00:24<00:48, 29.85it/s]
496
  33%|███▎ | 726/2182 [00:24<00:48, 29.78it/s]
497
  33%|███▎ | 729/2182 [00:24<00:48, 29.67it/s]
498
  34%|███▎ | 733/2182 [00:24<00:48, 29.81it/s]
499
  34%|███▎ | 736/2182 [00:24<00:48, 29.77it/s]
500
  34%|███▍ | 740/2182 [00:24<00:47, 30.17it/s]
501
  34%|███▍ | 744/2182 [00:24<00:47, 30.10it/s]
502
  34%|███▍ | 748/2182 [00:25<00:47, 29.88it/s]
503
  34%|███▍ | 751/2182 [00:25<00:48, 29.66it/s]
504
  35%|███▍ | 754/2182 [00:25<00:48, 29.55it/s]
505
  35%|███▍ | 757/2182 [00:25<00:48, 29.65it/s]
506
  35%|███▍ | 760/2182 [00:25<00:47, 29.74it/s]
507
  35%|███▍ | 763/2182 [00:25<00:47, 29.79it/s]
508
  35%|███▌ | 767/2182 [00:25<00:47, 29.92it/s]
509
  35%|███▌ | 770/2182 [00:25<00:47, 29.77it/s]
510
  35%|███▌ | 773/2182 [00:25<00:47, 29.66it/s]
511
  36%|███▌ | 777/2182 [00:26<00:47, 29.76it/s]
512
  36%|███▌ | 780/2182 [00:26<00:47, 29.76it/s]
513
  36%|███▌ | 783/2182 [00:26<00:47, 29.47it/s]
514
  36%|███▌ | 786/2182 [00:26<00:47, 29.26it/s]
515
  36%|███▌ | 789/2182 [00:26<00:47, 29.25it/s]
516
  36%|███▋ | 792/2182 [00:26<00:47, 29.38it/s]
517
  36%|███▋ | 795/2182 [00:26<00:47, 29.34it/s]
518
  37%|███▋ | 798/2182 [00:26<00:46, 29.49it/s]
519
  37%|███▋ | 801/2182 [00:26<00:46, 29.58it/s]
520
  37%|███▋ | 804/2182 [00:27<00:46, 29.69it/s]
521
  37%|███▋ | 807/2182 [00:27<00:46, 29.72it/s]
522
  37%|███▋ | 810/2182 [00:27<00:46, 29.71it/s]
523
  37%|███▋ | 814/2182 [00:27<00:45, 29.85it/s]
524
  37%|███▋ | 818/2182 [00:27<00:45, 29.75it/s]
525
  38%|███▊ | 821/2182 [00:27<00:45, 29.80it/s]
526
  38%|███▊ | 825/2182 [00:27<00:45, 29.60it/s]
527
  38%|███▊ | 829/2182 [00:27<00:45, 29.66it/s]
528
  38%|███▊ | 832/2182 [00:27<00:45, 29.74it/s]
529
  38%|███▊ | 836/2182 [00:28<00:44, 29.91it/s]
530
  38%|███▊ | 839/2182 [00:28<00:44, 29.90it/s]
531
  39%|███▊ | 842/2182 [00:28<00:44, 29.89it/s]
532
  39%|███▉ | 846/2182 [00:28<00:44, 29.98it/s]
533
  39%|███▉ | 850/2182 [00:28<00:45, 29.55it/s]
534
  39%|███▉ | 853/2182 [00:28<00:44, 29.56it/s]
535
  39%|███▉ | 857/2182 [00:28<00:44, 30.01it/s]
536
  39%|███▉ | 861/2182 [00:28<00:43, 30.04it/s]
537
  40%|███▉ | 865/2182 [00:29<00:43, 30.16it/s]
538
  40%|███▉ | 869/2182 [00:29<00:43, 30.12it/s]
539
  40%|████ | 873/2182 [00:29<00:43, 30.31it/s]
540
  40%|████ | 877/2182 [00:29<00:41, 31.08it/s]
541
  40%|████ | 881/2182 [00:29<00:42, 30.73it/s]
542
  41%|████ | 885/2182 [00:29<00:43, 30.12it/s]
543
  41%|████ | 889/2182 [00:29<00:43, 29.64it/s]
544
  41%|████ | 893/2182 [00:29<00:43, 29.62it/s]
545
  41%|████ | 896/2182 [00:30<00:43, 29.55it/s]
546
  41%|████ | 899/2182 [00:30<00:43, 29.32it/s]
547
  41%|████▏ | 902/2182 [00:30<00:43, 29.17it/s]
548
  41%|████▏ | 905/2182 [00:30<00:44, 28.88it/s]
549
  42%|████▏ | 909/2182 [00:30<00:43, 29.22it/s]
550
  42%|████▏ | 913/2182 [00:30<00:43, 29.25it/s]
551
  42%|████▏ | 916/2182 [00:30<00:43, 29.23it/s]
552
  42%|████▏ | 919/2182 [00:30<00:43, 29.01it/s]
553
  42%|████▏ | 922/2182 [00:30<00:43, 29.11it/s]
554
  42%|████▏ | 925/2182 [00:31<00:42, 29.32it/s]
555
  43%|████▎ | 929/2182 [00:31<00:42, 29.66it/s]
556
  43%|████▎ | 933/2182 [00:31<00:41, 29.85it/s]
557
  43%|████▎ | 937/2182 [00:31<00:41, 29.99it/s]
558
  43%|████▎ | 941/2182 [00:31<00:41, 30.13it/s]
559
  43%|████▎ | 945/2182 [00:31<00:41, 29.97it/s]
560
  43%|████▎ | 949/2182 [00:31<00:40, 30.07it/s]
561
  44%|████▎ | 953/2182 [00:32<00:41, 29.54it/s]
562
  44%|████▍ | 957/2182 [00:32<00:41, 29.71it/s]
563
  44%|████▍ | 960/2182 [00:32<00:41, 29.46it/s]
564
  44%|████▍ | 964/2182 [00:32<00:41, 29.70it/s]
565
  44%|████▍ | 967/2182 [00:32<00:41, 29.46it/s]
566
  45%|████▍ | 971/2182 [00:32<00:40, 29.67it/s]
567
  45%|████▍ | 974/2182 [00:32<00:40, 29.68it/s]
568
  45%|████▍ | 978/2182 [00:32<00:40, 29.82it/s]
569
  45%|████▌ | 982/2182 [00:33<00:39, 30.09it/s]
570
  45%|████▌ | 986/2182 [00:33<00:39, 30.18it/s]
571
  45%|████▌ | 990/2182 [00:33<00:39, 30.20it/s]
572
  46%|████▌ | 994/2182 [00:33<00:39, 30.14it/s]
573
  46%|████▌ | 998/2182 [00:33<00:39, 30.11it/s]
574
  46%|████▌ | 1002/2182 [00:33<00:39, 30.10it/s]
575
  46%|████▌ | 1006/2182 [00:33<00:38, 30.18it/s]
576
  46%|████▋ | 1010/2182 [00:33<00:38, 30.40it/s]
577
  46%|████▋ | 1014/2182 [00:34<00:38, 30.51it/s]
578
  47%|████▋ | 1018/2182 [00:34<00:38, 30.57it/s]
579
  47%|████▋ | 1022/2182 [00:34<00:37, 30.54it/s]
580
  47%|████▋ | 1026/2182 [00:34<00:37, 30.68it/s]
581
  47%|████▋ | 1030/2182 [00:34<00:37, 30.67it/s]
582
  47%|████▋ | 1034/2182 [00:34<00:37, 30.57it/s]
583
  48%|████▊ | 1038/2182 [00:34<00:38, 29.83it/s]
584
  48%|████▊ | 1042/2182 [00:34<00:37, 30.01it/s]
585
  48%|████▊ | 1046/2182 [00:35<00:37, 29.93it/s]
586
  48%|████▊ | 1050/2182 [00:35<00:37, 29.93it/s]
587
  48%|████▊ | 1054/2182 [00:35<00:37, 30.07it/s]
588
  48%|████▊ | 1058/2182 [00:35<00:37, 30.24it/s]
589
  49%|████▊ | 1062/2182 [00:35<00:36, 30.32it/s]
590
  49%|████▉ | 1066/2182 [00:35<00:36, 30.38it/s]
591
  49%|████▉ | 1070/2182 [00:35<00:36, 30.40it/s]
592
  49%|████▉ | 1074/2182 [00:36<00:36, 30.23it/s]
593
  49%|████▉ | 1078/2182 [00:36<00:36, 30.35it/s]
594
  50%|████▉ | 1082/2182 [00:36<00:36, 30.07it/s]
595
  50%|████▉ | 1086/2182 [00:36<00:36, 30.19it/s]
596
  50%|████▉ | 1090/2182 [00:36<00:36, 30.12it/s]
597
  50%|█████ | 1094/2182 [00:36<00:35, 30.54it/s]
598
  50%|█████ | 1098/2182 [00:36<00:35, 30.34it/s]
599
  51%|█████ | 1102/2182 [00:36<00:35, 30.34it/s]
600
  51%|█████ | 1106/2182 [00:37<00:35, 30.27it/s]
601
  51%|█████ | 1110/2182 [00:37<00:35, 30.49it/s]
602
  51%|█████ | 1114/2182 [00:37<00:35, 30.16it/s]
603
  51%|█████ | 1118/2182 [00:37<00:35, 29.79it/s]
604
  51%|█████▏ | 1121/2182 [00:37<00:35, 29.76it/s]
605
  52%|█████▏ | 1124/2182 [00:37<00:35, 29.65it/s]
606
  52%|█████▏ | 1127/2182 [00:37<00:35, 29.57it/s]
607
  52%|█████▏ | 1130/2182 [00:37<00:35, 29.48it/s]
608
  52%|█████▏ | 1134/2182 [00:38<00:35, 29.66it/s]
609
  52%|█████▏ | 1138/2182 [00:38<00:35, 29.70it/s]
610
  52%|█████▏ | 1141/2182 [00:38<00:35, 29.72it/s]
611
  52%|█████▏ | 1144/2182 [00:38<00:35, 29.62it/s]
612
  53%|█████▎ | 1147/2182 [00:38<00:35, 29.55it/s]
613
  53%|█████▎ | 1150/2182 [00:38<00:34, 29.57it/s]
614
  53%|█████▎ | 1154/2182 [00:38<00:34, 29.65it/s]
615
  53%|█████▎ | 1157/2182 [00:38<00:34, 29.61it/s]
616
  53%|█████▎ | 1160/2182 [00:38<00:34, 29.58it/s]
617
  53%|█████▎ | 1163/2182 [00:39<00:34, 29.55it/s]
618
  53%|█████▎ | 1167/2182 [00:39<00:33, 29.91it/s]
619
  54%|█████▎ | 1170/2182 [00:39<00:34, 29.75it/s]
620
  54%|█████▍ | 1173/2182 [00:39<00:33, 29.71it/s]
621
  54%|█████▍ | 1176/2182 [00:39<00:34, 29.55it/s]
622
  54%|█████▍ | 1179/2182 [00:39<00:34, 29.43it/s]
623
  54%|█████▍ | 1182/2182 [00:39<00:33, 29.45it/s]
624
  54%|█████▍ | 1186/2182 [00:39<00:32, 30.29it/s]
625
  55%|█████▍ | 1190/2182 [00:39<00:32, 30.20it/s]
626
  55%|█████▍ | 1194/2182 [00:40<00:32, 30.05it/s]
627
  55%|█████▍ | 1198/2182 [00:40<00:32, 29.98it/s]
628
  55%|█████▌ | 1202/2182 [00:40<00:32, 30.22it/s]
629
  55%|█████▌ | 1206/2182 [00:40<00:32, 30.02it/s]
630
  55%|█████▌ | 1210/2182 [00:40<00:32, 29.90it/s]
631
  56%|█████▌ | 1214/2182 [00:40<00:32, 29.91it/s]
632
  56%|█████▌ | 1218/2182 [00:40<00:32, 30.00it/s]
633
  56%|█████▌ | 1222/2182 [00:40<00:31, 30.11it/s]
634
  56%|█████▌ | 1226/2182 [00:41<00:32, 29.67it/s]
635
  56%|█████▋ | 1230/2182 [00:41<00:31, 29.95it/s]
636
  57%|█████▋ | 1234/2182 [00:41<00:31, 30.57it/s]
637
  57%|█████▋ | 1238/2182 [00:41<00:30, 30.49it/s]
638
  57%|█████▋ | 1242/2182 [00:41<00:30, 30.54it/s]
639
  57%|█████▋ | 1246/2182 [00:41<00:30, 30.69it/s]
640
  57%|█████▋ | 1250/2182 [00:41<00:30, 30.52it/s]
641
  57%|█████▋ | 1254/2182 [00:42<00:30, 30.24it/s]
642
  58%|█████▊ | 1258/2182 [00:42<00:30, 30.37it/s]
643
  58%|█████▊ | 1262/2182 [00:42<00:30, 30.58it/s]
644
  58%|█████▊ | 1266/2182 [00:42<00:30, 30.42it/s]
645
  58%|█████▊ | 1270/2182 [00:42<00:30, 29.90it/s]
646
  58%|█████▊ | 1273/2182 [00:42<00:30, 29.78it/s]
647
  59%|█████▊ | 1277/2182 [00:42<00:30, 29.94it/s]
648
  59%|█████▊ | 1280/2182 [00:42<00:30, 29.77it/s]
649
  59%|█████▉ | 1283/2182 [00:43<00:30, 29.58it/s]
650
  59%|█████▉ | 1286/2182 [00:43<00:30, 28.97it/s]
651
  59%|█████▉ | 1289/2182 [00:43<00:31, 28.73it/s]
652
  59%|█████▉ | 1292/2182 [00:43<00:30, 28.80it/s]
653
  59%|█████▉ | 1295/2182 [00:43<00:30, 29.04it/s]
654
  60%|█████▉ | 1299/2182 [00:43<00:30, 29.40it/s]
655
  60%|█████▉ | 1302/2182 [00:43<00:30, 29.19it/s]
656
  60%|█████▉ | 1305/2182 [00:43<00:30, 29.23it/s]
657
  60%|█████▉ | 1308/2182 [00:43<00:29, 29.32it/s]
658
  60%|██████ | 1311/2182 [00:43<00:29, 29.33it/s]
659
  60%|██████ | 1314/2182 [00:44<00:29, 29.00it/s]
660
  60%|██████ | 1317/2182 [00:44<00:29, 29.12it/s]
661
  60%|██████ | 1320/2182 [00:44<00:29, 29.30it/s]
662
  61%|██████ | 1323/2182 [00:44<00:29, 29.27it/s]
663
  61%|██████ | 1326/2182 [00:44<00:29, 29.18it/s]
664
  61%|██████ | 1329/2182 [00:44<00:29, 28.70it/s]
665
  61%|██████ | 1332/2182 [00:44<00:29, 28.85it/s]
666
  61%|██████ | 1335/2182 [00:44<00:29, 28.73it/s]
667
  61%|██████▏ | 1338/2182 [00:44<00:29, 28.42it/s]
668
  61%|██████▏ | 1341/2182 [00:45<00:29, 28.72it/s]
669
  62%|██████▏ | 1345/2182 [00:45<00:28, 29.06it/s]
670
  62%|██████▏ | 1348/2182 [00:45<00:28, 29.21it/s]
671
  62%|██████▏ | 1351/2182 [00:45<00:28, 29.02it/s]
672
  62%|██████▏ | 1354/2182 [00:45<00:28, 28.66it/s]
673
  62%|██████▏ | 1357/2182 [00:45<00:29, 27.81it/s]
674
  62%|██████▏ | 1360/2182 [00:45<00:28, 28.40it/s]
675
  62%|██████▏ | 1363/2182 [00:45<00:28, 28.59it/s]
676
  63%|██████▎ | 1366/2182 [00:45<00:28, 28.89it/s]
677
  63%|██████▎ | 1369/2182 [00:45<00:28, 28.89it/s]
678
  63%|██████▎ | 1372/2182 [00:46<00:27, 28.97it/s]
679
  63%|██████▎ | 1375/2182 [00:46<00:27, 28.87it/s]
680
  63%|██████▎ | 1378/2182 [00:46<00:27, 28.82it/s]
681
  63%|██████▎ | 1381/2182 [00:46<00:27, 28.91it/s]
682
  63%|██████▎ | 1384/2182 [00:46<00:27, 28.98it/s]
683
  64%|██████▎ | 1387/2182 [00:46<00:27, 28.89it/s]
684
  64%|██████▎ | 1390/2182 [00:46<00:27, 28.72it/s]
685
  64%|██████▍ | 1393/2182 [00:46<00:27, 28.82it/s]
686
  64%|██████▍ | 1396/2182 [00:46<00:27, 28.95it/s]
687
  64%|██████▍ | 1399/2182 [00:47<00:27, 28.31it/s]
688
  64%|██████▍ | 1402/2182 [00:47<00:27, 28.42it/s]
689
  64%|██████▍ | 1405/2182 [00:47<00:27, 28.67it/s]
690
  65%|██████▍ | 1408/2182 [00:47<00:26, 28.69it/s]
691
  65%|██████▍ | 1411/2182 [00:47<00:26, 28.75it/s]
692
  65%|██████▍ | 1414/2182 [00:47<00:26, 28.61it/s]
693
  65%|██████▍ | 1417/2182 [00:47<00:26, 28.88it/s]
694
  65%|██████▌ | 1420/2182 [00:47<00:26, 29.00it/s]
695
  65%|██████▌ | 1423/2182 [00:47<00:26, 28.86it/s]
696
  65%|██████▌ | 1426/2182 [00:47<00:26, 28.78it/s]
697
  65%|██████▌ | 1429/2182 [00:48<00:26, 28.75it/s]
698
  66%|██████▌ | 1432/2182 [00:48<00:26, 28.79it/s]
699
  66%|██████▌ | 1435/2182 [00:48<00:26, 28.44it/s]
700
  66%|██████▌ | 1438/2182 [00:48<00:26, 28.60it/s]
701
  66%|██████▌ | 1441/2182 [00:48<00:25, 28.90it/s]
702
  66%|██████▌ | 1445/2182 [00:48<00:25, 29.32it/s]
703
  66%|██████▋ | 1448/2182 [00:48<00:25, 29.22it/s]
704
  66%|██████▋ | 1451/2182 [00:48<00:24, 29.31it/s]
705
  67%|██████▋ | 1454/2182 [00:48<00:24, 29.19it/s]
706
  67%|██████▋ | 1457/2182 [00:49<00:24, 29.33it/s]
707
  67%|██████▋ | 1461/2182 [00:49<00:24, 29.37it/s]
708
  67%|██████▋ | 1464/2182 [00:49<00:24, 29.34it/s]
709
  67%|██████▋ | 1467/2182 [00:49<00:24, 29.09it/s]
710
  67%|██████▋ | 1470/2182 [00:49<00:24, 28.88it/s]
711
  68%|██████▊ | 1473/2182 [00:49<00:24, 29.03it/s]
712
  68%|██████▊ | 1477/2182 [00:49<00:24, 29.24it/s]
713
  68%|██████▊ | 1481/2182 [00:49<00:23, 29.54it/s]
714
  68%|██████▊ | 1484/2182 [00:49<00:23, 29.22it/s]
715
  68%|██████▊ | 1487/2182 [00:50<00:23, 29.11it/s]
716
  68%|██████▊ | 1490/2182 [00:50<00:23, 28.94it/s]
717
  68%|██████▊ | 1493/2182 [00:50<00:23, 29.04it/s]
718
  69%|██████▊ | 1496/2182 [00:50<00:23, 29.17it/s]
719
  69%|██████▊ | 1500/2182 [00:50<00:23, 29.57it/s]
720
  69%|██████▉ | 1503/2182 [00:50<00:23, 29.42it/s]
721
  69%|██████▉ | 1506/2182 [00:50<00:23, 29.35it/s]
722
  69%|██████▉ | 1509/2182 [00:50<00:22, 29.48it/s]
723
  69%|██████▉ | 1512/2182 [00:50<00:22, 29.49it/s]
724
  69%|██████▉ | 1515/2182 [00:51<00:22, 29.27it/s]
725
  70%|██████▉ | 1518/2182 [00:51<00:23, 28.55it/s]
726
  70%|██████▉ | 1521/2182 [00:51<00:22, 28.88it/s]
727
  70%|██████▉ | 1524/2182 [00:51<00:22, 29.08it/s]
728
  70%|██████▉ | 1527/2182 [00:51<00:22, 28.97it/s]
729
  70%|███████ | 1530/2182 [00:51<00:22, 29.21it/s]
730
  70%|███████ | 1533/2182 [00:51<00:22, 29.12it/s]
731
  70%|███████ | 1536/2182 [00:51<00:22, 29.35it/s]
732
  71%|███████ | 1539/2182 [00:51<00:21, 29.23it/s]
733
  71%|███████ | 1543/2182 [00:51<00:21, 29.56it/s]
734
  71%|███████ | 1546/2182 [00:52<00:21, 29.48it/s]
735
  71%|███████ | 1549/2182 [00:52<00:21, 29.61it/s]
736
  71%|███████ | 1553/2182 [00:52<00:21, 29.70it/s]
737
  71%|███████▏ | 1557/2182 [00:52<00:20, 29.77it/s]
738
  71%|███████▏ | 1560/2182 [00:52<00:21, 28.57it/s]
739
  72%|███████▏ | 1563/2182 [00:52<00:21, 28.81it/s]
740
  72%|███████▏ | 1566/2182 [00:52<00:21, 29.05it/s]
741
  72%|███████▏ | 1570/2182 [00:52<00:20, 29.53it/s]
742
  72%|███████▏ | 1573/2182 [00:53<00:20, 29.47it/s]
743
  72%|███████▏ | 1577/2182 [00:53<00:20, 29.68it/s]
744
  72%|███████▏ | 1581/2182 [00:53<00:20, 29.66it/s]
745
  73%|███████▎ | 1585/2182 [00:53<00:20, 29.81it/s]
746
  73%|███████▎ | 1588/2182 [00:53<00:19, 29.82it/s]
747
  73%|███████▎ | 1592/2182 [00:53<00:19, 30.16it/s]
748
  73%|███████▎ | 1596/2182 [00:53<00:19, 30.22it/s]
749
  73%|███████▎ | 1600/2182 [00:53<00:19, 29.80it/s]
750
  73%|███████▎ | 1603/2182 [00:54<00:19, 29.43it/s]
751
  74%|███████▎ | 1607/2182 [00:54<00:19, 29.66it/s]
752
  74%|███████▍ | 1610/2182 [00:54<00:19, 29.52it/s]
753
  74%|███████▍ | 1614/2182 [00:54<00:19, 29.60it/s]
754
  74%|███████▍ | 1618/2182 [00:54<00:18, 29.75it/s]
755
  74%|███████▍ | 1621/2182 [00:54<00:18, 29.76it/s]
756
  74%|███████▍ | 1625/2182 [00:54<00:18, 29.88it/s]
757
  75%|███████▍ | 1628/2182 [00:54<00:19, 29.00it/s]
758
  75%|███████▍ | 1631/2182 [00:54<00:18, 29.03it/s]
759
  75%|███████▍ | 1634/2182 [00:55<00:18, 29.11it/s]
760
  75%|███████▌ | 1637/2182 [00:55<00:18, 29.08it/s]
761
  75%|███████▌ | 1640/2182 [00:55<00:18, 29.17it/s]
762
  75%|███████▌ | 1643/2182 [00:55<00:18, 29.28it/s]
763
  75%|███████▌ | 1646/2182 [00:55<00:18, 29.36it/s]
764
  76%|███████▌ | 1650/2182 [00:55<00:18, 29.48it/s]
765
  76%|███████▌ | 1653/2182 [00:55<00:17, 29.42it/s]
766
  76%|███████▌ | 1656/2182 [00:55<00:18, 29.22it/s]
767
  76%|███████▌ | 1659/2182 [00:55<00:17, 29.29it/s]
768
  76%|███████▌ | 1662/2182 [00:56<00:17, 29.26it/s]
769
  76%|███████▋ | 1665/2182 [00:56<00:17, 29.30it/s]
770
  76%|███████▋ | 1668/2182 [00:56<00:17, 29.24it/s]
771
  77%|███████▋ | 1671/2182 [00:56<00:17, 29.33it/s]
772
  77%|███████▋ | 1674/2182 [00:56<00:17, 29.43it/s]
773
  77%|███████▋ | 1677/2182 [00:56<00:17, 29.51it/s]
774
  77%|███████▋ | 1681/2182 [00:56<00:16, 29.55it/s]
775
  77%|███████▋ | 1684/2182 [00:56<00:16, 29.62it/s]
776
  77%|███████▋ | 1687/2182 [00:56<00:16, 29.67it/s]
777
  77%|███████▋ | 1690/2182 [00:56<00:16, 29.54it/s]
778
  78%|███████▊ | 1693/2182 [00:57<00:16, 29.32it/s]
779
  78%|███████▊ | 1697/2182 [00:57<00:16, 29.70it/s]
780
  78%|███████▊ | 1701/2182 [00:57<00:15, 30.10it/s]
781
  78%|███████▊ | 1705/2182 [00:57<00:16, 29.67it/s]
782
  78%|███████▊ | 1708/2182 [00:57<00:15, 29.74it/s]
783
  78%|███████▊ | 1711/2182 [00:57<00:15, 29.55it/s]
784
  79%|███████▊ | 1714/2182 [00:57<00:15, 29.49it/s]
785
  79%|███████▊ | 1718/2182 [00:57<00:15, 29.71it/s]
786
  79%|███████▉ | 1721/2182 [00:58<00:15, 29.60it/s]
787
  79%|███████▉ | 1724/2182 [00:58<00:15, 29.52it/s]
788
  79%|███████▉ | 1727/2182 [00:58<00:15, 29.46it/s]
789
  79%|███████▉ | 1730/2182 [00:58<00:15, 29.27it/s]
790
  79%|███████▉ | 1733/2182 [00:58<00:15, 29.26it/s]
791
  80%|███████▉ | 1736/2182 [00:58<00:15, 29.40it/s]
792
  80%|███████▉ | 1739/2182 [00:58<00:15, 29.49it/s]
793
  80%|███████▉ | 1743/2182 [00:58<00:14, 29.61it/s]
794
  80%|████████ | 1746/2182 [00:58<00:14, 29.71it/s]
795
  80%|████████ | 1749/2182 [00:58<00:14, 29.56it/s]
796
  80%|████████ | 1752/2182 [00:59<00:14, 29.67it/s]
797
  80%|████████ | 1755/2182 [00:59<00:14, 29.21it/s]
798
  81%|████████ | 1758/2182 [00:59<00:14, 29.22it/s]
799
  81%|████████ | 1761/2182 [00:59<00:14, 29.18it/s]
800
  81%|████████ | 1764/2182 [00:59<00:14, 29.32it/s]
801
  81%|████████ | 1767/2182 [00:59<00:14, 29.22it/s]
802
  81%|████████ | 1770/2182 [00:59<00:14, 28.78it/s]
803
  81%|████████▏ | 1773/2182 [00:59<00:14, 28.90it/s]
804
  81%|████████▏ | 1776/2182 [00:59<00:14, 28.65it/s]
805
  82%|████████▏ | 1779/2182 [01:00<00:14, 28.68it/s]
806
  82%|████████▏ | 1782/2182 [01:00<00:14, 28.49it/s]
807
  82%|████████▏ | 1785/2182 [01:00<00:13, 28.73it/s]
808
  82%|████████▏ | 1788/2182 [01:00<00:13, 29.08it/s]
809
  82%|████████▏ | 1791/2182 [01:00<00:13, 29.18it/s]
810
  82%|████████▏ | 1794/2182 [01:00<00:13, 28.99it/s]
811
  82%|████████▏ | 1797/2182 [01:00<00:13, 29.21it/s]
812
  83%|████████▎ | 1801/2182 [01:00<00:12, 29.51it/s]
813
  83%|████████▎ | 1805/2182 [01:00<00:12, 29.71it/s]
814
  83%|████████▎ | 1809/2182 [01:01<00:12, 29.80it/s]
815
  83%|████████▎ | 1813/2182 [01:01<00:12, 29.89it/s]
816
  83%|████████▎ | 1817/2182 [01:01<00:12, 30.04it/s]
817
  83%|████████▎ | 1821/2182 [01:01<00:12, 29.87it/s]
818
  84%|████████▎ | 1825/2182 [01:01<00:11, 29.92it/s]
819
  84%|████████▍ | 1828/2182 [01:01<00:11, 29.92it/s]
820
  84%|████████▍ | 1831/2182 [01:01<00:11, 29.81it/s]
821
  84%|████████▍ | 1834/2182 [01:01<00:11, 29.67it/s]
822
  84%|████████▍ | 1838/2182 [01:01<00:11, 29.84it/s]
823
  84%|████████▍ | 1841/2182 [01:02<00:11, 29.71it/s]
824
  85%|████████▍ | 1845/2182 [01:02<00:11, 29.75it/s]
825
  85%|████████▍ | 1849/2182 [01:02<00:11, 29.92it/s]
826
  85%|████████▍ | 1853/2182 [01:02<00:11, 29.56it/s]
827
  85%|████████▌ | 1856/2182 [01:02<00:11, 29.61it/s]
828
  85%|████████▌ | 1859/2182 [01:02<00:10, 29.52it/s]
829
  85%|████████▌ | 1863/2182 [01:02<00:10, 29.87it/s]
830
  86%|████████▌ | 1866/2182 [01:02<00:10, 29.83it/s]
831
  86%|████████▌ | 1869/2182 [01:03<00:10, 29.85it/s]
832
  86%|████████▌ | 1872/2182 [01:03<00:10, 29.84it/s]
833
  86%|████████▌ | 1876/2182 [01:03<00:10, 30.06it/s]
834
  86%|████████▌ | 1880/2182 [01:03<00:10, 30.09it/s]
835
  86%|████████▋ | 1884/2182 [01:03<00:09, 30.11it/s]
836
  87%|████████▋ | 1888/2182 [01:03<00:09, 30.19it/s]
837
  87%|████████▋ | 1892/2182 [01:03<00:09, 30.15it/s]
838
  87%|████████▋ | 1896/2182 [01:03<00:09, 29.94it/s]
839
  87%|████████▋ | 1899/2182 [01:04<00:09, 29.66it/s]
840
  87%|████████▋ | 1902/2182 [01:04<00:09, 29.59it/s]
841
  87%|████████▋ | 1905/2182 [01:04<00:09, 29.35it/s]
842
  87%|████████▋ | 1908/2182 [01:04<00:09, 29.51it/s]
843
  88%|████████▊ | 1912/2182 [01:04<00:09, 29.87it/s]
844
  88%|████████▊ | 1915/2182 [01:04<00:09, 29.63it/s]
845
  88%|████████▊ | 1918/2182 [01:04<00:09, 29.31it/s]
846
  88%|████████▊ | 1921/2182 [01:04<00:08, 29.30it/s]
847
  88%|████████▊ | 1924/2182 [01:04<00:08, 29.43it/s]
848
  88%|████████▊ | 1927/2182 [01:04<00:08, 29.44it/s]
849
  88%|████████▊ | 1930/2182 [01:05<00:08, 29.32it/s]
850
  89%|████████▊ | 1933/2182 [01:05<00:08, 29.16it/s]
851
  89%|████████▉ | 1937/2182 [01:05<00:08, 29.24it/s]
852
  89%|████████▉ | 1940/2182 [01:05<00:08, 29.31it/s]
853
  89%|████████▉ | 1944/2182 [01:05<00:07, 29.75it/s]
854
  89%|████████▉ | 1947/2182 [01:05<00:07, 29.57it/s]
855
  89%|████████▉ | 1951/2182 [01:05<00:07, 29.73it/s]
856
  90%|████████▉ | 1954/2182 [01:05<00:07, 29.76it/s]
857
  90%|████████▉ | 1957/2182 [01:06<00:07, 29.66it/s]
858
  90%|████████▉ | 1960/2182 [01:06<00:07, 29.56it/s]
859
  90%|████████▉ | 1963/2182 [01:06<00:07, 29.62it/s]
860
  90%|█████████ | 1966/2182 [01:06<00:07, 29.45it/s]
861
  90%|█████████ | 1969/2182 [01:06<00:07, 29.37it/s]
862
  90%|█████████ | 1973/2182 [01:06<00:07, 29.37it/s]
863
  91%|█████████ | 1976/2182 [01:06<00:06, 29.45it/s]
864
  91%|█████████ | 1979/2182 [01:06<00:06, 29.35it/s]
865
  91%|█████████ | 1982/2182 [01:06<00:06, 29.27it/s]
866
  91%|█████████ | 1985/2182 [01:06<00:06, 29.24it/s]
867
  91%|█████████ | 1988/2182 [01:07<00:06, 29.37it/s]
868
  91%|█████████ | 1991/2182 [01:07<00:06, 29.21it/s]
869
  91%|█████████▏| 1994/2182 [01:07<00:06, 29.26it/s]
870
  92%|█████████▏| 1997/2182 [01:07<00:06, 29.46it/s]
871
  92%|█████████▏| 2000/2182 [01:07<00:06, 29.13it/s]
872
  92%|█████████▏| 2003/2182 [01:07<00:06, 28.54it/s]
873
  92%|█████████▏| 2006/2182 [01:07<00:06, 28.38it/s]
874
  92%|█████████▏| 2009/2182 [01:07<00:06, 28.56it/s]
875
  92%|█████████▏| 2013/2182 [01:07<00:05, 29.19it/s]
876
  92%|█████████▏| 2017/2182 [01:08<00:05, 29.32it/s]
877
  93%|█████████▎| 2020/2182 [01:08<00:05, 29.30it/s]
878
  93%|█████████▎| 2023/2182 [01:08<00:05, 29.17it/s]
879
  93%|█████████▎| 2026/2182 [01:08<00:05, 29.09it/s]
880
  93%|█████████▎| 2029/2182 [01:08<00:05, 28.70it/s]
881
  93%|█████████▎| 2032/2182 [01:08<00:05, 28.99it/s]
882
  93%|█████████▎| 2035/2182 [01:08<00:05, 29.25it/s]
883
  93%|█████████▎| 2038/2182 [01:08<00:04, 29.02it/s]
884
  94%|█████████▎| 2041/2182 [01:08<00:04, 28.95it/s]
885
  94%|█████████▎| 2044/2182 [01:08<00:04, 29.06it/s]
886
  94%|█████████▍| 2047/2182 [01:09<00:04, 28.78it/s]
887
  94%|█████████▍| 2050/2182 [01:09<00:04, 28.99it/s]
888
  94%|█████████▍| 2053/2182 [01:09<00:04, 28.93it/s]
889
  94%|█████████▍| 2056/2182 [01:09<00:04, 29.17it/s]
890
  94%|█████████▍| 2060/2182 [01:09<00:04, 29.81it/s]
891
  95%|█████████▍| 2063/2182 [01:09<00:04, 29.44it/s]
892
  95%|█████████▍| 2066/2182 [01:09<00:03, 29.37it/s]
893
  95%|█████████▍| 2069/2182 [01:09<00:03, 29.48it/s]
894
  95%|█████████▍| 2072/2182 [01:09<00:03, 29.63it/s]
895
  95%|█████████▌| 2075/2182 [01:10<00:03, 29.53it/s]
896
  95%|█████████▌| 2078/2182 [01:10<00:03, 29.47it/s]
897
  95%|█████████▌| 2081/2182 [01:10<00:03, 29.25it/s]
898
  96%|█████████▌| 2085/2182 [01:10<00:03, 29.49it/s]
899
  96%|█████████▌| 2089/2182 [01:10<00:03, 29.90it/s]
900
  96%|█████████▌| 2092/2182 [01:10<00:03, 29.73it/s]
901
  96%|█████████▌| 2095/2182 [01:10<00:02, 29.52it/s]
902
  96%|█████████▌| 2098/2182 [01:10<00:02, 29.40it/s]
903
  96%|█████████▋| 2101/2182 [01:10<00:02, 29.46it/s]
904
  96%|█████████▋| 2104/2182 [01:11<00:02, 29.10it/s]
905
  97%|█████████▋| 2107/2182 [01:11<00:02, 28.75it/s]
906
  97%|█████████▋| 2110/2182 [01:11<00:02, 28.77it/s]
907
  97%|█████████▋| 2113/2182 [01:11<00:02, 28.90it/s]
908
  97%|█████████▋| 2117/2182 [01:11<00:02, 29.06it/s]
909
  97%|█████████▋| 2120/2182 [01:11<00:02, 29.23it/s]
910
  97%|█████████▋| 2123/2182 [01:11<00:02, 29.10it/s]
911
  97%|█████████▋| 2126/2182 [01:11<00:01, 29.00it/s]
912
  98%|█████████▊| 2129/2182 [01:11<00:01, 29.20it/s]
913
  98%|█████████▊| 2132/2182 [01:11<00:01, 29.17it/s]
914
  98%|█████████▊| 2135/2182 [01:12<00:01, 29.06it/s]
915
  98%|█████████▊| 2138/2182 [01:12<00:01, 29.00it/s]
916
  98%|█████████▊| 2141/2182 [01:12<00:01, 28.92it/s]
917
  98%|█████████▊| 2144/2182 [01:12<00:01, 29.12it/s]
918
  98%|█████████▊| 2147/2182 [01:12<00:01, 29.05it/s]
919
  99%|█████████▊| 2150/2182 [01:12<00:01, 28.93it/s]
920
  99%|█████████▊| 2153/2182 [01:12<00:00, 29.14it/s]
921
  99%|█████████▉| 2156/2182 [01:12<00:00, 29.14it/s]
922
  99%|█████████▉| 2159/2182 [01:12<00:00, 29.03it/s]
923
  99%|█████████▉| 2162/2182 [01:13<00:00, 29.03it/s]
924
  99%|█████████▉| 2165/2182 [01:13<00:00, 29.17it/s]
925
  99%|█████████▉| 2168/2182 [01:13<00:00, 29.25it/s]
926
  99%|█████████▉| 2171/2182 [01:13<00:00, 29.25it/s]
927
+ FID: 46.25438786246855
928
+
929
+ INFO:absl:FID: 46.25438786246855
930
+ FID: 46.25438786246855
scripts/eval/slurm-6226581.out ADDED
The diff for this file is too large to render. See raw diff
 
scripts/eval/slurm-6226595.out ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
0
  0%| | 0/385 [00:00<?, ?it/s]
1
  0%| | 1/385 [00:00<03:01, 2.11it/s]
2
  2%|▏ | 8/385 [00:00<00:21, 17.27it/s]
3
  4%|▍ | 15/385 [00:00<00:12, 29.03it/s]
4
  5%|▌ | 21/385 [00:00<00:10, 36.04it/s]
5
  8%|▊ | 29/385 [00:00<00:07, 45.52it/s]
6
  10%|▉ | 37/385 [00:01<00:06, 52.78it/s]
7
  12%|█▏ | 45/385 [00:01<00:05, 57.93it/s]
8
  14%|█▎ | 52/385 [00:01<00:05, 60.65it/s]
9
  15%|█▌ | 59/385 [00:01<00:05, 63.13it/s]
10
  17%|█▋ | 66/385 [00:01<00:04, 64.64it/s]
11
  19%|█▉ | 73/385 [00:01<00:04, 66.08it/s]
12
  21%|██ | 81/385 [00:01<00:04, 67.86it/s]
13
  23%|██▎ | 88/385 [00:01<00:04, 67.05it/s]
14
  25%|██▍ | 95/385 [00:01<00:04, 67.37it/s]
15
  26%|██▋ | 102/385 [00:01<00:04, 67.29it/s]
16
  28%|██▊ | 109/385 [00:02<00:04, 67.99it/s]
17
  30%|███ | 116/385 [00:02<00:04, 67.05it/s]
18
  32%|███▏ | 123/385 [00:02<00:03, 67.34it/s]
19
  34%|███▍ | 131/385 [00:02<00:03, 68.10it/s]
20
  36%|███▌ | 139/385 [00:02<00:03, 69.27it/s]
21
  38%|███▊ | 146/385 [00:02<00:03, 68.78it/s]
22
  40%|███▉ | 153/385 [00:02<00:03, 68.60it/s]
23
  42%|████▏ | 160/385 [00:02<00:03, 69.00it/s]
24
  43%|████▎ | 167/385 [00:02<00:03, 69.03it/s]
25
  45%|████▌ | 174/385 [00:03<00:03, 68.10it/s]
26
  47%|████▋ | 181/385 [00:03<00:03, 67.15it/s]
27
  49%|████▉ | 188/385 [00:03<00:02, 67.43it/s]
28
  51%|█████ | 195/385 [00:03<00:02, 67.77it/s]
29
  53%|█████▎ | 203/385 [00:03<00:02, 68.94it/s]
30
  55%|█████▍ | 210/385 [00:03<00:02, 68.18it/s]
31
  56%|█████▋ | 217/385 [00:03<00:02, 68.40it/s]
32
  58%|█████▊ | 224/385 [00:03<00:02, 67.26it/s]
33
  60%|██████ | 232/385 [00:03<00:02, 68.09it/s]
34
  62%|██████▏ | 239/385 [00:03<00:02, 68.58it/s]
35
  64%|██████▍ | 246/385 [00:04<00:02, 68.33it/s]
36
  66%|██████▌ | 254/385 [00:04<00:01, 68.94it/s]
37
  68%|██████▊ | 262/385 [00:04<00:01, 69.87it/s]
38
  70%|██████▉ | 269/385 [00:04<00:01, 69.61it/s]
39
  72%|███████▏ | 276/385 [00:04<00:01, 68.92it/s]
40
  74%|███████▎ | 283/385 [00:04<00:01, 66.45it/s]
41
  75%|███████▌ | 290/385 [00:04<00:01, 64.53it/s]
42
  77%|███████▋ | 298/385 [00:04<00:01, 66.54it/s]
43
  79%|███████▉ | 305/385 [00:04<00:01, 67.17it/s]
44
  81%|████████▏ | 313/385 [00:05<00:01, 68.39it/s]
45
  83%|████████▎ | 320/385 [00:05<00:00, 68.81it/s]
46
  85%|████████▌ | 328/385 [00:05<00:00, 69.26it/s]
47
  87%|████████▋ | 335/385 [00:05<00:00, 64.76it/s]
48
  89%|████████▉ | 342/385 [00:05<00:00, 65.84it/s]
49
  91%|█████████ | 349/385 [00:05<00:00, 66.85it/s]
50
  92%|█████████▏| 356/385 [00:05<00:00, 67.42it/s]
51
  94%|█████████▍| 363/385 [00:05<00:00, 67.82it/s]
52
  96%|█████████▋| 371/385 [00:05<00:00, 68.71it/s]
53
  98%|█████████▊| 378/385 [00:06<00:00, 68.61it/s]
 
54
  0%| | 0/385 [00:00<?, ?it/s]
55
  1%| | 3/385 [00:00<00:14, 26.74it/s]
56
  2%|▏ | 7/385 [00:00<00:12, 29.39it/s]
57
  3%|▎ | 11/385 [00:00<00:12, 30.83it/s]
58
  4%|▍ | 15/385 [00:00<00:11, 31.48it/s]
59
  5%|▍ | 19/385 [00:00<00:11, 31.27it/s]
60
  6%|▌ | 23/385 [00:00<00:11, 31.36it/s]
61
  7%|▋ | 27/385 [00:00<00:11, 31.51it/s]
62
  8%|▊ | 31/385 [00:00<00:11, 31.73it/s]
63
  9%|▉ | 35/385 [00:01<00:11, 31.43it/s]
64
  10%|█ | 39/385 [00:01<00:10, 31.63it/s]
65
  11%|█ | 43/385 [00:01<00:10, 31.77it/s]
66
  12%|█▏ | 47/385 [00:01<00:11, 30.12it/s]
67
  13%|█▎ | 51/385 [00:01<00:10, 30.45it/s]
68
  14%|█▍ | 55/385 [00:01<00:10, 30.72it/s]
69
  15%|█▌ | 59/385 [00:01<00:10, 30.87it/s]
70
  16%|█▋ | 63/385 [00:02<00:10, 29.43it/s]
71
  17%|█▋ | 67/385 [00:02<00:10, 29.71it/s]
72
  18%|█▊ | 71/385 [00:02<00:10, 30.65it/s]
73
  19%|█▉ | 75/385 [00:02<00:09, 31.29it/s]
74
  21%|██ | 79/385 [00:02<00:09, 31.20it/s]
75
  22%|██▏ | 83/385 [00:02<00:09, 31.28it/s]
76
  23%|██▎ | 87/385 [00:02<00:09, 30.96it/s]
77
  24%|██▎ | 91/385 [00:02<00:09, 31.21it/s]
78
  25%|██▍ | 95/385 [00:03<00:09, 31.10it/s]
79
  26%|██▌ | 99/385 [00:03<00:10, 28.10it/s]
80
  26%|██▋ | 102/385 [00:03<00:10, 26.59it/s]
81
  27%|██▋ | 105/385 [00:03<00:10, 27.09it/s]
82
  28%|██▊ | 109/385 [00:03<00:09, 28.86it/s]
83
  29%|██▉ | 113/385 [00:03<00:09, 29.80it/s]
84
  30%|███ | 117/385 [00:03<00:08, 30.54it/s]
85
  31%|███▏ | 121/385 [00:03<00:08, 30.57it/s]
86
  32%|███▏ | 125/385 [00:04<00:08, 31.26it/s]
87
  34%|███▎ | 129/385 [00:04<00:08, 31.17it/s]
88
  35%|███▍ | 133/385 [00:04<00:08, 30.72it/s]
89
  36%|███▌ | 137/385 [00:04<00:08, 30.22it/s]
90
  37%|███▋ | 141/385 [00:04<00:08, 30.37it/s]
91
  38%|███▊ | 145/385 [00:04<00:07, 30.11it/s]
92
  39%|███▊ | 149/385 [00:04<00:07, 30.50it/s]
93
  40%|███▉ | 153/385 [00:05<00:07, 31.17it/s]
94
  41%|████ | 157/385 [00:05<00:07, 31.82it/s]
95
  42%|████▏ | 161/385 [00:05<00:07, 31.74it/s]
96
  43%|████▎ | 165/385 [00:05<00:06, 31.92it/s]
97
  44%|████▍ | 169/385 [00:05<00:06, 32.17it/s]
98
  45%|████▍ | 173/385 [00:05<00:06, 31.28it/s]
99
  46%|████▌ | 177/385 [00:05<00:06, 32.40it/s]
100
  47%|████▋ | 181/385 [00:05<00:06, 32.73it/s]
101
  48%|████▊ | 185/385 [00:06<00:06, 32.32it/s]
102
  49%|████▉ | 189/385 [00:06<00:06, 32.61it/s]
103
  50%|█████ | 193/385 [00:06<00:05, 32.62it/s]
104
  51%|█████ | 197/385 [00:06<00:05, 32.57it/s]
105
  52%|█████▏ | 201/385 [00:06<00:05, 33.05it/s]
106
  53%|█████▎ | 205/385 [00:06<00:05, 32.70it/s]
107
  54%|█████▍ | 209/385 [00:06<00:05, 32.97it/s]
108
  55%|█████▌ | 213/385 [00:06<00:05, 32.66it/s]
109
  56%|█████▋ | 217/385 [00:07<00:05, 30.70it/s]
110
  57%|█████▋ | 221/385 [00:07<00:05, 31.54it/s]
111
  58%|█████▊ | 225/385 [00:07<00:05, 31.63it/s]
112
  59%|█████▉ | 229/385 [00:07<00:05, 30.65it/s]
113
  61%|██████ | 233/385 [00:07<00:04, 31.28it/s]
114
  62%|██████▏ | 237/385 [00:07<00:04, 31.08it/s]
115
  63%|██████▎ | 241/385 [00:07<00:04, 31.81it/s]
116
  64%|██████▎ | 245/385 [00:07<00:04, 32.00it/s]
117
  65%|██████▍ | 249/385 [00:08<00:04, 32.28it/s]
118
  66%|██████▌ | 253/385 [00:08<00:04, 31.71it/s]
119
  67%|██████▋ | 257/385 [00:08<00:04, 31.69it/s]
120
  68%|██████▊ | 261/385 [00:08<00:03, 31.82it/s]
121
  69%|██████▉ | 265/385 [00:08<00:03, 31.98it/s]
122
  70%|██████▉ | 269/385 [00:08<00:03, 31.65it/s]
123
  71%|███████ | 273/385 [00:08<00:03, 31.44it/s]
124
  72%|███████▏ | 277/385 [00:08<00:03, 31.54it/s]
125
  73%|███████▎ | 281/385 [00:09<00:03, 31.85it/s]
126
  74%|███████▍ | 285/385 [00:09<00:03, 31.75it/s]
127
  75%|███████▌ | 289/385 [00:09<00:03, 30.97it/s]
128
  76%|███████▌ | 293/385 [00:09<00:02, 31.30it/s]
129
  77%|███████▋ | 297/385 [00:09<00:02, 31.29it/s]
130
  78%|███████▊ | 301/385 [00:09<00:02, 31.04it/s]
131
  79%|███████▉ | 305/385 [00:09<00:02, 31.18it/s]
132
  80%|████████ | 309/385 [00:09<00:02, 31.54it/s]
133
  81%|████████▏ | 313/385 [00:10<00:02, 31.91it/s]
134
  82%|████████▏ | 317/385 [00:10<00:02, 31.95it/s]
135
  83%|████████▎ | 321/385 [00:10<00:01, 32.15it/s]
136
  84%|████████▍ | 325/385 [00:10<00:01, 32.03it/s]
137
  85%|████████▌ | 329/385 [00:10<00:01, 32.19it/s]
138
  86%|████████▋ | 333/385 [00:10<00:01, 32.38it/s]
139
  88%|████████▊ | 337/385 [00:10<00:01, 32.25it/s]
140
  89%|████████▊ | 341/385 [00:10<00:01, 31.86it/s]
141
  90%|████████▉ | 345/385 [00:11<00:01, 31.98it/s]
142
  91%|█████████ | 349/385 [00:11<00:01, 31.56it/s]
143
  92%|█████████▏| 353/385 [00:11<00:00, 32.00it/s]
144
  93%|█████████▎| 357/385 [00:11<00:00, 31.45it/s]
145
  94%|█████████▍| 361/385 [00:11<00:00, 30.78it/s]
146
  95%|█████████▍| 365/385 [00:11<00:00, 29.92it/s]
147
  96%|█████████▌| 369/385 [00:11<00:00, 30.33it/s]
148
  97%|█████████▋| 373/385 [00:11<00:00, 30.66it/s]
149
  98%|█████████▊| 377/385 [00:12<00:00, 30.97it/s]
150
  99%|█████████▉| 381/385 [00:12<00:00, 31.16it/s]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ loading annotations into memory...
2
+ Done (t=0.03s)
3
+ creating index...
4
+ index created!
5
+ 一共385 张
6
+ loading annotations into memory...
7
+ Done (t=0.03s)
8
+ creating index...
9
+ index created!
10
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/base/img/gt
11
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/base/img
12
+
13
  0%| | 0/385 [00:00<?, ?it/s]
14
  0%| | 1/385 [00:00<03:01, 2.11it/s]
15
  2%|▏ | 8/385 [00:00<00:21, 17.27it/s]
16
  4%|▍ | 15/385 [00:00<00:12, 29.03it/s]
17
  5%|▌ | 21/385 [00:00<00:10, 36.04it/s]
18
  8%|▊ | 29/385 [00:00<00:07, 45.52it/s]
19
  10%|▉ | 37/385 [00:01<00:06, 52.78it/s]
20
  12%|█▏ | 45/385 [00:01<00:05, 57.93it/s]
21
  14%|█▎ | 52/385 [00:01<00:05, 60.65it/s]
22
  15%|█▌ | 59/385 [00:01<00:05, 63.13it/s]
23
  17%|█▋ | 66/385 [00:01<00:04, 64.64it/s]
24
  19%|█▉ | 73/385 [00:01<00:04, 66.08it/s]
25
  21%|██ | 81/385 [00:01<00:04, 67.86it/s]
26
  23%|██▎ | 88/385 [00:01<00:04, 67.05it/s]
27
  25%|██▍ | 95/385 [00:01<00:04, 67.37it/s]
28
  26%|██▋ | 102/385 [00:01<00:04, 67.29it/s]
29
  28%|██▊ | 109/385 [00:02<00:04, 67.99it/s]
30
  30%|███ | 116/385 [00:02<00:04, 67.05it/s]
31
  32%|███▏ | 123/385 [00:02<00:03, 67.34it/s]
32
  34%|███▍ | 131/385 [00:02<00:03, 68.10it/s]
33
  36%|███▌ | 139/385 [00:02<00:03, 69.27it/s]
34
  38%|███▊ | 146/385 [00:02<00:03, 68.78it/s]
35
  40%|███▉ | 153/385 [00:02<00:03, 68.60it/s]
36
  42%|████▏ | 160/385 [00:02<00:03, 69.00it/s]
37
  43%|████▎ | 167/385 [00:02<00:03, 69.03it/s]
38
  45%|████▌ | 174/385 [00:03<00:03, 68.10it/s]
39
  47%|████▋ | 181/385 [00:03<00:03, 67.15it/s]
40
  49%|████▉ | 188/385 [00:03<00:02, 67.43it/s]
41
  51%|█████ | 195/385 [00:03<00:02, 67.77it/s]
42
  53%|█████▎ | 203/385 [00:03<00:02, 68.94it/s]
43
  55%|█████▍ | 210/385 [00:03<00:02, 68.18it/s]
44
  56%|█████▋ | 217/385 [00:03<00:02, 68.40it/s]
45
  58%|█████▊ | 224/385 [00:03<00:02, 67.26it/s]
46
  60%|██████ | 232/385 [00:03<00:02, 68.09it/s]
47
  62%|██████▏ | 239/385 [00:03<00:02, 68.58it/s]
48
  64%|██████▍ | 246/385 [00:04<00:02, 68.33it/s]
49
  66%|██████▌ | 254/385 [00:04<00:01, 68.94it/s]
50
  68%|██████▊ | 262/385 [00:04<00:01, 69.87it/s]
51
  70%|██████▉ | 269/385 [00:04<00:01, 69.61it/s]
52
  72%|███████▏ | 276/385 [00:04<00:01, 68.92it/s]
53
  74%|███████▎ | 283/385 [00:04<00:01, 66.45it/s]
54
  75%|███████▌ | 290/385 [00:04<00:01, 64.53it/s]
55
  77%|███████▋ | 298/385 [00:04<00:01, 66.54it/s]
56
  79%|███████▉ | 305/385 [00:04<00:01, 67.17it/s]
57
  81%|████████▏ | 313/385 [00:05<00:01, 68.39it/s]
58
  83%|████████▎ | 320/385 [00:05<00:00, 68.81it/s]
59
  85%|████████▌ | 328/385 [00:05<00:00, 69.26it/s]
60
  87%|████████▋ | 335/385 [00:05<00:00, 64.76it/s]
61
  89%|████████▉ | 342/385 [00:05<00:00, 65.84it/s]
62
  91%|█████████ | 349/385 [00:05<00:00, 66.85it/s]
63
  92%|█████████▏| 356/385 [00:05<00:00, 67.42it/s]
64
  94%|█████████▍| 363/385 [00:05<00:00, 67.82it/s]
65
  96%|█████████▋| 371/385 [00:05<00:00, 68.71it/s]
66
  98%|█████████▊| 378/385 [00:06<00:00, 68.61it/s]
67
+
68
  0%| | 0/385 [00:00<?, ?it/s]
69
  1%| | 3/385 [00:00<00:14, 26.74it/s]
70
  2%|▏ | 7/385 [00:00<00:12, 29.39it/s]
71
  3%|▎ | 11/385 [00:00<00:12, 30.83it/s]
72
  4%|▍ | 15/385 [00:00<00:11, 31.48it/s]
73
  5%|▍ | 19/385 [00:00<00:11, 31.27it/s]
74
  6%|▌ | 23/385 [00:00<00:11, 31.36it/s]
75
  7%|▋ | 27/385 [00:00<00:11, 31.51it/s]
76
  8%|▊ | 31/385 [00:00<00:11, 31.73it/s]
77
  9%|▉ | 35/385 [00:01<00:11, 31.43it/s]
78
  10%|█ | 39/385 [00:01<00:10, 31.63it/s]
79
  11%|█ | 43/385 [00:01<00:10, 31.77it/s]
80
  12%|█▏ | 47/385 [00:01<00:11, 30.12it/s]
81
  13%|█▎ | 51/385 [00:01<00:10, 30.45it/s]
82
  14%|█▍ | 55/385 [00:01<00:10, 30.72it/s]
83
  15%|█▌ | 59/385 [00:01<00:10, 30.87it/s]
84
  16%|█▋ | 63/385 [00:02<00:10, 29.43it/s]
85
  17%|█▋ | 67/385 [00:02<00:10, 29.71it/s]
86
  18%|█▊ | 71/385 [00:02<00:10, 30.65it/s]
87
  19%|█▉ | 75/385 [00:02<00:09, 31.29it/s]
88
  21%|██ | 79/385 [00:02<00:09, 31.20it/s]
89
  22%|██▏ | 83/385 [00:02<00:09, 31.28it/s]
90
  23%|██▎ | 87/385 [00:02<00:09, 30.96it/s]
91
  24%|██▎ | 91/385 [00:02<00:09, 31.21it/s]
92
  25%|██▍ | 95/385 [00:03<00:09, 31.10it/s]
93
  26%|██▌ | 99/385 [00:03<00:10, 28.10it/s]
94
  26%|██▋ | 102/385 [00:03<00:10, 26.59it/s]
95
  27%|██▋ | 105/385 [00:03<00:10, 27.09it/s]
96
  28%|██▊ | 109/385 [00:03<00:09, 28.86it/s]
97
  29%|██▉ | 113/385 [00:03<00:09, 29.80it/s]
98
  30%|███ | 117/385 [00:03<00:08, 30.54it/s]
99
  31%|███▏ | 121/385 [00:03<00:08, 30.57it/s]
100
  32%|███▏ | 125/385 [00:04<00:08, 31.26it/s]
101
  34%|███▎ | 129/385 [00:04<00:08, 31.17it/s]
102
  35%|███▍ | 133/385 [00:04<00:08, 30.72it/s]
103
  36%|███▌ | 137/385 [00:04<00:08, 30.22it/s]
104
  37%|███▋ | 141/385 [00:04<00:08, 30.37it/s]
105
  38%|███▊ | 145/385 [00:04<00:07, 30.11it/s]
106
  39%|███▊ | 149/385 [00:04<00:07, 30.50it/s]
107
  40%|███▉ | 153/385 [00:05<00:07, 31.17it/s]
108
  41%|████ | 157/385 [00:05<00:07, 31.82it/s]
109
  42%|████▏ | 161/385 [00:05<00:07, 31.74it/s]
110
  43%|████▎ | 165/385 [00:05<00:06, 31.92it/s]
111
  44%|████▍ | 169/385 [00:05<00:06, 32.17it/s]
112
  45%|████▍ | 173/385 [00:05<00:06, 31.28it/s]
113
  46%|████▌ | 177/385 [00:05<00:06, 32.40it/s]
114
  47%|████▋ | 181/385 [00:05<00:06, 32.73it/s]
115
  48%|████▊ | 185/385 [00:06<00:06, 32.32it/s]
116
  49%|████▉ | 189/385 [00:06<00:06, 32.61it/s]
117
  50%|█████ | 193/385 [00:06<00:05, 32.62it/s]
118
  51%|█████ | 197/385 [00:06<00:05, 32.57it/s]
119
  52%|█████▏ | 201/385 [00:06<00:05, 33.05it/s]
120
  53%|█████▎ | 205/385 [00:06<00:05, 32.70it/s]
121
  54%|█████▍ | 209/385 [00:06<00:05, 32.97it/s]
122
  55%|█████▌ | 213/385 [00:06<00:05, 32.66it/s]
123
  56%|█████▋ | 217/385 [00:07<00:05, 30.70it/s]
124
  57%|█████▋ | 221/385 [00:07<00:05, 31.54it/s]
125
  58%|█████▊ | 225/385 [00:07<00:05, 31.63it/s]
126
  59%|█████▉ | 229/385 [00:07<00:05, 30.65it/s]
127
  61%|██████ | 233/385 [00:07<00:04, 31.28it/s]
128
  62%|██████▏ | 237/385 [00:07<00:04, 31.08it/s]
129
  63%|██████▎ | 241/385 [00:07<00:04, 31.81it/s]
130
  64%|██████▎ | 245/385 [00:07<00:04, 32.00it/s]
131
  65%|██████▍ | 249/385 [00:08<00:04, 32.28it/s]
132
  66%|██████▌ | 253/385 [00:08<00:04, 31.71it/s]
133
  67%|██████▋ | 257/385 [00:08<00:04, 31.69it/s]
134
  68%|██████▊ | 261/385 [00:08<00:03, 31.82it/s]
135
  69%|██████▉ | 265/385 [00:08<00:03, 31.98it/s]
136
  70%|██████▉ | 269/385 [00:08<00:03, 31.65it/s]
137
  71%|███████ | 273/385 [00:08<00:03, 31.44it/s]
138
  72%|███████▏ | 277/385 [00:08<00:03, 31.54it/s]
139
  73%|███████▎ | 281/385 [00:09<00:03, 31.85it/s]
140
  74%|███████▍ | 285/385 [00:09<00:03, 31.75it/s]
141
  75%|███████▌ | 289/385 [00:09<00:03, 30.97it/s]
142
  76%|███████▌ | 293/385 [00:09<00:02, 31.30it/s]
143
  77%|███████▋ | 297/385 [00:09<00:02, 31.29it/s]
144
  78%|███████▊ | 301/385 [00:09<00:02, 31.04it/s]
145
  79%|███████▉ | 305/385 [00:09<00:02, 31.18it/s]
146
  80%|████████ | 309/385 [00:09<00:02, 31.54it/s]
147
  81%|████████▏ | 313/385 [00:10<00:02, 31.91it/s]
148
  82%|████████▏ | 317/385 [00:10<00:02, 31.95it/s]
149
  83%|████████▎ | 321/385 [00:10<00:01, 32.15it/s]
150
  84%|████████▍ | 325/385 [00:10<00:01, 32.03it/s]
151
  85%|████████▌ | 329/385 [00:10<00:01, 32.19it/s]
152
  86%|████████▋ | 333/385 [00:10<00:01, 32.38it/s]
153
  88%|████████▊ | 337/385 [00:10<00:01, 32.25it/s]
154
  89%|████████▊ | 341/385 [00:10<00:01, 31.86it/s]
155
  90%|████████▉ | 345/385 [00:11<00:01, 31.98it/s]
156
  91%|█████████ | 349/385 [00:11<00:01, 31.56it/s]
157
  92%|█████████▏| 353/385 [00:11<00:00, 32.00it/s]
158
  93%|█████████▎| 357/385 [00:11<00:00, 31.45it/s]
159
  94%|█████████▍| 361/385 [00:11<00:00, 30.78it/s]
160
  95%|█████████▍| 365/385 [00:11<00:00, 29.92it/s]
161
  96%|█████████▌| 369/385 [00:11<00:00, 30.33it/s]
162
  97%|█████████▋| 373/385 [00:11<00:00, 30.66it/s]
163
  98%|█████████▊| 377/385 [00:12<00:00, 30.97it/s]
164
  99%|█████████▉| 381/385 [00:12<00:00, 31.16it/s]
165
+ FID: 119.18770598565544
166
+
167
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
168
+ warnings.warn(*args, **kwargs)
169
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
170
+ warnings.warn(
171
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
172
+ DINO_I: 0.13228578865528107
173
+
174
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
175
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
176
+ with torch.cuda.amp.autocast():
177
+
178
+ WARNING:huggingface_hub.utils._http:'(ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: 9defb932-bd4d-4fc2-b28a-5194c5ed5ad3)')' thrown while requesting HEAD https://huggingface.co/xswu/HPSv2/resolve/main/HPS_v2.1_compressed.pt
179
+ Retrying in 1s [Retry 1/5].
180
+ WARNING:huggingface_hub.utils._http:Retrying in 1s [Retry 1/5].
181
+
182
+ WARNING:huggingface_hub.utils._http:'(ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: b752cc3d-6a5a-4eec-9230-15b763bf6a45)')' thrown while requesting HEAD https://huggingface.co/xswu/HPSv2/resolve/main/HPS_v2.1_compressed.pt
183
+ Retrying in 1s [Retry 1/5].
184
+ WARNING:huggingface_hub.utils._http:Retrying in 1s [Retry 1/5].
185
+
186
+ INFO:absl:FID: 119.18770598565544
187
+ INFO:absl:DINO_I: 0.13228578865528107
188
+ INFO:absl:IS: (tensor(14.3733, device='cuda:0'), tensor(1.8658, device='cuda:0'))
189
+ INFO:absl:CLIP_T: 0.19042901381269678
190
+ INFO:absl:HPSv2: 0.2911430854301948
191
+ INFO:absl:Aesthetic: 6.609675357868145
192
+ Scores:
193
+ FID: 119.18770598565544
194
+ DINO_I: 0.13228578865528107
195
+ IS: (tensor(14.3733, device='cuda:0'), tensor(1.8658, device='cuda:0'))
196
+ CLIP_T: 0.19042901381269678
197
+ HPSv2: 0.2911430854301948
198
+ Aesthetic: 6.609675357868145
scripts/eval/slurm-6226596.out ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
0
  0%| | 0/554 [00:00<?, ?it/s]
1
  0%| | 1/554 [00:00<03:41, 2.50it/s]
2
  1%|▏ | 8/554 [00:00<00:27, 19.94it/s]
3
  3%|▎ | 15/554 [00:00<00:16, 33.22it/s]
4
  4%|▍ | 22/554 [00:00<00:12, 43.04it/s]
5
  5%|▌ | 30/554 [00:00<00:10, 51.55it/s]
6
  7%|▋ | 37/554 [00:00<00:09, 56.68it/s]
7
  8%|▊ | 45/554 [00:01<00:08, 60.69it/s]
8
  9%|▉ | 52/554 [00:01<00:08, 62.72it/s]
9
  11%|█ | 59/554 [00:01<00:07, 64.04it/s]
10
  12%|█▏ | 66/554 [00:01<00:07, 64.96it/s]
11
  13%|█▎ | 73/554 [00:01<00:07, 65.77it/s]
12
  14%|█▍ | 80/554 [00:01<00:07, 66.24it/s]
13
  16%|█▌ | 87/554 [00:01<00:06, 67.21it/s]
14
  17%|█▋ | 94/554 [00:01<00:06, 67.65it/s]
15
  18%|█▊ | 102/554 [00:01<00:06, 68.71it/s]
16
  20%|█▉ | 109/554 [00:01<00:06, 68.74it/s]
17
  21%|██ | 116/554 [00:02<00:06, 68.53it/s]
18
  22%|██▏ | 123/554 [00:02<00:06, 68.03it/s]
19
  24%|██▎ | 131/554 [00:02<00:06, 68.79it/s]
20
  25%|██▍ | 138/554 [00:02<00:06, 67.36it/s]
21
  26%|██▌ | 145/554 [00:02<00:06, 67.21it/s]
22
  27%|██▋ | 152/554 [00:02<00:05, 67.44it/s]
23
  29%|██▉ | 160/554 [00:02<00:05, 68.48it/s]
24
  30%|███ | 167/554 [00:02<00:05, 68.58it/s]
25
  31%|███▏ | 174/554 [00:02<00:05, 68.20it/s]
26
  33%|███▎ | 181/554 [00:03<00:05, 67.07it/s]
27
  34%|███▍ | 189/554 [00:03<00:05, 68.25it/s]
28
  35%|███▌ | 196/554 [00:03<00:05, 68.48it/s]
29
  37%|███▋ | 203/554 [00:03<00:05, 68.34it/s]
30
  38%|███▊ | 210/554 [00:03<00:05, 68.09it/s]
31
  39%|███▉ | 218/554 [00:03<00:04, 69.15it/s]
32
  41%|████ | 226/554 [00:03<00:04, 69.84it/s]
33
  42%|████▏ | 234/554 [00:03<00:04, 70.13it/s]
34
  44%|████▎ | 242/554 [00:03<00:04, 69.25it/s]
35
  45%|████▍ | 249/554 [00:04<00:04, 67.02it/s]
36
  46%|████▌ | 256/554 [00:04<00:04, 67.38it/s]
37
  47%|████▋ | 263/554 [00:04<00:04, 67.52it/s]
38
  49%|████▊ | 270/554 [00:04<00:04, 66.50it/s]
39
  50%|█████ | 277/554 [00:04<00:04, 67.10it/s]
40
  51%|█████▏ | 284/554 [00:04<00:03, 67.86it/s]
41
  53%|█████▎ | 291/554 [00:04<00:03, 68.18it/s]
42
  54%|█████▍ | 298/554 [00:04<00:03, 67.29it/s]
43
  55%|█████▌ | 305/554 [00:04<00:03, 67.20it/s]
44
  56%|█████▋ | 312/554 [00:04<00:03, 67.87it/s]
45
  58%|█████▊ | 319/554 [00:05<00:03, 68.20it/s]
46
  59%|█████▉ | 327/554 [00:05<00:03, 69.01it/s]
47
  60%|██████ | 334/554 [00:05<00:03, 66.84it/s]
48
  62%|██████▏ | 341/554 [00:05<00:03, 66.10it/s]
49
  63%|██████▎ | 348/554 [00:05<00:03, 66.51it/s]
50
  64%|██████▍ | 355/554 [00:05<00:03, 62.99it/s]
51
  65%|██████▌ | 362/554 [00:05<00:03, 63.25it/s]
52
  67%|██████▋ | 370/554 [00:05<00:02, 65.79it/s]
53
  68%|██████▊ | 377/554 [00:05<00:02, 65.47it/s]
54
  69%|██████▉ | 384/554 [00:06<00:02, 66.00it/s]
55
  71%|███████ | 392/554 [00:06<00:02, 67.75it/s]
56
  72%|███████▏ | 399/554 [00:06<00:02, 65.79it/s]
57
  73%|███████▎ | 406/554 [00:06<00:02, 64.53it/s]
58
  75%|███████▍ | 413/554 [00:06<00:02, 64.66it/s]
59
  76%|███████▌ | 420/554 [00:06<00:02, 65.38it/s]
60
  77%|███████▋ | 427/554 [00:06<00:01, 66.62it/s]
61
  78%|███████▊ | 434/554 [00:06<00:01, 66.34it/s]
62
  80%|███████▉ | 441/554 [00:06<00:01, 65.35it/s]
63
  81%|████████ | 448/554 [00:07<00:01, 63.36it/s]
64
  82%|████████▏ | 455/554 [00:07<00:01, 62.80it/s]
65
  84%|████████▎ | 463/554 [00:07<00:01, 65.23it/s]
66
  85%|████████▍ | 470/554 [00:07<00:01, 65.72it/s]
67
  86%|████████▋ | 478/554 [00:07<00:01, 66.90it/s]
68
  88%|████████▊ | 485/554 [00:07<00:01, 64.85it/s]
69
  89%|████████▉ | 493/554 [00:07<00:00, 66.19it/s]
70
  90%|█████████ | 500/554 [00:07<00:00, 66.34it/s]
71
  92%|█████████▏| 507/554 [00:07<00:00, 65.09it/s]
72
  93%|█████████▎| 514/554 [00:08<00:00, 64.22it/s]
73
  94%|█████████▍| 521/554 [00:08<00:00, 63.97it/s]
74
  95%|█████████▌| 528/554 [00:08<00:00, 64.74it/s]
75
  97%|█████████▋| 535/554 [00:08<00:00, 65.04it/s]
76
  98%|█████████▊| 542/554 [00:08<00:00, 65.28it/s]
77
  99%|█████████▉| 549/554 [00:08<00:00, 65.55it/s]
 
78
  0%| | 0/554 [00:00<?, ?it/s]
79
  1%| | 3/554 [00:00<00:21, 25.48it/s]
80
  1%|▏ | 7/554 [00:00<00:19, 28.73it/s]
81
  2%|▏ | 11/554 [00:00<00:18, 29.98it/s]
82
  3%|▎ | 14/554 [00:00<00:18, 29.93it/s]
83
  3%|▎ | 18/554 [00:00<00:17, 30.51it/s]
84
  4%|▍ | 22/554 [00:00<00:16, 31.44it/s]
85
  5%|▍ | 26/554 [00:00<00:17, 30.92it/s]
86
  5%|▌ | 30/554 [00:00<00:16, 31.06it/s]
87
  6%|▌ | 34/554 [00:01<00:17, 30.22it/s]
88
  7%|▋ | 38/554 [00:01<00:17, 28.69it/s]
89
  7%|▋ | 41/554 [00:01<00:18, 27.95it/s]
90
  8%|▊ | 44/554 [00:01<00:18, 27.61it/s]
91
  8%|▊ | 47/554 [00:01<00:18, 27.37it/s]
92
  9%|▉ | 50/554 [00:01<00:18, 26.55it/s]
93
  10%|▉ | 53/554 [00:01<00:19, 26.10it/s]
94
  10%|█ | 56/554 [00:01<00:19, 26.19it/s]
95
  11%|█ | 59/554 [00:02<00:18, 26.54it/s]
96
  11%|█ | 62/554 [00:02<00:18, 26.52it/s]
97
  12%|█▏ | 65/554 [00:02<00:18, 27.10it/s]
98
  12%|█▏ | 68/554 [00:02<00:17, 27.10it/s]
99
  13%|█▎ | 71/554 [00:02<00:17, 27.29it/s]
100
  13%|█▎ | 74/554 [00:02<00:17, 27.49it/s]
101
  14%|█▍ | 77/554 [00:02<00:17, 26.51it/s]
102
  14%|█▍ | 80/554 [00:02<00:18, 26.32it/s]
103
  15%|█▍ | 83/554 [00:02<00:17, 26.22it/s]
104
  16%|█▌ | 86/554 [00:03<00:17, 26.35it/s]
105
  16%|█▌ | 89/554 [00:03<00:17, 26.79it/s]
106
  17%|█▋ | 92/554 [00:03<00:16, 27.44it/s]
107
  17%|█▋ | 95/554 [00:03<00:16, 27.35it/s]
108
  18%|█▊ | 98/554 [00:03<00:17, 26.53it/s]
109
  18%|█▊ | 101/554 [00:03<00:17, 26.64it/s]
110
  19%|█▉ | 104/554 [00:03<00:17, 25.76it/s]
111
  19%|█▉ | 107/554 [00:03<00:17, 26.19it/s]
112
  20%|█▉ | 110/554 [00:04<00:17, 25.64it/s]
113
  20%|██ | 113/554 [00:04<00:17, 24.65it/s]
114
  21%|██ | 117/554 [00:04<00:16, 26.77it/s]
115
  22%|██▏ | 120/554 [00:04<00:16, 26.96it/s]
116
  22%|██▏ | 123/554 [00:04<00:15, 27.58it/s]
117
  23%|██▎ | 127/554 [00:04<00:14, 28.70it/s]
118
  23%|██▎ | 130/554 [00:04<00:14, 28.56it/s]
119
  24%|██▍ | 134/554 [00:04<00:14, 29.18it/s]
120
  25%|██▍ | 138/554 [00:04<00:13, 29.73it/s]
121
  25%|██▌ | 141/554 [00:05<00:13, 29.59it/s]
122
  26%|██▌ | 145/554 [00:05<00:13, 30.30it/s]
123
  27%|██▋ | 149/554 [00:05<00:13, 30.46it/s]
124
  28%|██▊ | 153/554 [00:05<00:13, 30.76it/s]
125
  28%|██▊ | 157/554 [00:05<00:12, 31.14it/s]
126
  29%|██▉ | 161/554 [00:05<00:12, 31.62it/s]
127
  30%|██▉ | 165/554 [00:05<00:12, 31.74it/s]
128
  31%|███ | 169/554 [00:05<00:11, 32.15it/s]
129
  31%|███ | 173/554 [00:06<00:12, 31.68it/s]
130
  32%|███▏ | 177/554 [00:06<00:11, 31.72it/s]
131
  33%|███▎ | 181/554 [00:06<00:11, 31.21it/s]
132
  33%|███▎ | 185/554 [00:06<00:11, 31.23it/s]
133
  34%|███▍ | 189/554 [00:06<00:11, 31.76it/s]
134
  35%|███▍ | 193/554 [00:06<00:11, 31.69it/s]
135
  36%|███▌ | 197/554 [00:06<00:11, 31.88it/s]
136
  36%|███▋ | 201/554 [00:06<00:11, 31.27it/s]
137
  37%|███▋ | 205/554 [00:07<00:11, 31.25it/s]
138
  38%|███▊ | 209/554 [00:07<00:11, 30.14it/s]
139
  38%|███▊ | 213/554 [00:07<00:11, 30.80it/s]
140
  39%|███▉ | 217/554 [00:07<00:10, 31.18it/s]
141
  40%|███▉ | 221/554 [00:07<00:10, 31.43it/s]
142
  41%|████ | 225/554 [00:07<00:10, 32.11it/s]
143
  41%|████▏ | 229/554 [00:07<00:10, 31.28it/s]
144
  42%|████▏ | 233/554 [00:08<00:10, 31.32it/s]
145
  43%|████▎ | 237/554 [00:08<00:10, 31.00it/s]
146
  44%|████▎ | 241/554 [00:08<00:10, 31.02it/s]
147
  44%|████▍ | 245/554 [00:08<00:10, 29.28it/s]
148
  45%|████▍ | 249/554 [00:08<00:10, 30.15it/s]
149
  46%|████▌ | 253/554 [00:08<00:09, 30.31it/s]
150
  46%|████▋ | 257/554 [00:08<00:09, 31.08it/s]
151
  47%|████▋ | 261/554 [00:08<00:09, 31.53it/s]
152
  48%|████▊ | 265/554 [00:09<00:09, 31.48it/s]
153
  49%|████▊ | 269/554 [00:09<00:09, 28.70it/s]
154
  49%|████▉ | 272/554 [00:09<00:11, 23.54it/s]
155
  50%|████▉ | 275/554 [00:09<00:14, 19.06it/s]
156
  50%|█████ | 278/554 [00:09<00:16, 16.84it/s]
157
  51%|█████ | 280/554 [00:10<00:17, 15.92it/s]
158
  51%|█████ | 282/554 [00:10<00:18, 15.08it/s]
159
  51%|█████▏ | 284/554 [00:10<00:18, 14.69it/s]
160
  52%|█████▏ | 286/554 [00:10<00:18, 14.16it/s]
161
  52%|█████▏ | 288/554 [00:10<00:19, 13.87it/s]
162
  52%|█████▏ | 290/554 [00:10<00:19, 13.76it/s]
163
  53%|█████▎ | 292/554 [00:10<00:19, 13.55it/s]
164
  53%|█████▎ | 294/554 [00:11<00:19, 13.44it/s]
165
  53%|█████▎ | 296/554 [00:11<00:19, 13.20it/s]
166
  54%|█████▍ | 298/554 [00:11<00:17, 14.66it/s]
167
  54%|█████▍ | 301/554 [00:11<00:14, 18.02it/s]
168
  55%|█████▍ | 304/554 [00:11<00:12, 20.38it/s]
169
  56%|█████▌ | 308/554 [00:11<00:10, 23.93it/s]
170
  56%|█████▋ | 312/554 [00:11<00:09, 26.35it/s]
171
  57%|█████▋ | 316/554 [00:11<00:08, 28.37it/s]
172
  58%|█████▊ | 320/554 [00:12<00:07, 29.38it/s]
173
  58%|█████▊ | 324/554 [00:12<00:08, 26.74it/s]
174
  59%|█████▉ | 327/554 [00:12<00:11, 20.39it/s]
175
  60%|█████▉ | 330/554 [00:12<00:10, 22.05it/s]
176
  60%|██████ | 334/554 [00:12<00:08, 25.08it/s]
177
  61%|██████ | 338/554 [00:12<00:08, 26.83it/s]
178
  62%|██████▏ | 342/554 [00:12<00:07, 28.65it/s]
179
  62%|██████▏ | 346/554 [00:13<00:06, 30.00it/s]
180
  63%|██████▎ | 350/554 [00:13<00:06, 30.88it/s]
181
  64%|██████▍ | 354/554 [00:13<00:06, 31.58it/s]
182
  65%|██████▍ | 358/554 [00:13<00:06, 31.56it/s]
183
  65%|██████▌ | 362/554 [00:13<00:06, 31.91it/s]
184
  66%|██████▌ | 366/554 [00:13<00:05, 32.35it/s]
185
  67%|██████▋ | 370/554 [00:13<00:05, 32.25it/s]
186
  68%|██████▊ | 374/554 [00:13<00:05, 31.43it/s]
187
  68%|██████▊ | 378/554 [00:14<00:05, 32.13it/s]
188
  69%|██████▉ | 382/554 [00:14<00:05, 32.48it/s]
189
  70%|██████▉ | 386/554 [00:14<00:05, 32.37it/s]
190
  70%|███████ | 390/554 [00:14<00:04, 32.96it/s]
191
  71%|███████ | 394/554 [00:14<00:04, 32.93it/s]
192
  72%|███████▏ | 398/554 [00:14<00:04, 33.14it/s]
193
  73%|███████▎ | 402/554 [00:14<00:04, 33.24it/s]
194
  73%|███████▎ | 406/554 [00:14<00:04, 32.92it/s]
195
  74%|███████▍ | 410/554 [00:15<00:04, 32.68it/s]
196
  75%|███████▍ | 414/554 [00:15<00:04, 32.34it/s]
197
  75%|███████▌ | 418/554 [00:15<00:04, 32.61it/s]
198
  76%|███████▌ | 422/554 [00:15<00:04, 32.52it/s]
199
  77%|███████▋ | 426/554 [00:15<00:03, 32.62it/s]
200
  78%|███████▊ | 430/554 [00:15<00:03, 32.40it/s]
201
  78%|███████▊ | 434/554 [00:15<00:03, 32.64it/s]
202
  79%|███████▉ | 438/554 [00:15<00:03, 32.64it/s]
203
  80%|███████▉ | 442/554 [00:16<00:03, 32.53it/s]
204
  81%|████████ | 446/554 [00:16<00:03, 32.63it/s]
205
  81%|████████ | 450/554 [00:16<00:03, 32.75it/s]
206
  82%|████████▏ | 454/554 [00:16<00:03, 33.13it/s]
207
  83%|████████▎ | 458/554 [00:16<00:02, 33.40it/s]
208
  83%|████████▎ | 462/554 [00:16<00:02, 33.58it/s]
209
  84%|████████▍ | 466/554 [00:16<00:02, 33.52it/s]
210
  85%|████████▍ | 470/554 [00:16<00:02, 33.33it/s]
211
  86%|████████▌ | 474/554 [00:16<00:02, 33.05it/s]
212
  86%|████████▋ | 478/554 [00:17<00:02, 33.43it/s]
213
  87%|████████▋ | 482/554 [00:17<00:02, 32.90it/s]
214
  88%|████████▊ | 486/554 [00:17<00:02, 33.21it/s]
215
  88%|████████▊ | 490/554 [00:17<00:01, 33.61it/s]
216
  89%|████████▉ | 494/554 [00:17<00:01, 33.63it/s]
217
  90%|████████▉ | 498/554 [00:17<00:01, 33.48it/s]
218
  91%|█████████ | 502/554 [00:17<00:01, 33.30it/s]
219
  91%|█████████▏| 506/554 [00:17<00:01, 33.61it/s]
220
  92%|█████████▏| 510/554 [00:18<00:01, 33.86it/s]
221
  93%|█████████▎| 514/554 [00:18<00:01, 33.19it/s]
222
  94%|█████████▎| 518/554 [00:18<00:01, 33.49it/s]
223
  94%|█████████▍| 522/554 [00:18<00:00, 34.29it/s]
224
  95%|█████████▍| 526/554 [00:18<00:00, 34.03it/s]
225
  96%|█████████▌| 530/554 [00:18<00:00, 33.88it/s]
226
  96%|█████████▋| 534/554 [00:18<00:00, 33.77it/s]
227
  97%|█████████▋| 538/554 [00:18<00:00, 34.01it/s]
228
  98%|█████████▊| 542/554 [00:19<00:00, 33.22it/s]
229
  99%|█████████▊| 546/554 [00:19<00:00, 33.29it/s]
230
  99%|█████████▉| 550/554 [00:19<00:00, 32.68it/s]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ loading annotations into memory...
2
+ Done (t=0.03s)
3
+ creating index...
4
+ index created!
5
+ 一共554 张
6
+ loading annotations into memory...
7
+ Done (t=0.03s)
8
+ creating index...
9
+ index created!
10
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/gsd/img/gt
11
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/gsd/img
12
+
13
  0%| | 0/554 [00:00<?, ?it/s]
14
  0%| | 1/554 [00:00<03:41, 2.50it/s]
15
  1%|▏ | 8/554 [00:00<00:27, 19.94it/s]
16
  3%|▎ | 15/554 [00:00<00:16, 33.22it/s]
17
  4%|▍ | 22/554 [00:00<00:12, 43.04it/s]
18
  5%|▌ | 30/554 [00:00<00:10, 51.55it/s]
19
  7%|▋ | 37/554 [00:00<00:09, 56.68it/s]
20
  8%|▊ | 45/554 [00:01<00:08, 60.69it/s]
21
  9%|▉ | 52/554 [00:01<00:08, 62.72it/s]
22
  11%|█ | 59/554 [00:01<00:07, 64.04it/s]
23
  12%|█▏ | 66/554 [00:01<00:07, 64.96it/s]
24
  13%|█▎ | 73/554 [00:01<00:07, 65.77it/s]
25
  14%|█▍ | 80/554 [00:01<00:07, 66.24it/s]
26
  16%|█▌ | 87/554 [00:01<00:06, 67.21it/s]
27
  17%|█▋ | 94/554 [00:01<00:06, 67.65it/s]
28
  18%|█▊ | 102/554 [00:01<00:06, 68.71it/s]
29
  20%|█▉ | 109/554 [00:01<00:06, 68.74it/s]
30
  21%|██ | 116/554 [00:02<00:06, 68.53it/s]
31
  22%|██▏ | 123/554 [00:02<00:06, 68.03it/s]
32
  24%|██▎ | 131/554 [00:02<00:06, 68.79it/s]
33
  25%|██▍ | 138/554 [00:02<00:06, 67.36it/s]
34
  26%|██▌ | 145/554 [00:02<00:06, 67.21it/s]
35
  27%|██▋ | 152/554 [00:02<00:05, 67.44it/s]
36
  29%|██▉ | 160/554 [00:02<00:05, 68.48it/s]
37
  30%|███ | 167/554 [00:02<00:05, 68.58it/s]
38
  31%|███▏ | 174/554 [00:02<00:05, 68.20it/s]
39
  33%|███▎ | 181/554 [00:03<00:05, 67.07it/s]
40
  34%|███▍ | 189/554 [00:03<00:05, 68.25it/s]
41
  35%|███▌ | 196/554 [00:03<00:05, 68.48it/s]
42
  37%|███▋ | 203/554 [00:03<00:05, 68.34it/s]
43
  38%|███▊ | 210/554 [00:03<00:05, 68.09it/s]
44
  39%|███▉ | 218/554 [00:03<00:04, 69.15it/s]
45
  41%|████ | 226/554 [00:03<00:04, 69.84it/s]
46
  42%|████▏ | 234/554 [00:03<00:04, 70.13it/s]
47
  44%|████▎ | 242/554 [00:03<00:04, 69.25it/s]
48
  45%|████▍ | 249/554 [00:04<00:04, 67.02it/s]
49
  46%|████▌ | 256/554 [00:04<00:04, 67.38it/s]
50
  47%|████▋ | 263/554 [00:04<00:04, 67.52it/s]
51
  49%|████▊ | 270/554 [00:04<00:04, 66.50it/s]
52
  50%|█████ | 277/554 [00:04<00:04, 67.10it/s]
53
  51%|█████▏ | 284/554 [00:04<00:03, 67.86it/s]
54
  53%|█████▎ | 291/554 [00:04<00:03, 68.18it/s]
55
  54%|█████▍ | 298/554 [00:04<00:03, 67.29it/s]
56
  55%|█████▌ | 305/554 [00:04<00:03, 67.20it/s]
57
  56%|█████▋ | 312/554 [00:04<00:03, 67.87it/s]
58
  58%|█████▊ | 319/554 [00:05<00:03, 68.20it/s]
59
  59%|█████▉ | 327/554 [00:05<00:03, 69.01it/s]
60
  60%|██████ | 334/554 [00:05<00:03, 66.84it/s]
61
  62%|██████▏ | 341/554 [00:05<00:03, 66.10it/s]
62
  63%|██████▎ | 348/554 [00:05<00:03, 66.51it/s]
63
  64%|██████▍ | 355/554 [00:05<00:03, 62.99it/s]
64
  65%|██████▌ | 362/554 [00:05<00:03, 63.25it/s]
65
  67%|██████▋ | 370/554 [00:05<00:02, 65.79it/s]
66
  68%|██████▊ | 377/554 [00:05<00:02, 65.47it/s]
67
  69%|██████▉ | 384/554 [00:06<00:02, 66.00it/s]
68
  71%|███████ | 392/554 [00:06<00:02, 67.75it/s]
69
  72%|███████▏ | 399/554 [00:06<00:02, 65.79it/s]
70
  73%|███████▎ | 406/554 [00:06<00:02, 64.53it/s]
71
  75%|███████▍ | 413/554 [00:06<00:02, 64.66it/s]
72
  76%|███████▌ | 420/554 [00:06<00:02, 65.38it/s]
73
  77%|███████▋ | 427/554 [00:06<00:01, 66.62it/s]
74
  78%|███████▊ | 434/554 [00:06<00:01, 66.34it/s]
75
  80%|███████▉ | 441/554 [00:06<00:01, 65.35it/s]
76
  81%|████████ | 448/554 [00:07<00:01, 63.36it/s]
77
  82%|████████▏ | 455/554 [00:07<00:01, 62.80it/s]
78
  84%|████████▎ | 463/554 [00:07<00:01, 65.23it/s]
79
  85%|████████▍ | 470/554 [00:07<00:01, 65.72it/s]
80
  86%|████████▋ | 478/554 [00:07<00:01, 66.90it/s]
81
  88%|████████▊ | 485/554 [00:07<00:01, 64.85it/s]
82
  89%|████████▉ | 493/554 [00:07<00:00, 66.19it/s]
83
  90%|█████████ | 500/554 [00:07<00:00, 66.34it/s]
84
  92%|█████████▏| 507/554 [00:07<00:00, 65.09it/s]
85
  93%|█████████▎| 514/554 [00:08<00:00, 64.22it/s]
86
  94%|█████████▍| 521/554 [00:08<00:00, 63.97it/s]
87
  95%|█████████▌| 528/554 [00:08<00:00, 64.74it/s]
88
  97%|█████████▋| 535/554 [00:08<00:00, 65.04it/s]
89
  98%|█████████▊| 542/554 [00:08<00:00, 65.28it/s]
90
  99%|█████████▉| 549/554 [00:08<00:00, 65.55it/s]
91
+
92
  0%| | 0/554 [00:00<?, ?it/s]
93
  1%| | 3/554 [00:00<00:21, 25.48it/s]
94
  1%|▏ | 7/554 [00:00<00:19, 28.73it/s]
95
  2%|▏ | 11/554 [00:00<00:18, 29.98it/s]
96
  3%|▎ | 14/554 [00:00<00:18, 29.93it/s]
97
  3%|▎ | 18/554 [00:00<00:17, 30.51it/s]
98
  4%|▍ | 22/554 [00:00<00:16, 31.44it/s]
99
  5%|▍ | 26/554 [00:00<00:17, 30.92it/s]
100
  5%|▌ | 30/554 [00:00<00:16, 31.06it/s]
101
  6%|▌ | 34/554 [00:01<00:17, 30.22it/s]
102
  7%|▋ | 38/554 [00:01<00:17, 28.69it/s]
103
  7%|▋ | 41/554 [00:01<00:18, 27.95it/s]
104
  8%|▊ | 44/554 [00:01<00:18, 27.61it/s]
105
  8%|▊ | 47/554 [00:01<00:18, 27.37it/s]
106
  9%|▉ | 50/554 [00:01<00:18, 26.55it/s]
107
  10%|▉ | 53/554 [00:01<00:19, 26.10it/s]
108
  10%|█ | 56/554 [00:01<00:19, 26.19it/s]
109
  11%|█ | 59/554 [00:02<00:18, 26.54it/s]
110
  11%|█ | 62/554 [00:02<00:18, 26.52it/s]
111
  12%|█▏ | 65/554 [00:02<00:18, 27.10it/s]
112
  12%|█▏ | 68/554 [00:02<00:17, 27.10it/s]
113
  13%|█▎ | 71/554 [00:02<00:17, 27.29it/s]
114
  13%|█▎ | 74/554 [00:02<00:17, 27.49it/s]
115
  14%|█▍ | 77/554 [00:02<00:17, 26.51it/s]
116
  14%|█▍ | 80/554 [00:02<00:18, 26.32it/s]
117
  15%|█▍ | 83/554 [00:02<00:17, 26.22it/s]
118
  16%|█▌ | 86/554 [00:03<00:17, 26.35it/s]
119
  16%|█▌ | 89/554 [00:03<00:17, 26.79it/s]
120
  17%|█▋ | 92/554 [00:03<00:16, 27.44it/s]
121
  17%|█▋ | 95/554 [00:03<00:16, 27.35it/s]
122
  18%|█▊ | 98/554 [00:03<00:17, 26.53it/s]
123
  18%|█▊ | 101/554 [00:03<00:17, 26.64it/s]
124
  19%|█▉ | 104/554 [00:03<00:17, 25.76it/s]
125
  19%|█▉ | 107/554 [00:03<00:17, 26.19it/s]
126
  20%|█▉ | 110/554 [00:04<00:17, 25.64it/s]
127
  20%|██ | 113/554 [00:04<00:17, 24.65it/s]
128
  21%|██ | 117/554 [00:04<00:16, 26.77it/s]
129
  22%|██▏ | 120/554 [00:04<00:16, 26.96it/s]
130
  22%|██▏ | 123/554 [00:04<00:15, 27.58it/s]
131
  23%|██▎ | 127/554 [00:04<00:14, 28.70it/s]
132
  23%|██▎ | 130/554 [00:04<00:14, 28.56it/s]
133
  24%|██▍ | 134/554 [00:04<00:14, 29.18it/s]
134
  25%|██▍ | 138/554 [00:04<00:13, 29.73it/s]
135
  25%|██▌ | 141/554 [00:05<00:13, 29.59it/s]
136
  26%|██▌ | 145/554 [00:05<00:13, 30.30it/s]
137
  27%|██▋ | 149/554 [00:05<00:13, 30.46it/s]
138
  28%|██▊ | 153/554 [00:05<00:13, 30.76it/s]
139
  28%|██▊ | 157/554 [00:05<00:12, 31.14it/s]
140
  29%|██▉ | 161/554 [00:05<00:12, 31.62it/s]
141
  30%|██▉ | 165/554 [00:05<00:12, 31.74it/s]
142
  31%|███ | 169/554 [00:05<00:11, 32.15it/s]
143
  31%|███ | 173/554 [00:06<00:12, 31.68it/s]
144
  32%|███▏ | 177/554 [00:06<00:11, 31.72it/s]
145
  33%|███▎ | 181/554 [00:06<00:11, 31.21it/s]
146
  33%|███▎ | 185/554 [00:06<00:11, 31.23it/s]
147
  34%|███▍ | 189/554 [00:06<00:11, 31.76it/s]
148
  35%|███▍ | 193/554 [00:06<00:11, 31.69it/s]
149
  36%|███▌ | 197/554 [00:06<00:11, 31.88it/s]
150
  36%|███▋ | 201/554 [00:06<00:11, 31.27it/s]
151
  37%|███▋ | 205/554 [00:07<00:11, 31.25it/s]
152
  38%|███▊ | 209/554 [00:07<00:11, 30.14it/s]
153
  38%|███▊ | 213/554 [00:07<00:11, 30.80it/s]
154
  39%|███▉ | 217/554 [00:07<00:10, 31.18it/s]
155
  40%|███▉ | 221/554 [00:07<00:10, 31.43it/s]
156
  41%|████ | 225/554 [00:07<00:10, 32.11it/s]
157
  41%|████▏ | 229/554 [00:07<00:10, 31.28it/s]
158
  42%|████▏ | 233/554 [00:08<00:10, 31.32it/s]
159
  43%|████▎ | 237/554 [00:08<00:10, 31.00it/s]
160
  44%|████▎ | 241/554 [00:08<00:10, 31.02it/s]
161
  44%|████▍ | 245/554 [00:08<00:10, 29.28it/s]
162
  45%|████▍ | 249/554 [00:08<00:10, 30.15it/s]
163
  46%|████▌ | 253/554 [00:08<00:09, 30.31it/s]
164
  46%|████▋ | 257/554 [00:08<00:09, 31.08it/s]
165
  47%|████▋ | 261/554 [00:08<00:09, 31.53it/s]
166
  48%|████▊ | 265/554 [00:09<00:09, 31.48it/s]
167
  49%|████▊ | 269/554 [00:09<00:09, 28.70it/s]
168
  49%|████▉ | 272/554 [00:09<00:11, 23.54it/s]
169
  50%|████▉ | 275/554 [00:09<00:14, 19.06it/s]
170
  50%|█████ | 278/554 [00:09<00:16, 16.84it/s]
171
  51%|█████ | 280/554 [00:10<00:17, 15.92it/s]
172
  51%|█████ | 282/554 [00:10<00:18, 15.08it/s]
173
  51%|█████▏ | 284/554 [00:10<00:18, 14.69it/s]
174
  52%|█████▏ | 286/554 [00:10<00:18, 14.16it/s]
175
  52%|█████▏ | 288/554 [00:10<00:19, 13.87it/s]
176
  52%|█████▏ | 290/554 [00:10<00:19, 13.76it/s]
177
  53%|█████▎ | 292/554 [00:10<00:19, 13.55it/s]
178
  53%|█████▎ | 294/554 [00:11<00:19, 13.44it/s]
179
  53%|█████▎ | 296/554 [00:11<00:19, 13.20it/s]
180
  54%|█████▍ | 298/554 [00:11<00:17, 14.66it/s]
181
  54%|█████▍ | 301/554 [00:11<00:14, 18.02it/s]
182
  55%|█████▍ | 304/554 [00:11<00:12, 20.38it/s]
183
  56%|█████▌ | 308/554 [00:11<00:10, 23.93it/s]
184
  56%|█████▋ | 312/554 [00:11<00:09, 26.35it/s]
185
  57%|█████▋ | 316/554 [00:11<00:08, 28.37it/s]
186
  58%|█████▊ | 320/554 [00:12<00:07, 29.38it/s]
187
  58%|█████▊ | 324/554 [00:12<00:08, 26.74it/s]
188
  59%|█████▉ | 327/554 [00:12<00:11, 20.39it/s]
189
  60%|█████▉ | 330/554 [00:12<00:10, 22.05it/s]
190
  60%|██████ | 334/554 [00:12<00:08, 25.08it/s]
191
  61%|██████ | 338/554 [00:12<00:08, 26.83it/s]
192
  62%|██████▏ | 342/554 [00:12<00:07, 28.65it/s]
193
  62%|██████▏ | 346/554 [00:13<00:06, 30.00it/s]
194
  63%|██████▎ | 350/554 [00:13<00:06, 30.88it/s]
195
  64%|██████▍ | 354/554 [00:13<00:06, 31.58it/s]
196
  65%|██████▍ | 358/554 [00:13<00:06, 31.56it/s]
197
  65%|██████▌ | 362/554 [00:13<00:06, 31.91it/s]
198
  66%|██████▌ | 366/554 [00:13<00:05, 32.35it/s]
199
  67%|██████▋ | 370/554 [00:13<00:05, 32.25it/s]
200
  68%|██████▊ | 374/554 [00:13<00:05, 31.43it/s]
201
  68%|██████▊ | 378/554 [00:14<00:05, 32.13it/s]
202
  69%|██████▉ | 382/554 [00:14<00:05, 32.48it/s]
203
  70%|██████▉ | 386/554 [00:14<00:05, 32.37it/s]
204
  70%|███████ | 390/554 [00:14<00:04, 32.96it/s]
205
  71%|███████ | 394/554 [00:14<00:04, 32.93it/s]
206
  72%|███████▏ | 398/554 [00:14<00:04, 33.14it/s]
207
  73%|███████▎ | 402/554 [00:14<00:04, 33.24it/s]
208
  73%|███████▎ | 406/554 [00:14<00:04, 32.92it/s]
209
  74%|███████▍ | 410/554 [00:15<00:04, 32.68it/s]
210
  75%|███████▍ | 414/554 [00:15<00:04, 32.34it/s]
211
  75%|███████▌ | 418/554 [00:15<00:04, 32.61it/s]
212
  76%|███████▌ | 422/554 [00:15<00:04, 32.52it/s]
213
  77%|███████▋ | 426/554 [00:15<00:03, 32.62it/s]
214
  78%|███████▊ | 430/554 [00:15<00:03, 32.40it/s]
215
  78%|███████▊ | 434/554 [00:15<00:03, 32.64it/s]
216
  79%|███████▉ | 438/554 [00:15<00:03, 32.64it/s]
217
  80%|███████▉ | 442/554 [00:16<00:03, 32.53it/s]
218
  81%|████████ | 446/554 [00:16<00:03, 32.63it/s]
219
  81%|████████ | 450/554 [00:16<00:03, 32.75it/s]
220
  82%|████████▏ | 454/554 [00:16<00:03, 33.13it/s]
221
  83%|████████▎ | 458/554 [00:16<00:02, 33.40it/s]
222
  83%|████████▎ | 462/554 [00:16<00:02, 33.58it/s]
223
  84%|████████▍ | 466/554 [00:16<00:02, 33.52it/s]
224
  85%|████████▍ | 470/554 [00:16<00:02, 33.33it/s]
225
  86%|████████▌ | 474/554 [00:16<00:02, 33.05it/s]
226
  86%|████████▋ | 478/554 [00:17<00:02, 33.43it/s]
227
  87%|████████▋ | 482/554 [00:17<00:02, 32.90it/s]
228
  88%|████████▊ | 486/554 [00:17<00:02, 33.21it/s]
229
  88%|████████▊ | 490/554 [00:17<00:01, 33.61it/s]
230
  89%|████████▉ | 494/554 [00:17<00:01, 33.63it/s]
231
  90%|████████▉ | 498/554 [00:17<00:01, 33.48it/s]
232
  91%|█████████ | 502/554 [00:17<00:01, 33.30it/s]
233
  91%|█████████▏| 506/554 [00:17<00:01, 33.61it/s]
234
  92%|█████████▏| 510/554 [00:18<00:01, 33.86it/s]
235
  93%|█████████▎| 514/554 [00:18<00:01, 33.19it/s]
236
  94%|█████████▎| 518/554 [00:18<00:01, 33.49it/s]
237
  94%|█████████▍| 522/554 [00:18<00:00, 34.29it/s]
238
  95%|█████████▍| 526/554 [00:18<00:00, 34.03it/s]
239
  96%|█████████▌| 530/554 [00:18<00:00, 33.88it/s]
240
  96%|█████████▋| 534/554 [00:18<00:00, 33.77it/s]
241
  97%|█████████▋| 538/554 [00:18<00:00, 34.01it/s]
242
  98%|█████████▊| 542/554 [00:19<00:00, 33.22it/s]
243
  99%|█████████▊| 546/554 [00:19<00:00, 33.29it/s]
244
  99%|█████████▉| 550/554 [00:19<00:00, 32.68it/s]
245
+ FID: 102.64291574962897
246
+
247
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
248
+ warnings.warn(*args, **kwargs)
249
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
250
+ warnings.warn(
251
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
252
+ DINO_I: 0.12038552016019821
253
+
254
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
255
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
256
+ with torch.cuda.amp.autocast():
257
+
258
+ WARNING:huggingface_hub.utils._http:'(ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: a67fcca2-7335-4bb8-89ad-5f427e21b640)')' thrown while requesting HEAD https://huggingface.co/xswu/HPSv2/resolve/main/HPS_v2.1_compressed.pt
259
+ Retrying in 1s [Retry 1/5].
260
+ WARNING:huggingface_hub.utils._http:Retrying in 1s [Retry 1/5].
261
+
262
+ WARNING:huggingface_hub.utils._http:'(ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: 241f7f09-1b72-4e2d-9975-cf1a1d5899d4)')' thrown while requesting HEAD https://huggingface.co/xswu/HPSv2/resolve/main/HPS_v2.1_compressed.pt
263
+ Retrying in 1s [Retry 1/5].
264
+ WARNING:huggingface_hub.utils._http:Retrying in 1s [Retry 1/5].
265
+
266
+ WARNING:huggingface_hub.utils._http:'(ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: ba68568b-efaf-45de-b261-b22e5ea15083)')' thrown while requesting HEAD https://huggingface.co/xswu/HPSv2/resolve/main/HPS_v2.1_compressed.pt
267
+ Retrying in 1s [Retry 1/5].
268
+ WARNING:huggingface_hub.utils._http:Retrying in 1s [Retry 1/5].
269
+ '(ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: c9f7997b-9a4d-4af8-93e9-3e2e85c296c6)')' thrown while requesting HEAD https://huggingface.co/xswu/HPSv2/resolve/main/HPS_v2.1_compressed.pt
270
+ WARNING:huggingface_hub.utils._http:'(ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: c9f7997b-9a4d-4af8-93e9-3e2e85c296c6)')' thrown while requesting HEAD https://huggingface.co/xswu/HPSv2/resolve/main/HPS_v2.1_compressed.pt
271
+ Retrying in 2s [Retry 2/5].
272
+ WARNING:huggingface_hub.utils._http:Retrying in 2s [Retry 2/5].
273
+
274
+ WARNING:huggingface_hub.utils._http:'(ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: e4fc11b2-5ccf-44af-af1f-6af66e4b39b5)')' thrown while requesting HEAD https://huggingface.co/xswu/HPSv2/resolve/main/HPS_v2.1_compressed.pt
275
+ Retrying in 1s [Retry 1/5].
276
+ WARNING:huggingface_hub.utils._http:Retrying in 1s [Retry 1/5].
277
+
278
+ INFO:absl:FID: 102.64291574962897
279
+ INFO:absl:DINO_I: 0.12038552016019821
280
+ INFO:absl:IS: (tensor(17.6601, device='cuda:0'), tensor(1.5699, device='cuda:0'))
281
+ INFO:absl:CLIP_T: 0.1882628591105826
282
+ INFO:absl:HPSv2: 0.29271998216098827
283
+ INFO:absl:Aesthetic: 6.625231840980613
284
+ Scores:
285
+ FID: 102.64291574962897
286
+ DINO_I: 0.12038552016019821
287
+ IS: (tensor(17.6601, device='cuda:0'), tensor(1.5699, device='cuda:0'))
288
+ CLIP_T: 0.1882628591105826
289
+ HPSv2: 0.29271998216098827
290
+ Aesthetic: 6.625231840980613
scripts/eval/slurm-6226597.out ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
0
  0%| | 0/497 [00:00<?, ?it/s]
1
  0%| | 1/497 [00:00<04:51, 1.70it/s]
2
  1%| | 3/497 [00:00<01:37, 5.07it/s]
3
  1%| | 6/497 [00:00<00:51, 9.53it/s]
4
  2%|▏ | 9/497 [00:00<00:37, 13.09it/s]
5
  2%|▏ | 12/497 [00:01<00:29, 16.49it/s]
6
  3%|▎ | 16/497 [00:01<00:22, 21.05it/s]
7
  4%|▍ | 20/497 [00:01<00:19, 24.80it/s]
8
  5%|▍ | 23/497 [00:01<00:18, 25.14it/s]
9
  5%|▌ | 26/497 [00:01<00:19, 24.43it/s]
10
  6%|▌ | 29/497 [00:01<00:20, 22.46it/s]
11
  7%|▋ | 33/497 [00:01<00:18, 25.27it/s]
12
  7%|▋ | 37/497 [00:02<00:18, 25.31it/s]
13
  8%|▊ | 40/497 [00:02<00:17, 25.91it/s]
14
  9%|▉ | 44/497 [00:02<00:16, 27.88it/s]
15
  9%|▉ | 47/497 [00:02<00:17, 26.36it/s]
16
  10%|█ | 50/497 [00:02<00:20, 21.93it/s]
17
  11%|█ | 54/497 [00:02<00:18, 24.20it/s]
18
  12%|█▏ | 58/497 [00:02<00:17, 24.92it/s]
19
  12%|█▏ | 61/497 [00:03<00:18, 23.20it/s]
20
  13%|█▎ | 64/497 [00:03<00:20, 21.49it/s]
21
  13%|█▎ | 67/497 [00:03<00:18, 23.23it/s]
22
  14%|█▍ | 70/497 [00:03<00:19, 21.91it/s]
23
  15%|█▍ | 73/497 [00:03<00:21, 20.01it/s]
24
  15%|█▌ | 76/497 [00:03<00:19, 21.52it/s]
25
  16%|█▌ | 79/497 [00:03<00:20, 20.79it/s]
26
  16%|█▋ | 82/497 [00:04<00:21, 19.31it/s]
27
  17%|█▋ | 85/497 [00:04<00:20, 20.21it/s]
28
  18%|█▊ | 88/497 [00:04<00:18, 21.64it/s]
29
  18%|█▊ | 91/497 [00:04<00:17, 23.38it/s]
30
  19%|█▉ | 94/497 [00:04<00:16, 24.49it/s]
31
  20%|█▉ | 97/497 [00:04<00:16, 23.60it/s]
32
  20%|██ | 101/497 [00:04<00:14, 27.60it/s]
33
  21%|██ | 104/497 [00:04<00:14, 26.68it/s]
34
  22%|██▏ | 108/497 [00:05<00:14, 26.56it/s]
35
  22%|██▏ | 111/497 [00:05<00:16, 23.62it/s]
36
  23%|██▎ | 114/497 [00:05<00:16, 23.22it/s]
37
  24%|██▎ | 117/497 [00:05<00:16, 22.74it/s]
38
  24%|██▍ | 120/497 [00:05<00:15, 23.71it/s]
39
  25%|██▍ | 123/497 [00:05<00:16, 22.96it/s]
40
  26%|██▌ | 127/497 [00:05<00:15, 23.75it/s]
41
  26%|██▌ | 130/497 [00:06<00:15, 23.29it/s]
42
  27%|██▋ | 133/497 [00:06<00:15, 23.24it/s]
43
  27%|██▋ | 136/497 [00:06<00:15, 23.65it/s]
44
  28%|██▊ | 140/497 [00:06<00:14, 24.90it/s]
45
  29%|██▉ | 144/497 [00:06<00:14, 24.66it/s]
46
  30%|██▉ | 147/497 [00:06<00:16, 20.70it/s]
47
  30%|███ | 150/497 [00:06<00:16, 20.84it/s]
48
  31%|███ | 153/497 [00:07<00:16, 20.54it/s]
49
  32%|███▏ | 157/497 [00:07<00:14, 24.03it/s]
50
  32%|███▏ | 160/497 [00:07<00:13, 25.10it/s]
51
  33%|███▎ | 163/497 [00:07<00:14, 22.55it/s]
52
  33%|███▎ | 166/497 [00:07<00:14, 22.22it/s]
53
  34%|███▍ | 169/497 [00:07<00:14, 22.40it/s]
54
  35%|███▍ | 172/497 [00:07<00:13, 23.86it/s]
55
  35%|███▌ | 175/497 [00:07<00:12, 25.19it/s]
56
  36%|███▌ | 179/497 [00:08<00:11, 27.48it/s]
57
  37%|███▋ | 182/497 [00:08<00:13, 23.87it/s]
58
  37%|███▋ | 185/497 [00:08<00:12, 24.32it/s]
59
  38%|███▊ | 188/497 [00:08<00:12, 24.82it/s]
60
  38%|███▊ | 191/497 [00:08<00:12, 24.51it/s]
61
  39%|███▉ | 194/497 [00:08<00:12, 24.04it/s]
62
  40%|███▉ | 197/497 [00:08<00:12, 23.98it/s]
63
  40%|████ | 200/497 [00:08<00:11, 25.03it/s]
64
  41%|████ | 203/497 [00:09<00:12, 23.53it/s]
65
  42%|████▏ | 207/497 [00:09<00:11, 24.77it/s]
66
  42%|████▏ | 211/497 [00:09<00:10, 26.98it/s]
67
  43%|████▎ | 214/497 [00:09<00:11, 24.19it/s]
68
  44%|████▎ | 217/497 [00:09<00:12, 22.98it/s]
69
  44%|████▍ | 221/497 [00:09<00:10, 26.67it/s]
70
  45%|████▌ | 224/497 [00:09<00:11, 24.69it/s]
71
  46%|████▌ | 227/497 [00:10<00:11, 22.56it/s]
72
  46%|████▋ | 231/497 [00:10<00:10, 25.98it/s]
73
  47%|████▋ | 234/497 [00:10<00:10, 24.89it/s]
74
  48%|████▊ | 237/497 [00:10<00:10, 25.09it/s]
75
  48%|████▊ | 240/497 [00:10<00:11, 22.73it/s]
76
  49%|████▉ | 243/497 [00:10<00:11, 23.06it/s]
77
  49%|████▉ | 246/497 [00:10<00:11, 22.32it/s]
78
  50%|█████ | 249/497 [00:11<00:10, 23.20it/s]
79
  51%|█████ | 253/497 [00:11<00:08, 27.33it/s]
80
  52%|█████▏ | 256/497 [00:11<00:09, 24.72it/s]
81
  52%|█████▏ | 259/497 [00:11<00:12, 19.44it/s]
82
  53%|█████▎ | 265/497 [00:11<00:08, 27.08it/s]
83
  54%|█████▍ | 269/497 [00:11<00:08, 27.17it/s]
84
  55%|█████▌ | 275/497 [00:11<00:06, 33.31it/s]
85
  57%|█████▋ | 281/497 [00:11<00:05, 38.94it/s]
86
  58%|█████▊ | 288/497 [00:12<00:04, 44.89it/s]
87
  59%|█████▉ | 294/497 [00:12<00:04, 47.50it/s]
88
  60%|██████ | 300/497 [00:12<00:03, 49.76it/s]
89
  62%|██████▏ | 306/497 [00:12<00:03, 51.95it/s]
90
  63%|██████▎ | 312/497 [00:12<00:03, 53.12it/s]
91
  64%|██████▍ | 318/497 [00:12<00:03, 53.49it/s]
92
  65%|██████▌ | 325/497 [00:12<00:03, 54.90it/s]
93
  67%|██████▋ | 331/497 [00:12<00:03, 52.56it/s]
94
  68%|██████▊ | 337/497 [00:13<00:03, 48.73it/s]
95
  69%|██████▉ | 344/497 [00:13<00:02, 51.29it/s]
96
  71%|███████ | 351/497 [00:13<00:02, 54.75it/s]
97
  72%|███████▏ | 357/497 [00:13<00:02, 54.52it/s]
98
  73%|███████▎ | 363/497 [00:13<00:02, 54.75it/s]
99
  74%|███████▍ | 369/497 [00:13<00:02, 54.22it/s]
100
  75%|███████▌ | 375/497 [00:13<00:02, 53.64it/s]
101
  77%|███████▋ | 381/497 [00:13<00:02, 54.51it/s]
102
  78%|███████▊ | 387/497 [00:13<00:02, 47.61it/s]
103
  79%|███████▉ | 393/497 [00:14<00:02, 50.31it/s]
104
  80%|████████ | 399/497 [00:14<00:01, 52.54it/s]
105
  81%|████████▏ | 405/497 [00:14<00:01, 48.47it/s]
106
  83%|████████▎ | 412/497 [00:14<00:01, 50.30it/s]
107
  84%|████████▍ | 418/497 [00:14<00:01, 50.90it/s]
108
  85%|████████▌ | 424/497 [00:14<00:01, 47.22it/s]
109
  87%|████████▋ | 430/497 [00:14<00:01, 50.32it/s]
110
  88%|████████▊ | 436/497 [00:14<00:01, 51.60it/s]
111
  89%|████████▉ | 443/497 [00:15<00:00, 55.13it/s]
112
  90%|█████████ | 449/497 [00:15<00:01, 45.48it/s]
113
  91%|█████████▏| 454/497 [00:15<00:01, 40.51it/s]
114
  92%|█████████▏| 459/497 [00:15<00:00, 40.74it/s]
115
  93%|█████████▎| 464/497 [00:15<00:00, 42.86it/s]
116
  95%|█████████▍| 470/497 [00:15<00:00, 46.03it/s]
117
  96%|█████████▌| 475/497 [00:15<00:00, 41.95it/s]
118
  97%|█████████▋| 480/497 [00:15<00:00, 43.83it/s]
119
  98%|█████████▊| 486/497 [00:16<00:00, 44.91it/s]
120
  99%|█████████▉| 492/497 [00:16<00:00, 47.34it/s]
 
121
  0%| | 0/497 [00:00<?, ?it/s]
122
  1%| | 3/497 [00:00<00:18, 26.73it/s]
123
  1%| | 6/497 [00:00<00:17, 28.20it/s]
124
  2%|▏ | 10/497 [00:00<00:16, 29.18it/s]
125
  3%|▎ | 13/497 [00:00<00:16, 29.45it/s]
126
  3%|▎ | 16/497 [00:00<00:16, 29.60it/s]
127
  4%|▍ | 20/497 [00:00<00:15, 30.36it/s]
128
  5%|▍ | 24/497 [00:00<00:15, 29.71it/s]
129
  5%|▌ | 27/497 [00:00<00:16, 29.05it/s]
130
  6%|▌ | 31/497 [00:01<00:16, 28.87it/s]
131
  7%|▋ | 34/497 [00:01<00:17, 26.95it/s]
132
  8%|▊ | 38/497 [00:01<00:16, 28.34it/s]
133
  8%|▊ | 41/497 [00:01<00:17, 25.42it/s]
134
  9%|▉ | 44/497 [00:01<00:17, 26.36it/s]
135
  9%|▉ | 47/497 [00:01<00:16, 27.09it/s]
136
  10%|█ | 50/497 [00:01<00:16, 27.59it/s]
137
  11%|█ | 53/497 [00:01<00:15, 28.08it/s]
138
  11%|█▏ | 56/497 [00:01<00:15, 27.74it/s]
139
  12%|█▏ | 60/497 [00:02<00:16, 27.06it/s]
140
  13%|█▎ | 63/497 [00:02<00:17, 25.17it/s]
141
  13%|█▎ | 66/497 [00:02<00:16, 25.74it/s]
142
  14%|█▍ | 69/497 [00:02<00:16, 26.60it/s]
143
  14%|█▍ | 72/497 [00:02<00:15, 27.44it/s]
144
  15%|█▌ | 76/497 [00:02<00:14, 28.62it/s]
145
  16%|█▌ | 79/497 [00:02<00:14, 28.78it/s]
146
  16%|█▋ | 82/497 [00:02<00:15, 26.93it/s]
147
  17%|█▋ | 85/497 [00:03<00:15, 27.35it/s]
148
  18%|█▊ | 89/497 [00:03<00:14, 28.46it/s]
149
  19%|█▊ | 93/497 [00:03<00:13, 29.63it/s]
150
  19%|█▉ | 96/497 [00:03<00:13, 29.53it/s]
151
  20%|██ | 100/497 [00:03<00:13, 29.68it/s]
152
  21%|██ | 103/497 [00:03<00:13, 29.67it/s]
153
  21%|██▏ | 106/497 [00:03<00:13, 28.23it/s]
154
  22%|██▏ | 109/497 [00:03<00:13, 28.45it/s]
155
  23%|██▎ | 112/497 [00:03<00:13, 27.97it/s]
156
  23%|██▎ | 115/497 [00:04<00:13, 27.91it/s]
157
  24%|██▎ | 118/497 [00:04<00:13, 28.21it/s]
158
  25%|██▍ | 122/497 [00:04<00:12, 29.31it/s]
159
  25%|██▌ | 126/497 [00:04<00:12, 29.50it/s]
160
  26%|██▌ | 130/497 [00:04<00:12, 29.86it/s]
161
  27%|██▋ | 133/497 [00:04<00:13, 27.55it/s]
162
  27%|██▋ | 136/497 [00:04<00:13, 27.69it/s]
163
  28%|██▊ | 139/497 [00:04<00:13, 27.47it/s]
164
  29%|██▉ | 143/497 [00:05<00:12, 28.23it/s]
165
  29%|██▉ | 146/497 [00:05<00:12, 28.35it/s]
166
  30%|███ | 150/497 [00:05<00:11, 29.18it/s]
167
  31%|███ | 154/497 [00:05<00:12, 28.50it/s]
168
  32%|███▏ | 157/497 [00:05<00:12, 28.15it/s]
169
  32%|███▏ | 160/497 [00:05<00:11, 28.59it/s]
170
  33%|███▎ | 163/497 [00:05<00:11, 27.96it/s]
171
  34%|███▎ | 167/497 [00:05<00:11, 29.18it/s]
172
  34%|███▍ | 171/497 [00:06<00:11, 29.41it/s]
173
  35%|███▌ | 174/497 [00:06<00:11, 28.88it/s]
174
  36%|███▌ | 178/497 [00:06<00:10, 29.48it/s]
175
  36%|███▋ | 181/497 [00:06<00:10, 29.58it/s]
176
  37%|███▋ | 185/497 [00:06<00:10, 29.97it/s]
177
  38%|███▊ | 188/497 [00:06<00:10, 29.92it/s]
178
  38%|███▊ | 191/497 [00:06<00:10, 29.56it/s]
179
  39%|███▉ | 194/497 [00:06<00:10, 28.65it/s]
180
  40%|███▉ | 197/497 [00:07<00:15, 19.15it/s]
181
  40%|████ | 200/497 [00:07<00:26, 11.39it/s]
182
  41%|████ | 202/497 [00:08<00:36, 8.02it/s]
183
  41%|████ | 204/497 [00:08<00:42, 6.83it/s]
184
  41%|████▏ | 206/497 [00:09<00:48, 5.94it/s]
185
  42%|████▏ | 207/497 [00:09<00:50, 5.77it/s]
186
  42%|████▏ | 208/497 [00:09<00:53, 5.43it/s]
187
  42%|████▏ | 209/497 [00:09<00:55, 5.16it/s]
188
  42%|████▏ | 210/497 [00:09<00:56, 5.08it/s]
189
  42%|████▏ | 211/497 [00:10<00:55, 5.12it/s]
190
  43%|████▎ | 212/497 [00:10<00:57, 4.93it/s]
191
  43%|████▎ | 213/497 [00:10<00:59, 4.80it/s]
192
  43%|████▎ | 214/497 [00:10<00:57, 4.89it/s]
193
  43%|████▎ | 215/497 [00:10<00:54, 5.14it/s]
194
  43%|████▎ | 216/497 [00:11<00:53, 5.24it/s]
195
  44%|████▎ | 217/497 [00:11<00:52, 5.35it/s]
196
  44%|████▍ | 218/497 [00:11<00:50, 5.53it/s]
197
  44%|████▍ | 219/497 [00:11<00:50, 5.50it/s]
198
  44%|████▍ | 220/497 [00:11<00:52, 5.27it/s]
199
  44%|████▍ | 221/497 [00:12<01:00, 4.57it/s]
200
  45%|████▍ | 222/497 [00:12<01:07, 4.09it/s]
201
  45%|████▍ | 223/497 [00:12<01:07, 4.08it/s]
202
  45%|████▌ | 224/497 [00:12<01:07, 4.06it/s]
203
  45%|████▌ | 225/497 [00:13<01:08, 3.96it/s]
204
  45%|████▌ | 226/497 [00:13<01:04, 4.21it/s]
205
  46%|████▌ | 227/497 [00:13<00:59, 4.52it/s]
206
  46%|████▌ | 228/497 [00:13<00:55, 4.83it/s]
207
  46%|████▌ | 229/497 [00:13<00:53, 4.98it/s]
208
  46%|████▋ | 230/497 [00:14<00:51, 5.20it/s]
209
  46%|████▋ | 231/497 [00:14<00:47, 5.65it/s]
210
  47%|████▋ | 232/497 [00:14<00:45, 5.79it/s]
211
  47%|████▋ | 233/497 [00:14<00:47, 5.60it/s]
212
  47%|████▋ | 234/497 [00:14<00:48, 5.45it/s]
213
  47%|████▋ | 235/497 [00:14<00:46, 5.67it/s]
214
  47%|████▋ | 236/497 [00:15<00:44, 5.92it/s]
215
  48%|████▊ | 237/497 [00:15<00:45, 5.72it/s]
216
  48%|████▊ | 238/497 [00:15<00:45, 5.65it/s]
217
  48%|████▊ | 239/497 [00:15<00:44, 5.86it/s]
218
  48%|████▊ | 240/497 [00:15<00:43, 5.90it/s]
219
  48%|████▊ | 241/497 [00:16<00:47, 5.40it/s]
220
  49%|████▊ | 242/497 [00:16<00:51, 5.00it/s]
221
  49%|████▉ | 243/497 [00:16<00:53, 4.77it/s]
222
  49%|████▉ | 244/497 [00:16<00:57, 4.42it/s]
223
  49%|████▉ | 245/497 [00:17<00:57, 4.35it/s]
224
  49%|████▉ | 246/497 [00:17<00:55, 4.55it/s]
225
  50%|████▉ | 247/497 [00:17<00:55, 4.51it/s]
226
  50%|████▉ | 248/497 [00:17<00:54, 4.58it/s]
227
  50%|█████ | 249/497 [00:17<00:49, 5.01it/s]
228
  50%|█████ | 250/497 [00:18<00:49, 4.97it/s]
229
  51%|█████ | 251/497 [00:18<00:51, 4.82it/s]
230
  51%|█████ | 252/497 [00:18<00:54, 4.51it/s]
231
  51%|█████ | 253/497 [00:18<00:49, 4.93it/s]
232
  51%|█████ | 254/497 [00:18<00:48, 5.01it/s]
233
  51%|█████▏ | 255/497 [00:19<00:47, 5.14it/s]
234
  52%|█████▏ | 256/497 [00:19<00:45, 5.25it/s]
235
  52%|█████▏ | 257/497 [00:19<00:45, 5.26it/s]
236
  52%|█████▏ | 258/497 [00:19<00:45, 5.20it/s]
237
  52%|█████▏ | 259/497 [00:19<00:47, 5.05it/s]
238
  52%|█████▏ | 260/497 [00:19<00:45, 5.23it/s]
239
  53%|█████▎ | 261/497 [00:20<00:44, 5.30it/s]
240
  53%|█████▎ | 262/497 [00:20<00:44, 5.24it/s]
241
  53%|█████▎ | 263/497 [00:20<00:44, 5.30it/s]
242
  53%|█████▎ | 264/497 [00:20<00:44, 5.21it/s]
243
  53%|█████▎ | 265/497 [00:20<00:43, 5.37it/s]
244
  54%|█████▎ | 266/497 [00:21<00:44, 5.16it/s]
245
  54%|█████▎ | 267/497 [00:21<00:45, 5.01it/s]
246
  54%|█████▍ | 268/497 [00:21<00:47, 4.81it/s]
247
  54%|█████▍ | 269/497 [00:21<00:43, 5.19it/s]
248
  54%|█████▍ | 270/497 [00:21<00:42, 5.32it/s]
249
  55%|█████▍ | 271/497 [00:22<00:40, 5.56it/s]
250
  55%|█████▍ | 272/497 [00:22<00:40, 5.60it/s]
251
  55%|█████▍ | 273/497 [00:22<00:39, 5.64it/s]
252
  55%|█████▌ | 274/497 [00:22<00:42, 5.30it/s]
253
  55%|█████▌ | 275/497 [00:22<00:42, 5.18it/s]
254
  56%|█████▌ | 276/497 [00:23<00:41, 5.31it/s]
255
  56%|█████▌ | 277/497 [00:23<00:43, 5.11it/s]
256
  56%|█████▌ | 278/497 [00:23<00:41, 5.21it/s]
257
  56%|█████▌ | 279/497 [00:23<00:40, 5.33it/s]
258
  56%|█████▋ | 280/497 [00:23<00:40, 5.42it/s]
259
  57%|█████▋ | 281/497 [00:23<00:41, 5.23it/s]
260
  57%|█████▋ | 282/497 [00:24<00:43, 4.97it/s]
261
  57%|█████▋ | 283/497 [00:24<00:43, 4.93it/s]
262
  57%|█████▋ | 284/497 [00:24<00:43, 4.87it/s]
263
  57%|█████▋ | 285/497 [00:24<00:46, 4.54it/s]
264
  58%|█████▊ | 286/497 [00:25<00:44, 4.74it/s]
265
  58%|█████▊ | 287/497 [00:25<00:42, 4.96it/s]
266
  58%|█████▊ | 288/497 [00:25<00:43, 4.77it/s]
267
  58%|█████▊ | 289/497 [00:25<00:44, 4.70it/s]
268
  58%|█████▊ | 290/497 [00:25<00:42, 4.87it/s]
269
  59%|█████▊ | 291/497 [00:26<00:41, 4.94it/s]
270
  59%|█████▉ | 292/497 [00:26<00:39, 5.13it/s]
271
  59%|█████▉ | 293/497 [00:26<00:39, 5.21it/s]
272
  59%|█████▉ | 294/497 [00:26<00:40, 5.00it/s]
273
  59%|█████▉ | 295/497 [00:26<00:39, 5.13it/s]
274
  60%|█████▉ | 296/497 [00:27<00:40, 5.01it/s]
275
  60%|█████▉ | 297/497 [00:27<00:40, 4.92it/s]
276
  60%|█████▉ | 298/497 [00:27<00:42, 4.64it/s]
277
  60%|██████ | 299/497 [00:27<00:44, 4.50it/s]
278
  60%|██████ | 300/497 [00:27<00:41, 4.76it/s]
279
  61%|██████ | 301/497 [00:28<00:39, 4.99it/s]
280
  61%|██████ | 302/497 [00:28<00:41, 4.73it/s]
281
  61%|██████ | 303/497 [00:28<00:39, 4.88it/s]
282
  61%|██████ | 304/497 [00:28<00:37, 5.20it/s]
283
  61%|██████▏ | 305/497 [00:28<00:34, 5.51it/s]
284
  62%|██████▏ | 306/497 [00:29<00:34, 5.55it/s]
285
  62%|██████▏ | 307/497 [00:29<00:35, 5.29it/s]
286
  62%|██████▏ | 308/497 [00:29<00:35, 5.32it/s]
287
  62%|██████▏ | 309/497 [00:29<00:35, 5.28it/s]
288
  62%|██████▏ | 310/497 [00:29<00:35, 5.31it/s]
289
  63%|██████▎ | 311/497 [00:29<00:33, 5.48it/s]
290
  63%|██████▎ | 312/497 [00:30<00:33, 5.59it/s]
291
  63%|██████▎ | 313/497 [00:30<00:33, 5.49it/s]
292
  63%|██████▎ | 314/497 [00:30<00:35, 5.16it/s]
293
  63%|██████▎ | 315/497 [00:30<00:34, 5.22it/s]
294
  64%|██████▎ | 316/497 [00:30<00:35, 5.03it/s]
295
  64%|██████▍ | 317/497 [00:31<00:36, 4.93it/s]
296
  64%|██████▍ | 318/497 [00:31<00:36, 4.89it/s]
297
  64%|██████▍ | 319/497 [00:31<00:35, 5.08it/s]
298
  64%|██████▍ | 320/497 [00:31<00:34, 5.08it/s]
299
  65%|██████▍ | 321/497 [00:31<00:34, 5.10it/s]
300
  65%|██████▍ | 322/497 [00:32<00:32, 5.34it/s]
301
  65%|██████▍ | 323/497 [00:32<00:35, 4.84it/s]
302
  65%|██████▌ | 324/497 [00:32<00:37, 4.64it/s]
303
  65%|██████▌ | 325/497 [00:32<00:36, 4.68it/s]
304
  66%|██████▌ | 326/497 [00:32<00:34, 5.02it/s]
305
  66%|██████▌ | 327/497 [00:33<00:32, 5.18it/s]
306
  66%|██████▌ | 328/497 [00:33<00:32, 5.27it/s]
307
  66%|██████▌ | 329/497 [00:33<00:31, 5.39it/s]
308
  66%|██████▋ | 330/497 [00:33<00:31, 5.36it/s]
309
  67%|██████▋ | 331/497 [00:33<00:31, 5.24it/s]
310
  67%|██████▋ | 332/497 [00:34<00:31, 5.31it/s]
311
  67%|██████▋ | 333/497 [00:34<00:29, 5.53it/s]
312
  67%|██████▋ | 334/497 [00:34<00:32, 5.09it/s]
313
  67%|██████▋ | 335/497 [00:34<00:32, 4.91it/s]
314
  68%|██████▊ | 336/497 [00:34<00:31, 5.05it/s]
315
  68%|██████▊ | 337/497 [00:35<00:31, 5.12it/s]
316
  68%|██████▊ | 338/497 [00:35<00:30, 5.14it/s]
317
  68%|██████▊ | 339/497 [00:35<00:30, 5.19it/s]
318
  68%|██████▊ | 340/497 [00:35<00:30, 5.16it/s]
319
  69%|██████▊ | 341/497 [00:35<00:31, 5.00it/s]
320
  69%|██████▉ | 342/497 [00:36<00:30, 5.10it/s]
321
  69%|██████▉ | 343/497 [00:36<00:29, 5.29it/s]
322
  69%|██████▉ | 344/497 [00:36<00:28, 5.28it/s]
323
  69%|██████▉ | 345/497 [00:36<00:29, 5.24it/s]
324
  70%|██████▉ | 346/497 [00:36<00:28, 5.26it/s]
325
  70%|██████▉ | 347/497 [00:36<00:26, 5.57it/s]
326
  70%|███████ | 348/497 [00:37<00:26, 5.62it/s]
327
  70%|███████ | 349/497 [00:37<00:26, 5.53it/s]
328
  70%|███████ | 350/497 [00:37<00:25, 5.83it/s]
329
  71%|███████ | 351/497 [00:37<00:24, 6.08it/s]
330
  71%|███████ | 352/497 [00:37<00:25, 5.77it/s]
331
  71%|███████ | 353/497 [00:37<00:24, 5.81it/s]
332
  71%|███████ | 354/497 [00:38<00:25, 5.60it/s]
333
  71%|███████▏ | 355/497 [00:38<00:24, 5.87it/s]
334
  72%|███████▏ | 356/497 [00:38<00:24, 5.86it/s]
335
  72%|███████▏ | 357/497 [00:38<00:23, 5.88it/s]
336
  72%|███████▏ | 358/497 [00:38<00:25, 5.44it/s]
337
  72%|██████��▏ | 359/497 [00:39<00:25, 5.37it/s]
338
  72%|███████▏ | 360/497 [00:39<00:26, 5.12it/s]
339
  73%|███████▎ | 361/497 [00:39<00:26, 5.15it/s]
340
  73%|███████▎ | 362/497 [00:39<00:25, 5.20it/s]
341
  73%|███████▎ | 363/497 [00:39<00:30, 4.43it/s]
342
  73%|███████▎ | 364/497 [00:40<00:32, 4.14it/s]
343
  73%|███████▎ | 365/497 [00:40<00:30, 4.35it/s]
344
  74%|███████▎ | 366/497 [00:40<00:28, 4.65it/s]
345
  74%|███████▍ | 367/497 [00:40<00:27, 4.76it/s]
346
  74%|███████▍ | 368/497 [00:40<00:25, 4.97it/s]
347
  74%|███████▍ | 369/497 [00:41<00:25, 5.00it/s]
348
  74%|███████▍ | 370/497 [00:41<00:24, 5.12it/s]
349
  75%|███████▍ | 371/497 [00:41<00:24, 5.10it/s]
350
  75%|███████▍ | 372/497 [00:41<00:23, 5.32it/s]
351
  75%|███████▌ | 373/497 [00:41<00:24, 5.10it/s]
352
  75%|███████▌ | 374/497 [00:42<00:24, 5.12it/s]
353
  75%|███████▌ | 375/497 [00:42<00:22, 5.33it/s]
354
  76%|███████▌ | 376/497 [00:42<00:22, 5.28it/s]
355
  76%|███████▌ | 377/497 [00:42<00:22, 5.38it/s]
356
  76%|███████▌ | 378/497 [00:42<00:20, 5.85it/s]
357
  76%|███████▋ | 379/497 [00:43<00:20, 5.68it/s]
358
  76%|███████▋ | 380/497 [00:43<00:21, 5.56it/s]
359
  77%|███████▋ | 381/497 [00:43<00:20, 5.55it/s]
360
  77%|███████▋ | 382/497 [00:43<00:20, 5.72it/s]
361
  77%|███████▋ | 383/497 [00:43<00:19, 5.95it/s]
362
  77%|███████▋ | 384/497 [00:43<00:18, 5.99it/s]
363
  77%|███████▋ | 385/497 [00:44<00:19, 5.68it/s]
364
  78%|███████▊ | 386/497 [00:44<00:19, 5.68it/s]
365
  78%|███████▊ | 387/497 [00:44<00:19, 5.66it/s]
366
  78%|███████▊ | 388/497 [00:44<00:20, 5.32it/s]
367
  78%|███████▊ | 389/497 [00:44<00:20, 5.18it/s]
368
  78%|███████▊ | 390/497 [00:45<00:20, 5.26it/s]
369
  79%|███████▊ | 391/497 [00:45<00:20, 5.20it/s]
370
  79%|███████▉ | 392/497 [00:45<00:19, 5.27it/s]
371
  79%|███████▉ | 393/497 [00:45<00:18, 5.62it/s]
372
  79%|███████▉ | 394/497 [00:45<00:19, 5.18it/s]
373
  79%|███████▉ | 395/497 [00:45<00:18, 5.39it/s]
374
  80%|███████▉ | 396/497 [00:46<00:18, 5.38it/s]
375
  80%|███████▉ | 397/497 [00:46<00:18, 5.36it/s]
376
  80%|████████ | 398/497 [00:46<00:18, 5.31it/s]
377
  80%|████████ | 399/497 [00:46<00:18, 5.31it/s]
378
  80%|████████ | 400/497 [00:46<00:17, 5.53it/s]
379
  81%|████████ | 401/497 [00:47<00:17, 5.53it/s]
380
  81%|████████ | 402/497 [00:47<00:17, 5.53it/s]
381
  81%|████████ | 403/497 [00:47<00:17, 5.45it/s]
382
  81%|████████▏ | 404/497 [00:47<00:16, 5.48it/s]
383
  81%|████████▏ | 405/497 [00:47<00:18, 5.09it/s]
384
  82%|████████▏ | 406/497 [00:48<00:18, 5.05it/s]
385
  82%|████████▏ | 407/497 [00:48<00:16, 5.31it/s]
386
  82%|████████▏ | 408/497 [00:48<00:17, 5.04it/s]
387
  82%|████████▏ | 409/497 [00:48<00:18, 4.64it/s]
388
  82%|████████▏ | 410/497 [00:48<00:19, 4.56it/s]
389
  83%|████████▎ | 411/497 [00:49<00:19, 4.48it/s]
390
  83%|████████▎ | 412/497 [00:49<00:18, 4.58it/s]
391
  83%|████████▎ | 413/497 [00:49<00:18, 4.60it/s]
392
  83%|████████▎ | 414/497 [00:49<00:17, 4.77it/s]
393
  84%|████████▎ | 415/497 [00:49<00:16, 4.90it/s]
394
  84%|████████▎ | 416/497 [00:50<00:16, 4.78it/s]
395
  84%|████████▍ | 417/497 [00:50<00:17, 4.70it/s]
396
  84%|████████▍ | 418/497 [00:50<00:16, 4.70it/s]
397
  84%|████████▍ | 419/497 [00:50<00:15, 4.94it/s]
398
  85%|████████▍ | 420/497 [00:50<00:15, 4.89it/s]
399
  85%|████████▍ | 421/497 [00:51<00:15, 4.88it/s]
400
  85%|████████▍ | 422/497 [00:51<00:16, 4.62it/s]
401
  85%|████████▌ | 423/497 [00:51<00:15, 4.84it/s]
402
  85%|████████▌ | 424/497 [00:51<00:14, 5.13it/s]
403
  86%|████████▌ | 425/497 [00:51<00:13, 5.51it/s]
404
  86%|████████▌ | 426/497 [00:52<00:14, 5.04it/s]
405
  86%|████████▌ | 427/497 [00:52<00:14, 4.82it/s]
406
  86%|████████▌ | 428/497 [00:52<00:14, 4.71it/s]
407
  86%|████████▋ | 429/497 [00:52<00:14, 4.66it/s]
408
  87%|████████▋ | 430/497 [00:53<00:15, 4.36it/s]
409
  87%|████████▋ | 431/497 [00:53<00:15, 4.21it/s]
410
  87%|████████▋ | 432/497 [00:53<00:15, 4.19it/s]
411
  87%|████████▋ | 433/497 [00:53<00:15, 4.24it/s]
412
  87%|████████▋ | 434/497 [00:54<00:14, 4.31it/s]
413
  88%|████████▊ | 435/497 [00:54<00:14, 4.41it/s]
414
  88%|████████▊ | 436/497 [00:54<00:13, 4.40it/s]
415
  88%|████████▊ | 437/497 [00:54<00:13, 4.57it/s]
416
  88%|████████▊ | 438/497 [00:54<00:13, 4.50it/s]
417
  88%|████████▊ | 439/497 [00:55<00:13, 4.30it/s]
418
  89%|████████▊ | 440/497 [00:55<00:14, 3.93it/s]
419
  89%|████████▊ | 441/497 [00:55<00:13, 4.16it/s]
420
  89%|████████▉ | 442/497 [00:55<00:13, 4.10it/s]
421
  89%|████████▉ | 443/497 [00:56<00:13, 4.10it/s]
422
  89%|████████▉ | 444/497 [00:56<00:12, 4.26it/s]
423
  90%|████████▉ | 445/497 [00:56<00:11, 4.38it/s]
424
  90%|████████▉ | 446/497 [00:56<00:11, 4.61it/s]
425
  90%|████████▉ | 447/497 [00:56<00:10, 4.91it/s]
426
  90%|█████████ | 448/497 [00:57<00:10, 4.57it/s]
427
  90%|█████████ | 449/497 [00:57<00:10, 4.64it/s]
428
  91%|█████████ | 450/497 [00:57<00:10, 4.63it/s]
429
  91%|█████████ | 451/497 [00:57<00:09, 4.82it/s]
430
  91%|█████████ | 452/497 [00:58<00:09, 4.63it/s]
431
  91%|█████████ | 453/497 [00:58<00:09, 4.62it/s]
432
  91%|█████████▏| 454/497 [00:58<00:09, 4.63it/s]
433
  92%|█████████▏| 455/497 [00:58<00:09, 4.60it/s]
434
  92%|█████████▏| 456/497 [00:58<00:08, 4.58it/s]
435
  92%|█████████▏| 457/497 [00:59<00:08, 4.68it/s]
436
  92%|█████████▏| 458/497 [00:59<00:08, 4.57it/s]
437
  92%|█████████▏| 459/497 [00:59<00:08, 4.49it/s]
438
  93%|█████████▎| 460/497 [00:59<00:07, 4.81it/s]
439
  93%|█████████▎| 461/497 [01:00<00:07, 4.81it/s]
440
  93%|█████████▎| 462/497 [01:00<00:07, 4.75it/s]
441
  93%|█████████▎| 463/497 [01:00<00:06, 5.02it/s]
442
  93%|█████████▎| 464/497 [01:00<00:06, 5.12it/s]
443
  94%|█████████▎| 465/497 [01:00<00:06, 5.21it/s]
444
  94%|█████████▍| 466/497 [01:00<00:05, 5.28it/s]
445
  94%|█████████▍| 467/497 [01:01<00:05, 5.24it/s]
446
  94%|█████████▍| 468/497 [01:01<00:05, 5.24it/s]
447
  94%|█████████▍| 469/497 [01:01<00:05, 5.31it/s]
448
  95%|█████████▍| 470/497 [01:01<00:04, 5.40it/s]
449
  95%|█████████▍| 471/497 [01:01<00:04, 5.55it/s]
450
  95%|█████████▍| 472/497 [01:02<00:04, 5.62it/s]
451
  95%|█████████▌| 473/497 [01:02<00:04, 5.55it/s]
452
  95%|█████████▌| 474/497 [01:02<00:04, 5.61it/s]
453
  96%|█████████▌| 475/497 [01:02<00:03, 5.59it/s]
454
  96%|█████████▌| 476/497 [01:02<00:03, 5.28it/s]
455
  96%|█████████▌| 477/497 [01:03<00:04, 4.96it/s]
456
  96%|█████████▌| 478/497 [01:03<00:03, 5.12it/s]
457
  96%|█████████▋| 479/497 [01:03<00:03, 5.34it/s]
458
  97%|█████████▋| 480/497 [01:03<00:03, 5.31it/s]
459
  97%|█████████▋| 481/497 [01:03<00:03, 5.32it/s]
460
  97%|█████████▋| 482/497 [01:03<00:02, 5.41it/s]
461
  97%|█████████▋| 483/497 [01:04<00:02, 4.91it/s]
462
  97%|█████████▋| 484/497 [01:04<00:02, 4.89it/s]
463
  98%|█████████▊| 485/497 [01:04<00:02, 4.84it/s]
464
  98%|█████████▊| 486/497 [01:04<00:02, 4.64it/s]
465
  98%|█████████▊| 487/497 [01:05<00:02, 4.31it/s]
466
  98%|█████████▊| 488/497 [01:05<00:01, 4.54it/s]
467
  98%|█████████▊| 489/497 [01:05<00:01, 4.60it/s]
468
  99%|█████████▊| 490/497 [01:05<00:01, 4.82it/s]
469
  99%|█████████▉| 491/497 [01:05<00:01, 5.17it/s]
470
  99%|█████████▉| 492/497 [01:06<00:00, 5.23it/s]
471
  99%|█████████▉| 493/497 [01:06<00:00, 5.20it/s]
472
  99%|█████████▉| 494/497 [01:06<00:00, 5.42it/s]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ loading annotations into memory...
2
+ Done (t=0.03s)
3
+ creating index...
4
+ index created!
5
+ 一共497 张
6
+ loading annotations into memory...
7
+ Done (t=0.03s)
8
+ creating index...
9
+ index created!
10
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/lantern/img/gt
11
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/lantern/img
12
+
13
  0%| | 0/497 [00:00<?, ?it/s]
14
  0%| | 1/497 [00:00<04:51, 1.70it/s]
15
  1%| | 3/497 [00:00<01:37, 5.07it/s]
16
  1%| | 6/497 [00:00<00:51, 9.53it/s]
17
  2%|▏ | 9/497 [00:00<00:37, 13.09it/s]
18
  2%|▏ | 12/497 [00:01<00:29, 16.49it/s]
19
  3%|▎ | 16/497 [00:01<00:22, 21.05it/s]
20
  4%|▍ | 20/497 [00:01<00:19, 24.80it/s]
21
  5%|▍ | 23/497 [00:01<00:18, 25.14it/s]
22
  5%|▌ | 26/497 [00:01<00:19, 24.43it/s]
23
  6%|▌ | 29/497 [00:01<00:20, 22.46it/s]
24
  7%|▋ | 33/497 [00:01<00:18, 25.27it/s]
25
  7%|▋ | 37/497 [00:02<00:18, 25.31it/s]
26
  8%|▊ | 40/497 [00:02<00:17, 25.91it/s]
27
  9%|▉ | 44/497 [00:02<00:16, 27.88it/s]
28
  9%|▉ | 47/497 [00:02<00:17, 26.36it/s]
29
  10%|█ | 50/497 [00:02<00:20, 21.93it/s]
30
  11%|█ | 54/497 [00:02<00:18, 24.20it/s]
31
  12%|█▏ | 58/497 [00:02<00:17, 24.92it/s]
32
  12%|█▏ | 61/497 [00:03<00:18, 23.20it/s]
33
  13%|█▎ | 64/497 [00:03<00:20, 21.49it/s]
34
  13%|█▎ | 67/497 [00:03<00:18, 23.23it/s]
35
  14%|█▍ | 70/497 [00:03<00:19, 21.91it/s]
36
  15%|█▍ | 73/497 [00:03<00:21, 20.01it/s]
37
  15%|█▌ | 76/497 [00:03<00:19, 21.52it/s]
38
  16%|█▌ | 79/497 [00:03<00:20, 20.79it/s]
39
  16%|█▋ | 82/497 [00:04<00:21, 19.31it/s]
40
  17%|█▋ | 85/497 [00:04<00:20, 20.21it/s]
41
  18%|█▊ | 88/497 [00:04<00:18, 21.64it/s]
42
  18%|█▊ | 91/497 [00:04<00:17, 23.38it/s]
43
  19%|█▉ | 94/497 [00:04<00:16, 24.49it/s]
44
  20%|█▉ | 97/497 [00:04<00:16, 23.60it/s]
45
  20%|██ | 101/497 [00:04<00:14, 27.60it/s]
46
  21%|██ | 104/497 [00:04<00:14, 26.68it/s]
47
  22%|██▏ | 108/497 [00:05<00:14, 26.56it/s]
48
  22%|██▏ | 111/497 [00:05<00:16, 23.62it/s]
49
  23%|██▎ | 114/497 [00:05<00:16, 23.22it/s]
50
  24%|██▎ | 117/497 [00:05<00:16, 22.74it/s]
51
  24%|██▍ | 120/497 [00:05<00:15, 23.71it/s]
52
  25%|██▍ | 123/497 [00:05<00:16, 22.96it/s]
53
  26%|██▌ | 127/497 [00:05<00:15, 23.75it/s]
54
  26%|██▌ | 130/497 [00:06<00:15, 23.29it/s]
55
  27%|██▋ | 133/497 [00:06<00:15, 23.24it/s]
56
  27%|██▋ | 136/497 [00:06<00:15, 23.65it/s]
57
  28%|██▊ | 140/497 [00:06<00:14, 24.90it/s]
58
  29%|██▉ | 144/497 [00:06<00:14, 24.66it/s]
59
  30%|██▉ | 147/497 [00:06<00:16, 20.70it/s]
60
  30%|███ | 150/497 [00:06<00:16, 20.84it/s]
61
  31%|███ | 153/497 [00:07<00:16, 20.54it/s]
62
  32%|███▏ | 157/497 [00:07<00:14, 24.03it/s]
63
  32%|███▏ | 160/497 [00:07<00:13, 25.10it/s]
64
  33%|███▎ | 163/497 [00:07<00:14, 22.55it/s]
65
  33%|███▎ | 166/497 [00:07<00:14, 22.22it/s]
66
  34%|███▍ | 169/497 [00:07<00:14, 22.40it/s]
67
  35%|███▍ | 172/497 [00:07<00:13, 23.86it/s]
68
  35%|███▌ | 175/497 [00:07<00:12, 25.19it/s]
69
  36%|███▌ | 179/497 [00:08<00:11, 27.48it/s]
70
  37%|███▋ | 182/497 [00:08<00:13, 23.87it/s]
71
  37%|███▋ | 185/497 [00:08<00:12, 24.32it/s]
72
  38%|███▊ | 188/497 [00:08<00:12, 24.82it/s]
73
  38%|███▊ | 191/497 [00:08<00:12, 24.51it/s]
74
  39%|███▉ | 194/497 [00:08<00:12, 24.04it/s]
75
  40%|███▉ | 197/497 [00:08<00:12, 23.98it/s]
76
  40%|████ | 200/497 [00:08<00:11, 25.03it/s]
77
  41%|████ | 203/497 [00:09<00:12, 23.53it/s]
78
  42%|████▏ | 207/497 [00:09<00:11, 24.77it/s]
79
  42%|████▏ | 211/497 [00:09<00:10, 26.98it/s]
80
  43%|████▎ | 214/497 [00:09<00:11, 24.19it/s]
81
  44%|████▎ | 217/497 [00:09<00:12, 22.98it/s]
82
  44%|████▍ | 221/497 [00:09<00:10, 26.67it/s]
83
  45%|████▌ | 224/497 [00:09<00:11, 24.69it/s]
84
  46%|████▌ | 227/497 [00:10<00:11, 22.56it/s]
85
  46%|████▋ | 231/497 [00:10<00:10, 25.98it/s]
86
  47%|████▋ | 234/497 [00:10<00:10, 24.89it/s]
87
  48%|████▊ | 237/497 [00:10<00:10, 25.09it/s]
88
  48%|████▊ | 240/497 [00:10<00:11, 22.73it/s]
89
  49%|████▉ | 243/497 [00:10<00:11, 23.06it/s]
90
  49%|████▉ | 246/497 [00:10<00:11, 22.32it/s]
91
  50%|█████ | 249/497 [00:11<00:10, 23.20it/s]
92
  51%|█████ | 253/497 [00:11<00:08, 27.33it/s]
93
  52%|█████▏ | 256/497 [00:11<00:09, 24.72it/s]
94
  52%|█████▏ | 259/497 [00:11<00:12, 19.44it/s]
95
  53%|█████▎ | 265/497 [00:11<00:08, 27.08it/s]
96
  54%|█████▍ | 269/497 [00:11<00:08, 27.17it/s]
97
  55%|█████▌ | 275/497 [00:11<00:06, 33.31it/s]
98
  57%|█████▋ | 281/497 [00:11<00:05, 38.94it/s]
99
  58%|█████▊ | 288/497 [00:12<00:04, 44.89it/s]
100
  59%|█████▉ | 294/497 [00:12<00:04, 47.50it/s]
101
  60%|██████ | 300/497 [00:12<00:03, 49.76it/s]
102
  62%|██████▏ | 306/497 [00:12<00:03, 51.95it/s]
103
  63%|██████▎ | 312/497 [00:12<00:03, 53.12it/s]
104
  64%|██████▍ | 318/497 [00:12<00:03, 53.49it/s]
105
  65%|██████▌ | 325/497 [00:12<00:03, 54.90it/s]
106
  67%|██████▋ | 331/497 [00:12<00:03, 52.56it/s]
107
  68%|██████▊ | 337/497 [00:13<00:03, 48.73it/s]
108
  69%|██████▉ | 344/497 [00:13<00:02, 51.29it/s]
109
  71%|███████ | 351/497 [00:13<00:02, 54.75it/s]
110
  72%|███████▏ | 357/497 [00:13<00:02, 54.52it/s]
111
  73%|███████▎ | 363/497 [00:13<00:02, 54.75it/s]
112
  74%|███████▍ | 369/497 [00:13<00:02, 54.22it/s]
113
  75%|███████▌ | 375/497 [00:13<00:02, 53.64it/s]
114
  77%|███████▋ | 381/497 [00:13<00:02, 54.51it/s]
115
  78%|███████▊ | 387/497 [00:13<00:02, 47.61it/s]
116
  79%|███████▉ | 393/497 [00:14<00:02, 50.31it/s]
117
  80%|████████ | 399/497 [00:14<00:01, 52.54it/s]
118
  81%|████████▏ | 405/497 [00:14<00:01, 48.47it/s]
119
  83%|████████▎ | 412/497 [00:14<00:01, 50.30it/s]
120
  84%|████████▍ | 418/497 [00:14<00:01, 50.90it/s]
121
  85%|████████▌ | 424/497 [00:14<00:01, 47.22it/s]
122
  87%|████████▋ | 430/497 [00:14<00:01, 50.32it/s]
123
  88%|████████▊ | 436/497 [00:14<00:01, 51.60it/s]
124
  89%|████████▉ | 443/497 [00:15<00:00, 55.13it/s]
125
  90%|█████████ | 449/497 [00:15<00:01, 45.48it/s]
126
  91%|█████████▏| 454/497 [00:15<00:01, 40.51it/s]
127
  92%|█████████▏| 459/497 [00:15<00:00, 40.74it/s]
128
  93%|█████████▎| 464/497 [00:15<00:00, 42.86it/s]
129
  95%|█████████▍| 470/497 [00:15<00:00, 46.03it/s]
130
  96%|█████████▌| 475/497 [00:15<00:00, 41.95it/s]
131
  97%|█████████▋| 480/497 [00:15<00:00, 43.83it/s]
132
  98%|█████████▊| 486/497 [00:16<00:00, 44.91it/s]
133
  99%|█████████▉| 492/497 [00:16<00:00, 47.34it/s]
134
+
135
  0%| | 0/497 [00:00<?, ?it/s]
136
  1%| | 3/497 [00:00<00:18, 26.73it/s]
137
  1%| | 6/497 [00:00<00:17, 28.20it/s]
138
  2%|▏ | 10/497 [00:00<00:16, 29.18it/s]
139
  3%|▎ | 13/497 [00:00<00:16, 29.45it/s]
140
  3%|▎ | 16/497 [00:00<00:16, 29.60it/s]
141
  4%|▍ | 20/497 [00:00<00:15, 30.36it/s]
142
  5%|▍ | 24/497 [00:00<00:15, 29.71it/s]
143
  5%|▌ | 27/497 [00:00<00:16, 29.05it/s]
144
  6%|▌ | 31/497 [00:01<00:16, 28.87it/s]
145
  7%|▋ | 34/497 [00:01<00:17, 26.95it/s]
146
  8%|▊ | 38/497 [00:01<00:16, 28.34it/s]
147
  8%|▊ | 41/497 [00:01<00:17, 25.42it/s]
148
  9%|▉ | 44/497 [00:01<00:17, 26.36it/s]
149
  9%|▉ | 47/497 [00:01<00:16, 27.09it/s]
150
  10%|█ | 50/497 [00:01<00:16, 27.59it/s]
151
  11%|█ | 53/497 [00:01<00:15, 28.08it/s]
152
  11%|█▏ | 56/497 [00:01<00:15, 27.74it/s]
153
  12%|█▏ | 60/497 [00:02<00:16, 27.06it/s]
154
  13%|█▎ | 63/497 [00:02<00:17, 25.17it/s]
155
  13%|█▎ | 66/497 [00:02<00:16, 25.74it/s]
156
  14%|█▍ | 69/497 [00:02<00:16, 26.60it/s]
157
  14%|█▍ | 72/497 [00:02<00:15, 27.44it/s]
158
  15%|█▌ | 76/497 [00:02<00:14, 28.62it/s]
159
  16%|█▌ | 79/497 [00:02<00:14, 28.78it/s]
160
  16%|█▋ | 82/497 [00:02<00:15, 26.93it/s]
161
  17%|█▋ | 85/497 [00:03<00:15, 27.35it/s]
162
  18%|█▊ | 89/497 [00:03<00:14, 28.46it/s]
163
  19%|█▊ | 93/497 [00:03<00:13, 29.63it/s]
164
  19%|█▉ | 96/497 [00:03<00:13, 29.53it/s]
165
  20%|██ | 100/497 [00:03<00:13, 29.68it/s]
166
  21%|██ | 103/497 [00:03<00:13, 29.67it/s]
167
  21%|██▏ | 106/497 [00:03<00:13, 28.23it/s]
168
  22%|██▏ | 109/497 [00:03<00:13, 28.45it/s]
169
  23%|██▎ | 112/497 [00:03<00:13, 27.97it/s]
170
  23%|██▎ | 115/497 [00:04<00:13, 27.91it/s]
171
  24%|██▎ | 118/497 [00:04<00:13, 28.21it/s]
172
  25%|██▍ | 122/497 [00:04<00:12, 29.31it/s]
173
  25%|██▌ | 126/497 [00:04<00:12, 29.50it/s]
174
  26%|██▌ | 130/497 [00:04<00:12, 29.86it/s]
175
  27%|██▋ | 133/497 [00:04<00:13, 27.55it/s]
176
  27%|██▋ | 136/497 [00:04<00:13, 27.69it/s]
177
  28%|██▊ | 139/497 [00:04<00:13, 27.47it/s]
178
  29%|██▉ | 143/497 [00:05<00:12, 28.23it/s]
179
  29%|██▉ | 146/497 [00:05<00:12, 28.35it/s]
180
  30%|███ | 150/497 [00:05<00:11, 29.18it/s]
181
  31%|███ | 154/497 [00:05<00:12, 28.50it/s]
182
  32%|███▏ | 157/497 [00:05<00:12, 28.15it/s]
183
  32%|███▏ | 160/497 [00:05<00:11, 28.59it/s]
184
  33%|███▎ | 163/497 [00:05<00:11, 27.96it/s]
185
  34%|███▎ | 167/497 [00:05<00:11, 29.18it/s]
186
  34%|███▍ | 171/497 [00:06<00:11, 29.41it/s]
187
  35%|███▌ | 174/497 [00:06<00:11, 28.88it/s]
188
  36%|███▌ | 178/497 [00:06<00:10, 29.48it/s]
189
  36%|███▋ | 181/497 [00:06<00:10, 29.58it/s]
190
  37%|███▋ | 185/497 [00:06<00:10, 29.97it/s]
191
  38%|███▊ | 188/497 [00:06<00:10, 29.92it/s]
192
  38%|███▊ | 191/497 [00:06<00:10, 29.56it/s]
193
  39%|███▉ | 194/497 [00:06<00:10, 28.65it/s]
194
  40%|███▉ | 197/497 [00:07<00:15, 19.15it/s]
195
  40%|████ | 200/497 [00:07<00:26, 11.39it/s]
196
  41%|████ | 202/497 [00:08<00:36, 8.02it/s]
197
  41%|████ | 204/497 [00:08<00:42, 6.83it/s]
198
  41%|████▏ | 206/497 [00:09<00:48, 5.94it/s]
199
  42%|████▏ | 207/497 [00:09<00:50, 5.77it/s]
200
  42%|████▏ | 208/497 [00:09<00:53, 5.43it/s]
201
  42%|████▏ | 209/497 [00:09<00:55, 5.16it/s]
202
  42%|████▏ | 210/497 [00:09<00:56, 5.08it/s]
203
  42%|████▏ | 211/497 [00:10<00:55, 5.12it/s]
204
  43%|████▎ | 212/497 [00:10<00:57, 4.93it/s]
205
  43%|████▎ | 213/497 [00:10<00:59, 4.80it/s]
206
  43%|████▎ | 214/497 [00:10<00:57, 4.89it/s]
207
  43%|████▎ | 215/497 [00:10<00:54, 5.14it/s]
208
  43%|████▎ | 216/497 [00:11<00:53, 5.24it/s]
209
  44%|████▎ | 217/497 [00:11<00:52, 5.35it/s]
210
  44%|████▍ | 218/497 [00:11<00:50, 5.53it/s]
211
  44%|████▍ | 219/497 [00:11<00:50, 5.50it/s]
212
  44%|████▍ | 220/497 [00:11<00:52, 5.27it/s]
213
  44%|████▍ | 221/497 [00:12<01:00, 4.57it/s]
214
  45%|████▍ | 222/497 [00:12<01:07, 4.09it/s]
215
  45%|████▍ | 223/497 [00:12<01:07, 4.08it/s]
216
  45%|████▌ | 224/497 [00:12<01:07, 4.06it/s]
217
  45%|████▌ | 225/497 [00:13<01:08, 3.96it/s]
218
  45%|████▌ | 226/497 [00:13<01:04, 4.21it/s]
219
  46%|████▌ | 227/497 [00:13<00:59, 4.52it/s]
220
  46%|████▌ | 228/497 [00:13<00:55, 4.83it/s]
221
  46%|████▌ | 229/497 [00:13<00:53, 4.98it/s]
222
  46%|████▋ | 230/497 [00:14<00:51, 5.20it/s]
223
  46%|████▋ | 231/497 [00:14<00:47, 5.65it/s]
224
  47%|████▋ | 232/497 [00:14<00:45, 5.79it/s]
225
  47%|████▋ | 233/497 [00:14<00:47, 5.60it/s]
226
  47%|████▋ | 234/497 [00:14<00:48, 5.45it/s]
227
  47%|████▋ | 235/497 [00:14<00:46, 5.67it/s]
228
  47%|████▋ | 236/497 [00:15<00:44, 5.92it/s]
229
  48%|████▊ | 237/497 [00:15<00:45, 5.72it/s]
230
  48%|████▊ | 238/497 [00:15<00:45, 5.65it/s]
231
  48%|████▊ | 239/497 [00:15<00:44, 5.86it/s]
232
  48%|████▊ | 240/497 [00:15<00:43, 5.90it/s]
233
  48%|████▊ | 241/497 [00:16<00:47, 5.40it/s]
234
  49%|████▊ | 242/497 [00:16<00:51, 5.00it/s]
235
  49%|████▉ | 243/497 [00:16<00:53, 4.77it/s]
236
  49%|████▉ | 244/497 [00:16<00:57, 4.42it/s]
237
  49%|████▉ | 245/497 [00:17<00:57, 4.35it/s]
238
  49%|████▉ | 246/497 [00:17<00:55, 4.55it/s]
239
  50%|████▉ | 247/497 [00:17<00:55, 4.51it/s]
240
  50%|████▉ | 248/497 [00:17<00:54, 4.58it/s]
241
  50%|█████ | 249/497 [00:17<00:49, 5.01it/s]
242
  50%|█████ | 250/497 [00:18<00:49, 4.97it/s]
243
  51%|█████ | 251/497 [00:18<00:51, 4.82it/s]
244
  51%|█████ | 252/497 [00:18<00:54, 4.51it/s]
245
  51%|█████ | 253/497 [00:18<00:49, 4.93it/s]
246
  51%|█████ | 254/497 [00:18<00:48, 5.01it/s]
247
  51%|█████▏ | 255/497 [00:19<00:47, 5.14it/s]
248
  52%|█████▏ | 256/497 [00:19<00:45, 5.25it/s]
249
  52%|█████▏ | 257/497 [00:19<00:45, 5.26it/s]
250
  52%|█████▏ | 258/497 [00:19<00:45, 5.20it/s]
251
  52%|█████▏ | 259/497 [00:19<00:47, 5.05it/s]
252
  52%|█████▏ | 260/497 [00:19<00:45, 5.23it/s]
253
  53%|█████▎ | 261/497 [00:20<00:44, 5.30it/s]
254
  53%|█████▎ | 262/497 [00:20<00:44, 5.24it/s]
255
  53%|█████▎ | 263/497 [00:20<00:44, 5.30it/s]
256
  53%|█████▎ | 264/497 [00:20<00:44, 5.21it/s]
257
  53%|█████▎ | 265/497 [00:20<00:43, 5.37it/s]
258
  54%|█████▎ | 266/497 [00:21<00:44, 5.16it/s]
259
  54%|█████▎ | 267/497 [00:21<00:45, 5.01it/s]
260
  54%|█████▍ | 268/497 [00:21<00:47, 4.81it/s]
261
  54%|█████▍ | 269/497 [00:21<00:43, 5.19it/s]
262
  54%|█████▍ | 270/497 [00:21<00:42, 5.32it/s]
263
  55%|█████▍ | 271/497 [00:22<00:40, 5.56it/s]
264
  55%|█████▍ | 272/497 [00:22<00:40, 5.60it/s]
265
  55%|█████▍ | 273/497 [00:22<00:39, 5.64it/s]
266
  55%|█████▌ | 274/497 [00:22<00:42, 5.30it/s]
267
  55%|█████▌ | 275/497 [00:22<00:42, 5.18it/s]
268
  56%|█████▌ | 276/497 [00:23<00:41, 5.31it/s]
269
  56%|█████▌ | 277/497 [00:23<00:43, 5.11it/s]
270
  56%|█████▌ | 278/497 [00:23<00:41, 5.21it/s]
271
  56%|█████▌ | 279/497 [00:23<00:40, 5.33it/s]
272
  56%|█████▋ | 280/497 [00:23<00:40, 5.42it/s]
273
  57%|█████▋ | 281/497 [00:23<00:41, 5.23it/s]
274
  57%|█████▋ | 282/497 [00:24<00:43, 4.97it/s]
275
  57%|█████▋ | 283/497 [00:24<00:43, 4.93it/s]
276
  57%|█████▋ | 284/497 [00:24<00:43, 4.87it/s]
277
  57%|█████▋ | 285/497 [00:24<00:46, 4.54it/s]
278
  58%|█████▊ | 286/497 [00:25<00:44, 4.74it/s]
279
  58%|█████▊ | 287/497 [00:25<00:42, 4.96it/s]
280
  58%|█████▊ | 288/497 [00:25<00:43, 4.77it/s]
281
  58%|█████▊ | 289/497 [00:25<00:44, 4.70it/s]
282
  58%|█████▊ | 290/497 [00:25<00:42, 4.87it/s]
283
  59%|█████▊ | 291/497 [00:26<00:41, 4.94it/s]
284
  59%|█████▉ | 292/497 [00:26<00:39, 5.13it/s]
285
  59%|█████▉ | 293/497 [00:26<00:39, 5.21it/s]
286
  59%|█████▉ | 294/497 [00:26<00:40, 5.00it/s]
287
  59%|█████▉ | 295/497 [00:26<00:39, 5.13it/s]
288
  60%|█████▉ | 296/497 [00:27<00:40, 5.01it/s]
289
  60%|█████▉ | 297/497 [00:27<00:40, 4.92it/s]
290
  60%|█████▉ | 298/497 [00:27<00:42, 4.64it/s]
291
  60%|██████ | 299/497 [00:27<00:44, 4.50it/s]
292
  60%|██████ | 300/497 [00:27<00:41, 4.76it/s]
293
  61%|██████ | 301/497 [00:28<00:39, 4.99it/s]
294
  61%|██████ | 302/497 [00:28<00:41, 4.73it/s]
295
  61%|██████ | 303/497 [00:28<00:39, 4.88it/s]
296
  61%|██████ | 304/497 [00:28<00:37, 5.20it/s]
297
  61%|██████▏ | 305/497 [00:28<00:34, 5.51it/s]
298
  62%|██████▏ | 306/497 [00:29<00:34, 5.55it/s]
299
  62%|██████▏ | 307/497 [00:29<00:35, 5.29it/s]
300
  62%|██████▏ | 308/497 [00:29<00:35, 5.32it/s]
301
  62%|██████▏ | 309/497 [00:29<00:35, 5.28it/s]
302
  62%|██████▏ | 310/497 [00:29<00:35, 5.31it/s]
303
  63%|██████▎ | 311/497 [00:29<00:33, 5.48it/s]
304
  63%|██████▎ | 312/497 [00:30<00:33, 5.59it/s]
305
  63%|██████▎ | 313/497 [00:30<00:33, 5.49it/s]
306
  63%|██████▎ | 314/497 [00:30<00:35, 5.16it/s]
307
  63%|██████▎ | 315/497 [00:30<00:34, 5.22it/s]
308
  64%|██████▎ | 316/497 [00:30<00:35, 5.03it/s]
309
  64%|██████▍ | 317/497 [00:31<00:36, 4.93it/s]
310
  64%|██████▍ | 318/497 [00:31<00:36, 4.89it/s]
311
  64%|██████▍ | 319/497 [00:31<00:35, 5.08it/s]
312
  64%|██████▍ | 320/497 [00:31<00:34, 5.08it/s]
313
  65%|██████▍ | 321/497 [00:31<00:34, 5.10it/s]
314
  65%|██████▍ | 322/497 [00:32<00:32, 5.34it/s]
315
  65%|██████▍ | 323/497 [00:32<00:35, 4.84it/s]
316
  65%|██████▌ | 324/497 [00:32<00:37, 4.64it/s]
317
  65%|██████▌ | 325/497 [00:32<00:36, 4.68it/s]
318
  66%|██████▌ | 326/497 [00:32<00:34, 5.02it/s]
319
  66%|██████▌ | 327/497 [00:33<00:32, 5.18it/s]
320
  66%|██████▌ | 328/497 [00:33<00:32, 5.27it/s]
321
  66%|██████▌ | 329/497 [00:33<00:31, 5.39it/s]
322
  66%|██████▋ | 330/497 [00:33<00:31, 5.36it/s]
323
  67%|██████▋ | 331/497 [00:33<00:31, 5.24it/s]
324
  67%|██████▋ | 332/497 [00:34<00:31, 5.31it/s]
325
  67%|██████▋ | 333/497 [00:34<00:29, 5.53it/s]
326
  67%|██████▋ | 334/497 [00:34<00:32, 5.09it/s]
327
  67%|██████▋ | 335/497 [00:34<00:32, 4.91it/s]
328
  68%|██████▊ | 336/497 [00:34<00:31, 5.05it/s]
329
  68%|██████▊ | 337/497 [00:35<00:31, 5.12it/s]
330
  68%|██████▊ | 338/497 [00:35<00:30, 5.14it/s]
331
  68%|██████▊ | 339/497 [00:35<00:30, 5.19it/s]
332
  68%|██████▊ | 340/497 [00:35<00:30, 5.16it/s]
333
  69%|██████▊ | 341/497 [00:35<00:31, 5.00it/s]
334
  69%|██████▉ | 342/497 [00:36<00:30, 5.10it/s]
335
  69%|██████▉ | 343/497 [00:36<00:29, 5.29it/s]
336
  69%|██████▉ | 344/497 [00:36<00:28, 5.28it/s]
337
  69%|██████▉ | 345/497 [00:36<00:29, 5.24it/s]
338
  70%|██████▉ | 346/497 [00:36<00:28, 5.26it/s]
339
  70%|██████▉ | 347/497 [00:36<00:26, 5.57it/s]
340
  70%|███████ | 348/497 [00:37<00:26, 5.62it/s]
341
  70%|███████ | 349/497 [00:37<00:26, 5.53it/s]
342
  70%|███████ | 350/497 [00:37<00:25, 5.83it/s]
343
  71%|███████ | 351/497 [00:37<00:24, 6.08it/s]
344
  71%|███████ | 352/497 [00:37<00:25, 5.77it/s]
345
  71%|███████ | 353/497 [00:37<00:24, 5.81it/s]
346
  71%|███████ | 354/497 [00:38<00:25, 5.60it/s]
347
  71%|███████▏ | 355/497 [00:38<00:24, 5.87it/s]
348
  72%|███████▏ | 356/497 [00:38<00:24, 5.86it/s]
349
  72%|███████▏ | 357/497 [00:38<00:23, 5.88it/s]
350
  72%|███████▏ | 358/497 [00:38<00:25, 5.44it/s]
351
  72%|██████��▏ | 359/497 [00:39<00:25, 5.37it/s]
352
  72%|███████▏ | 360/497 [00:39<00:26, 5.12it/s]
353
  73%|███████▎ | 361/497 [00:39<00:26, 5.15it/s]
354
  73%|███████▎ | 362/497 [00:39<00:25, 5.20it/s]
355
  73%|███████▎ | 363/497 [00:39<00:30, 4.43it/s]
356
  73%|███████▎ | 364/497 [00:40<00:32, 4.14it/s]
357
  73%|███████▎ | 365/497 [00:40<00:30, 4.35it/s]
358
  74%|███████▎ | 366/497 [00:40<00:28, 4.65it/s]
359
  74%|███████▍ | 367/497 [00:40<00:27, 4.76it/s]
360
  74%|███████▍ | 368/497 [00:40<00:25, 4.97it/s]
361
  74%|███████▍ | 369/497 [00:41<00:25, 5.00it/s]
362
  74%|███████▍ | 370/497 [00:41<00:24, 5.12it/s]
363
  75%|███████▍ | 371/497 [00:41<00:24, 5.10it/s]
364
  75%|███████▍ | 372/497 [00:41<00:23, 5.32it/s]
365
  75%|███████▌ | 373/497 [00:41<00:24, 5.10it/s]
366
  75%|███████▌ | 374/497 [00:42<00:24, 5.12it/s]
367
  75%|███████▌ | 375/497 [00:42<00:22, 5.33it/s]
368
  76%|███████▌ | 376/497 [00:42<00:22, 5.28it/s]
369
  76%|███████▌ | 377/497 [00:42<00:22, 5.38it/s]
370
  76%|███████▌ | 378/497 [00:42<00:20, 5.85it/s]
371
  76%|███████▋ | 379/497 [00:43<00:20, 5.68it/s]
372
  76%|███████▋ | 380/497 [00:43<00:21, 5.56it/s]
373
  77%|███████▋ | 381/497 [00:43<00:20, 5.55it/s]
374
  77%|███████▋ | 382/497 [00:43<00:20, 5.72it/s]
375
  77%|███████▋ | 383/497 [00:43<00:19, 5.95it/s]
376
  77%|███████▋ | 384/497 [00:43<00:18, 5.99it/s]
377
  77%|███████▋ | 385/497 [00:44<00:19, 5.68it/s]
378
  78%|███████▊ | 386/497 [00:44<00:19, 5.68it/s]
379
  78%|███████▊ | 387/497 [00:44<00:19, 5.66it/s]
380
  78%|███████▊ | 388/497 [00:44<00:20, 5.32it/s]
381
  78%|███████▊ | 389/497 [00:44<00:20, 5.18it/s]
382
  78%|███████▊ | 390/497 [00:45<00:20, 5.26it/s]
383
  79%|███████▊ | 391/497 [00:45<00:20, 5.20it/s]
384
  79%|███████▉ | 392/497 [00:45<00:19, 5.27it/s]
385
  79%|███████▉ | 393/497 [00:45<00:18, 5.62it/s]
386
  79%|███████▉ | 394/497 [00:45<00:19, 5.18it/s]
387
  79%|███████▉ | 395/497 [00:45<00:18, 5.39it/s]
388
  80%|███████▉ | 396/497 [00:46<00:18, 5.38it/s]
389
  80%|███████▉ | 397/497 [00:46<00:18, 5.36it/s]
390
  80%|████████ | 398/497 [00:46<00:18, 5.31it/s]
391
  80%|████████ | 399/497 [00:46<00:18, 5.31it/s]
392
  80%|████████ | 400/497 [00:46<00:17, 5.53it/s]
393
  81%|████████ | 401/497 [00:47<00:17, 5.53it/s]
394
  81%|████████ | 402/497 [00:47<00:17, 5.53it/s]
395
  81%|████████ | 403/497 [00:47<00:17, 5.45it/s]
396
  81%|████████▏ | 404/497 [00:47<00:16, 5.48it/s]
397
  81%|████████▏ | 405/497 [00:47<00:18, 5.09it/s]
398
  82%|████████▏ | 406/497 [00:48<00:18, 5.05it/s]
399
  82%|████████▏ | 407/497 [00:48<00:16, 5.31it/s]
400
  82%|████████▏ | 408/497 [00:48<00:17, 5.04it/s]
401
  82%|████████▏ | 409/497 [00:48<00:18, 4.64it/s]
402
  82%|████████▏ | 410/497 [00:48<00:19, 4.56it/s]
403
  83%|████████▎ | 411/497 [00:49<00:19, 4.48it/s]
404
  83%|████████▎ | 412/497 [00:49<00:18, 4.58it/s]
405
  83%|████████▎ | 413/497 [00:49<00:18, 4.60it/s]
406
  83%|████████▎ | 414/497 [00:49<00:17, 4.77it/s]
407
  84%|████████▎ | 415/497 [00:49<00:16, 4.90it/s]
408
  84%|████████▎ | 416/497 [00:50<00:16, 4.78it/s]
409
  84%|████████▍ | 417/497 [00:50<00:17, 4.70it/s]
410
  84%|████████▍ | 418/497 [00:50<00:16, 4.70it/s]
411
  84%|████████▍ | 419/497 [00:50<00:15, 4.94it/s]
412
  85%|████████▍ | 420/497 [00:50<00:15, 4.89it/s]
413
  85%|████████▍ | 421/497 [00:51<00:15, 4.88it/s]
414
  85%|████████▍ | 422/497 [00:51<00:16, 4.62it/s]
415
  85%|████████▌ | 423/497 [00:51<00:15, 4.84it/s]
416
  85%|████████▌ | 424/497 [00:51<00:14, 5.13it/s]
417
  86%|████████▌ | 425/497 [00:51<00:13, 5.51it/s]
418
  86%|████████▌ | 426/497 [00:52<00:14, 5.04it/s]
419
  86%|████████▌ | 427/497 [00:52<00:14, 4.82it/s]
420
  86%|████████▌ | 428/497 [00:52<00:14, 4.71it/s]
421
  86%|████████▋ | 429/497 [00:52<00:14, 4.66it/s]
422
  87%|████████▋ | 430/497 [00:53<00:15, 4.36it/s]
423
  87%|████████▋ | 431/497 [00:53<00:15, 4.21it/s]
424
  87%|████████▋ | 432/497 [00:53<00:15, 4.19it/s]
425
  87%|████████▋ | 433/497 [00:53<00:15, 4.24it/s]
426
  87%|████████▋ | 434/497 [00:54<00:14, 4.31it/s]
427
  88%|████████▊ | 435/497 [00:54<00:14, 4.41it/s]
428
  88%|████████▊ | 436/497 [00:54<00:13, 4.40it/s]
429
  88%|████████▊ | 437/497 [00:54<00:13, 4.57it/s]
430
  88%|████████▊ | 438/497 [00:54<00:13, 4.50it/s]
431
  88%|████████▊ | 439/497 [00:55<00:13, 4.30it/s]
432
  89%|████████▊ | 440/497 [00:55<00:14, 3.93it/s]
433
  89%|████████▊ | 441/497 [00:55<00:13, 4.16it/s]
434
  89%|████████▉ | 442/497 [00:55<00:13, 4.10it/s]
435
  89%|████████▉ | 443/497 [00:56<00:13, 4.10it/s]
436
  89%|████████▉ | 444/497 [00:56<00:12, 4.26it/s]
437
  90%|████████▉ | 445/497 [00:56<00:11, 4.38it/s]
438
  90%|████████▉ | 446/497 [00:56<00:11, 4.61it/s]
439
  90%|████████▉ | 447/497 [00:56<00:10, 4.91it/s]
440
  90%|█████████ | 448/497 [00:57<00:10, 4.57it/s]
441
  90%|█████████ | 449/497 [00:57<00:10, 4.64it/s]
442
  91%|█████████ | 450/497 [00:57<00:10, 4.63it/s]
443
  91%|█████████ | 451/497 [00:57<00:09, 4.82it/s]
444
  91%|█████████ | 452/497 [00:58<00:09, 4.63it/s]
445
  91%|█████████ | 453/497 [00:58<00:09, 4.62it/s]
446
  91%|█████████▏| 454/497 [00:58<00:09, 4.63it/s]
447
  92%|█████████▏| 455/497 [00:58<00:09, 4.60it/s]
448
  92%|█████████▏| 456/497 [00:58<00:08, 4.58it/s]
449
  92%|█████████▏| 457/497 [00:59<00:08, 4.68it/s]
450
  92%|█████████▏| 458/497 [00:59<00:08, 4.57it/s]
451
  92%|█████████▏| 459/497 [00:59<00:08, 4.49it/s]
452
  93%|█████████▎| 460/497 [00:59<00:07, 4.81it/s]
453
  93%|█████████▎| 461/497 [01:00<00:07, 4.81it/s]
454
  93%|█████████▎| 462/497 [01:00<00:07, 4.75it/s]
455
  93%|█████████▎| 463/497 [01:00<00:06, 5.02it/s]
456
  93%|█████████▎| 464/497 [01:00<00:06, 5.12it/s]
457
  94%|█████████▎| 465/497 [01:00<00:06, 5.21it/s]
458
  94%|█████████▍| 466/497 [01:00<00:05, 5.28it/s]
459
  94%|█████████▍| 467/497 [01:01<00:05, 5.24it/s]
460
  94%|█████████▍| 468/497 [01:01<00:05, 5.24it/s]
461
  94%|█████████▍| 469/497 [01:01<00:05, 5.31it/s]
462
  95%|█████████▍| 470/497 [01:01<00:04, 5.40it/s]
463
  95%|█████████▍| 471/497 [01:01<00:04, 5.55it/s]
464
  95%|█████████▍| 472/497 [01:02<00:04, 5.62it/s]
465
  95%|█████████▌| 473/497 [01:02<00:04, 5.55it/s]
466
  95%|█████████▌| 474/497 [01:02<00:04, 5.61it/s]
467
  96%|█████████▌| 475/497 [01:02<00:03, 5.59it/s]
468
  96%|█████████▌| 476/497 [01:02<00:03, 5.28it/s]
469
  96%|█████████▌| 477/497 [01:03<00:04, 4.96it/s]
470
  96%|█████████▌| 478/497 [01:03<00:03, 5.12it/s]
471
  96%|█████████▋| 479/497 [01:03<00:03, 5.34it/s]
472
  97%|█████████▋| 480/497 [01:03<00:03, 5.31it/s]
473
  97%|█████████▋| 481/497 [01:03<00:03, 5.32it/s]
474
  97%|█████████▋| 482/497 [01:03<00:02, 5.41it/s]
475
  97%|█████████▋| 483/497 [01:04<00:02, 4.91it/s]
476
  97%|█████████▋| 484/497 [01:04<00:02, 4.89it/s]
477
  98%|█████████▊| 485/497 [01:04<00:02, 4.84it/s]
478
  98%|█████████▊| 486/497 [01:04<00:02, 4.64it/s]
479
  98%|█████████▊| 487/497 [01:05<00:02, 4.31it/s]
480
  98%|█████████▊| 488/497 [01:05<00:01, 4.54it/s]
481
  98%|█████████▊| 489/497 [01:05<00:01, 4.60it/s]
482
  99%|█████████▊| 490/497 [01:05<00:01, 4.82it/s]
483
  99%|█████████▉| 491/497 [01:05<00:01, 5.17it/s]
484
  99%|█████████▉| 492/497 [01:06<00:00, 5.23it/s]
485
  99%|█████████▉| 493/497 [01:06<00:00, 5.20it/s]
486
  99%|█████████▉| 494/497 [01:06<00:00, 5.42it/s]
487
+ FID: 106.39697359554248
488
+
489
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
490
+ warnings.warn(*args, **kwargs)
491
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
492
+ warnings.warn(
493
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
494
+ DINO_I: 0.12376418709754944
495
+
496
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
497
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
498
+ with torch.cuda.amp.autocast():
499
+
500
+ WARNING:huggingface_hub.utils._http:'(ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: 49becba4-216e-4899-80ed-c5920f1749aa)')' thrown while requesting HEAD https://huggingface.co/xswu/HPSv2/resolve/main/HPS_v2.1_compressed.pt
501
+ Retrying in 1s [Retry 1/5].
502
+ WARNING:huggingface_hub.utils._http:Retrying in 1s [Retry 1/5].
503
+
504
+ WARNING:huggingface_hub.utils._http:'(ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: a6d58007-9463-45c9-83c7-9fda30ea5f9b)')' thrown while requesting HEAD https://huggingface.co/xswu/HPSv2/resolve/main/HPS_v2.1_compressed.pt
505
+ Retrying in 1s [Retry 1/5].
506
+ WARNING:huggingface_hub.utils._http:Retrying in 1s [Retry 1/5].
507
+
508
+ WARNING:huggingface_hub.utils._http:'(ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: 6a6c2332-d2e1-4d47-8be7-a76c2a556eb6)')' thrown while requesting HEAD https://huggingface.co/xswu/HPSv2/resolve/main/HPS_v2.1_compressed.pt
509
+ Retrying in 1s [Retry 1/5].
510
+ WARNING:huggingface_hub.utils._http:Retrying in 1s [Retry 1/5].
511
+
512
+ INFO:absl:FID: 106.39697359554248
513
+ INFO:absl:DINO_I: 0.12376418709754944
514
+ INFO:absl:IS: (tensor(17.8868, device='cuda:0'), tensor(1.8582, device='cuda:0'))
515
+ INFO:absl:CLIP_T: 0.1896880811728702
516
+ INFO:absl:HPSv2: 0.291891976861167
517
+ INFO:absl:Aesthetic: 6.570238386841127
518
+ Scores:
519
+ FID: 106.39697359554248
520
+ DINO_I: 0.12376418709754944
521
+ IS: (tensor(17.8868, device='cuda:0'), tensor(1.8582, device='cuda:0'))
522
+ CLIP_T: 0.1896880811728702
523
+ HPSv2: 0.291891976861167
524
+ Aesthetic: 6.570238386841127
scripts/eval/slurm-6226598.out ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
0
  0%| | 0/314 [00:00<?, ?it/s]
1
  0%| | 1/314 [00:00<01:54, 2.74it/s]
2
  2%|▏ | 6/314 [00:00<00:19, 15.69it/s]
3
  3%|▎ | 10/314 [00:00<00:13, 21.87it/s]
4
  4%|▍ | 14/314 [00:00<00:15, 20.00it/s]
5
  5%|▌ | 17/314 [00:00<00:14, 20.88it/s]
6
  7%|▋ | 22/314 [00:01<00:10, 27.27it/s]
7
  9%|▉ | 28/314 [00:01<00:08, 34.62it/s]
8
  10%|█ | 32/314 [00:01<00:08, 31.85it/s]
9
  12%|█▏ | 37/314 [00:01<00:07, 35.73it/s]
10
  14%|█▎ | 43/314 [00:01<00:06, 40.36it/s]
11
  16%|█▌ | 49/314 [00:01<00:05, 44.50it/s]
12
  17%|█▋ | 54/314 [00:01<00:05, 44.99it/s]
13
  19%|█▉ | 59/314 [00:01<00:06, 36.77it/s]
14
  20%|██ | 64/314 [00:02<00:08, 29.42it/s]
15
  22%|██▏ | 69/314 [00:02<00:08, 30.34it/s]
16
  23%|██▎ | 73/314 [00:02<00:07, 32.03it/s]
17
  25%|██▍ | 77/314 [00:02<00:07, 31.14it/s]
18
  26%|██▌ | 81/314 [00:02<00:07, 30.10it/s]
19
  27%|██▋ | 85/314 [00:02<00:08, 27.02it/s]
20
  28%|██▊ | 88/314 [00:03<00:08, 27.65it/s]
21
  29%|██▉ | 91/314 [00:03<00:08, 27.19it/s]
22
  30%|██▉ | 94/314 [00:03<00:08, 24.79it/s]
23
  32%|███▏ | 99/314 [00:03<00:08, 26.55it/s]
24
  32%|███▏ | 102/314 [00:03<00:08, 24.32it/s]
25
  33%|███▎ | 105/314 [00:03<00:09, 22.66it/s]
26
  35%|███▍ | 109/314 [00:03<00:08, 25.46it/s]
27
  36%|███▌ | 113/314 [00:04<00:07, 26.66it/s]
28
  37%|███▋ | 116/314 [00:04<00:08, 23.13it/s]
29
  38%|███▊ | 119/314 [00:04<00:08, 21.83it/s]
30
  39%|███▉ | 122/314 [00:04<00:09, 21.10it/s]
31
  40%|███▉ | 125/314 [00:04<00:08, 22.94it/s]
32
  41%|████ | 128/314 [00:04<00:08, 21.73it/s]
33
  42%|████▏ | 131/314 [00:04<00:08, 22.59it/s]
34
  43%|████▎ | 134/314 [00:05<00:07, 22.64it/s]
35
  44%|████▎ | 137/314 [00:05<00:08, 21.99it/s]
36
  45%|████▌ | 142/314 [00:05<00:06, 27.80it/s]
37
  46%|████▌ | 145/314 [00:05<00:06, 25.20it/s]
38
  47%|████▋ | 149/314 [00:05<00:06, 26.40it/s]
39
  48%|████▊ | 152/314 [00:05<00:06, 26.35it/s]
40
  49%|████▉ | 155/314 [00:05<00:06, 24.52it/s]
41
  51%|█████ | 159/314 [00:05<00:05, 27.05it/s]
42
  52%|█████▏ | 162/314 [00:06<00:05, 25.76it/s]
43
  53%|█████▎ | 165/314 [00:06<00:06, 23.22it/s]
44
  54%|█████▎ | 168/314 [00:06<00:06, 22.25it/s]
45
  54%|█████▍ | 171/314 [00:06<00:06, 20.96it/s]
46
  55%|█████▌ | 174/314 [00:06<00:06, 22.82it/s]
47
  57%|█████▋ | 178/314 [00:06<00:05, 25.79it/s]
48
  58%|█████▊ | 181/314 [00:06<00:06, 20.68it/s]
49
  59%|█████▊ | 184/314 [00:07<00:06, 19.46it/s]
50
  60%|█████▉ | 188/314 [00:07<00:05, 22.82it/s]
51
  61%|██████ | 191/314 [00:07<00:05, 23.14it/s]
52
  62%|██████▏ | 195/314 [00:07<00:04, 26.42it/s]
53
  63%|██████▎ | 198/314 [00:07<00:04, 23.84it/s]
54
  64%|██████▍ | 201/314 [00:07<00:05, 21.02it/s]
55
  65%|██████▍ | 204/314 [00:08<00:05, 21.46it/s]
56
  66%|██████▌ | 207/314 [00:08<00:05, 20.78it/s]
57
  67%|██████▋ | 210/314 [00:08<00:05, 20.36it/s]
58
  68%|██████▊ | 215/314 [00:08<00:03, 26.67it/s]
59
  69%|██████▉ | 218/314 [00:08<00:03, 24.80it/s]
60
  70%|███████ | 221/314 [00:08<00:03, 23.72it/s]
61
  71%|███████▏ | 224/314 [00:08<00:03, 24.35it/s]
62
  72%|███████▏ | 227/314 [00:08<00:03, 24.09it/s]
63
  73%|███████▎ | 230/314 [00:09<00:03, 23.50it/s]
64
  74%|███████▍ | 233/314 [00:09<00:03, 24.25it/s]
65
  75%|███████▌ | 236/314 [00:09<00:03, 22.99it/s]
66
  76%|███████▌ | 239/314 [00:09<00:03, 21.49it/s]
67
  77%|███████▋ | 242/314 [00:09<00:03, 21.22it/s]
68
  78%|███████▊ | 245/314 [00:09<00:03, 21.93it/s]
69
  79%|███████▉ | 248/314 [00:09<00:02, 22.11it/s]
70
  80%|████████ | 252/314 [00:10<00:02, 24.16it/s]
71
  81%|████████ | 255/314 [00:10<00:02, 24.86it/s]
72
  82%|████████▏ | 258/314 [00:10<00:02, 23.82it/s]
73
  83%|████████▎ | 262/314 [00:10<00:02, 25.03it/s]
74
  84%|████████▍ | 265/314 [00:10<00:01, 25.41it/s]
75
  85%|████████▌ | 268/314 [00:10<00:01, 25.32it/s]
76
  86%|████████▋ | 271/314 [00:10<00:01, 23.93it/s]
77
  88%|████████▊ | 275/314 [00:10<00:01, 27.72it/s]
78
  89%|████████▊ | 278/314 [00:11<00:01, 23.66it/s]
79
  89%|████████▉ | 281/314 [00:11<00:01, 21.08it/s]
80
  90%|█████████ | 284/314 [00:11<00:01, 22.51it/s]
81
  91%|█████████▏| 287/314 [00:11<00:01, 22.68it/s]
82
  92%|█████████▏| 290/314 [00:11<00:01, 23.08it/s]
83
  93%|█████████▎| 293/314 [00:11<00:00, 22.01it/s]
84
  94%|█████████▍| 296/314 [00:11<00:00, 21.36it/s]
85
  95%|█████████▌| 299/314 [00:12<00:00, 18.64it/s]
86
  97%|█████████▋| 304/314 [00:12<00:00, 24.03it/s]
87
  98%|█████████▊| 307/314 [00:12<00:00, 23.04it/s]
88
  99%|█████████▊| 310/314 [00:12<00:00, 20.44it/s]
 
89
  0%| | 0/314 [00:00<?, ?it/s]
90
  1%|▏ | 4/314 [00:00<00:10, 30.42it/s]
91
  3%|▎ | 8/314 [00:00<00:11, 27.61it/s]
92
  4%|▎ | 11/314 [00:00<00:10, 28.28it/s]
93
  4%|▍ | 14/314 [00:00<00:10, 27.89it/s]
94
  5%|▌ | 17/314 [00:00<00:10, 27.27it/s]
95
  6%|▋ | 20/314 [00:00<00:10, 27.40it/s]
96
  7%|▋ | 23/314 [00:00<00:10, 28.14it/s]
97
  8%|▊ | 26/314 [00:00<00:10, 27.41it/s]
98
  9%|▉ | 29/314 [00:01<00:10, 27.38it/s]
99
  10%|█ | 32/314 [00:01<00:10, 26.20it/s]
100
  11%|█ | 35/314 [00:01<00:11, 24.74it/s]
101
  12%|█▏ | 39/314 [00:01<00:10, 26.05it/s]
102
  13%|█▎ | 42/314 [00:01<00:10, 27.02it/s]
103
  14%|█▍ | 45/314 [00:01<00:10, 26.82it/s]
104
  15%|█▌ | 48/314 [00:01<00:10, 26.47it/s]
105
  16%|█▌ | 51/314 [00:01<00:10, 25.90it/s]
106
  17%|█▋ | 54/314 [00:02<00:10, 25.38it/s]
107
  18%|█▊ | 57/314 [00:02<00:11, 22.51it/s]
108
  19%|█▉ | 60/314 [00:02<00:11, 23.06it/s]
109
  20%|██ | 63/314 [00:02<00:10, 24.73it/s]
110
  21%|██ | 66/314 [00:02<00:09, 25.33it/s]
111
  22%|██▏ | 69/314 [00:02<00:10, 24.00it/s]
112
  23%|██▎ | 72/314 [00:02<00:09, 24.83it/s]
113
  24%|██▍ | 75/314 [00:02<00:09, 24.31it/s]
114
  25%|██▍ | 78/314 [00:03<00:10, 22.79it/s]
115
  26%|██▌ | 81/314 [00:03<00:10, 23.21it/s]
116
  27%|██▋ | 84/314 [00:03<00:09, 24.34it/s]
117
  28%|██▊ | 87/314 [00:03<00:10, 22.23it/s]
118
  29%|██▊ | 90/314 [00:03<00:09, 22.75it/s]
119
  30%|██▉ | 93/314 [00:03<00:09, 22.29it/s]
120
  31%|███ | 96/314 [00:03<00:09, 21.85it/s]
121
  32%|███▏ | 99/314 [00:03<00:09, 23.01it/s]
122
  32%|███▏ | 102/314 [00:04<00:09, 22.28it/s]
123
  33%|███▎ | 105/314 [00:04<00:09, 23.08it/s]
124
  34%|███▍ | 108/314 [00:04<00:08, 24.31it/s]
125
  35%|███▌ | 111/314 [00:04<00:08, 23.92it/s]
126
  36%|███▋ | 114/314 [00:04<00:07, 25.21it/s]
127
  37%|███▋ | 117/314 [00:04<00:07, 24.80it/s]
128
  38%|███▊ | 120/314 [00:04<00:07, 25.25it/s]
129
  39%|███▉ | 123/314 [00:04<00:07, 26.17it/s]
130
  40%|████ | 127/314 [00:05<00:06, 27.48it/s]
131
  42%|████▏ | 131/314 [00:05<00:06, 28.79it/s]
132
  43%|████▎ | 134/314 [00:05<00:06, 29.09it/s]
133
  44%|████▍ | 138/314 [00:05<00:05, 29.77it/s]
134
  45%|████▌ | 142/314 [00:05<00:05, 30.14it/s]
135
  46%|████▋ | 146/314 [00:05<00:05, 30.47it/s]
136
  48%|████▊ | 150/314 [00:05<00:05, 28.99it/s]
137
  49%|████▊ | 153/314 [00:05<00:05, 28.43it/s]
138
  50%|████▉ | 156/314 [00:06<00:05, 28.65it/s]
139
  51%|█████ | 159/314 [00:06<00:05, 26.23it/s]
140
  52%|█████▏ | 163/314 [00:06<00:05, 27.72it/s]
141
  53%|█████▎ | 166/314 [00:06<00:05, 27.92it/s]
142
  54%|█████▍ | 170/314 [00:06<00:05, 28.71it/s]
143
  55%|█████▌ | 174/314 [00:06<00:04, 29.37it/s]
144
  56%|█████▋ | 177/314 [00:06<00:04, 29.53it/s]
145
  57%|█████▋ | 180/314 [00:06<00:04, 27.73it/s]
146
  58%|█████▊ | 183/314 [00:07<00:05, 24.40it/s]
147
  59%|█████▉ | 186/314 [00:07<00:05, 25.58it/s]
148
  60%|██████ | 189/314 [00:07<00:04, 26.57it/s]
149
  61%|██████ | 192/314 [00:07<00:04, 26.96it/s]
150
  62%|██████▏ | 196/314 [00:07<00:04, 28.14it/s]
151
  63%|██████▎ | 199/314 [00:07<00:04, 28.11it/s]
152
  64%|██████▍ | 202/314 [00:07<00:03, 28.24it/s]
153
  66%|██████▌ | 206/314 [00:07<00:03, 29.08it/s]
154
  67%|██████▋ | 209/314 [00:07<00:03, 28.37it/s]
155
  68%|██████▊ | 213/314 [00:08<00:03, 29.12it/s]
156
  69%|██████▉ | 216/314 [00:08<00:03, 29.01it/s]
157
  70%|███████ | 220/314 [00:08<00:03, 28.53it/s]
158
  71%|███████ | 223/314 [00:08<00:03, 28.31it/s]
159
  72%|███████▏ | 226/314 [00:08<00:03, 28.69it/s]
160
  73%|███████▎ | 229/314 [00:08<00:02, 28.38it/s]
161
  74%|███████▍ | 232/314 [00:08<00:02, 27.82it/s]
162
  75%|███████▍ | 235/314 [00:08<00:02, 28.28it/s]
163
  76%|███████▌ | 239/314 [00:09<00:02, 29.14it/s]
164
  77%|███████▋ | 243/314 [00:09<00:02, 29.99it/s]
165
  78%|███████▊ | 246/314 [00:09<00:02, 29.72it/s]
166
  79%|███████▉ | 249/314 [00:09<00:02, 29.57it/s]
167
  80%|████████ | 252/314 [00:09<00:02, 27.25it/s]
168
  81%|████████ | 255/314 [00:09<00:02, 27.67it/s]
169
  82%|████████▏ | 258/314 [00:09<00:02, 27.08it/s]
170
  83%|████████▎ | 262/314 [00:09<00:01, 27.80it/s]
171
  85%|████████▍ | 266/314 [00:09<00:01, 28.50it/s]
172
  86%|████████▌ | 269/314 [00:10<00:01, 28.74it/s]
173
  87%|████████▋ | 272/314 [00:10<00:01, 28.30it/s]
174
  88%|████████▊ | 275/314 [00:10<00:01, 28.39it/s]
175
  89%|████████▉ | 279/314 [00:10<00:01, 27.88it/s]
176
  90%|█████████ | 283/314 [00:10<00:01, 28.76it/s]
177
  91%|█████████▏| 287/314 [00:10<00:00, 29.16it/s]
178
  92%|█████████▏| 290/314 [00:10<00:00, 28.28it/s]
179
  94%|█████████▎| 294/314 [00:10<00:00, 29.00it/s]
180
  95%|█████████▍| 298/314 [00:11<00:00, 29.45it/s]
181
  96%|█████████▌| 301/314 [00:11<00:00, 29.29it/s]
182
  97%|█████████▋| 304/314 [00:11<00:00, 29.38it/s]
183
  98%|█████████▊| 307/314 [00:11<00:00, 28.79it/s]
184
  99%|█████████▊| 310/314 [00:11<00:00, 28.91it/s]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ loading annotations into memory...
2
+ Done (t=0.03s)
3
+ creating index...
4
+ index created!
5
+ 一共314 张
6
+ loading annotations into memory...
7
+ Done (t=0.03s)
8
+ creating index...
9
+ index created!
10
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/ms_sjd/img/gt
11
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/ms_sjd/img
12
+
13
  0%| | 0/314 [00:00<?, ?it/s]
14
  0%| | 1/314 [00:00<01:54, 2.74it/s]
15
  2%|▏ | 6/314 [00:00<00:19, 15.69it/s]
16
  3%|▎ | 10/314 [00:00<00:13, 21.87it/s]
17
  4%|▍ | 14/314 [00:00<00:15, 20.00it/s]
18
  5%|▌ | 17/314 [00:00<00:14, 20.88it/s]
19
  7%|▋ | 22/314 [00:01<00:10, 27.27it/s]
20
  9%|▉ | 28/314 [00:01<00:08, 34.62it/s]
21
  10%|█ | 32/314 [00:01<00:08, 31.85it/s]
22
  12%|█▏ | 37/314 [00:01<00:07, 35.73it/s]
23
  14%|█▎ | 43/314 [00:01<00:06, 40.36it/s]
24
  16%|█▌ | 49/314 [00:01<00:05, 44.50it/s]
25
  17%|█▋ | 54/314 [00:01<00:05, 44.99it/s]
26
  19%|█▉ | 59/314 [00:01<00:06, 36.77it/s]
27
  20%|██ | 64/314 [00:02<00:08, 29.42it/s]
28
  22%|██▏ | 69/314 [00:02<00:08, 30.34it/s]
29
  23%|██▎ | 73/314 [00:02<00:07, 32.03it/s]
30
  25%|██▍ | 77/314 [00:02<00:07, 31.14it/s]
31
  26%|██▌ | 81/314 [00:02<00:07, 30.10it/s]
32
  27%|██▋ | 85/314 [00:02<00:08, 27.02it/s]
33
  28%|██▊ | 88/314 [00:03<00:08, 27.65it/s]
34
  29%|██▉ | 91/314 [00:03<00:08, 27.19it/s]
35
  30%|██▉ | 94/314 [00:03<00:08, 24.79it/s]
36
  32%|███▏ | 99/314 [00:03<00:08, 26.55it/s]
37
  32%|███▏ | 102/314 [00:03<00:08, 24.32it/s]
38
  33%|███▎ | 105/314 [00:03<00:09, 22.66it/s]
39
  35%|███▍ | 109/314 [00:03<00:08, 25.46it/s]
40
  36%|███▌ | 113/314 [00:04<00:07, 26.66it/s]
41
  37%|███▋ | 116/314 [00:04<00:08, 23.13it/s]
42
  38%|███▊ | 119/314 [00:04<00:08, 21.83it/s]
43
  39%|███▉ | 122/314 [00:04<00:09, 21.10it/s]
44
  40%|███▉ | 125/314 [00:04<00:08, 22.94it/s]
45
  41%|████ | 128/314 [00:04<00:08, 21.73it/s]
46
  42%|████▏ | 131/314 [00:04<00:08, 22.59it/s]
47
  43%|████▎ | 134/314 [00:05<00:07, 22.64it/s]
48
  44%|████▎ | 137/314 [00:05<00:08, 21.99it/s]
49
  45%|████▌ | 142/314 [00:05<00:06, 27.80it/s]
50
  46%|████▌ | 145/314 [00:05<00:06, 25.20it/s]
51
  47%|████▋ | 149/314 [00:05<00:06, 26.40it/s]
52
  48%|████▊ | 152/314 [00:05<00:06, 26.35it/s]
53
  49%|████▉ | 155/314 [00:05<00:06, 24.52it/s]
54
  51%|█████ | 159/314 [00:05<00:05, 27.05it/s]
55
  52%|█████▏ | 162/314 [00:06<00:05, 25.76it/s]
56
  53%|█████▎ | 165/314 [00:06<00:06, 23.22it/s]
57
  54%|█████▎ | 168/314 [00:06<00:06, 22.25it/s]
58
  54%|█████▍ | 171/314 [00:06<00:06, 20.96it/s]
59
  55%|█████▌ | 174/314 [00:06<00:06, 22.82it/s]
60
  57%|█████▋ | 178/314 [00:06<00:05, 25.79it/s]
61
  58%|█████▊ | 181/314 [00:06<00:06, 20.68it/s]
62
  59%|█████▊ | 184/314 [00:07<00:06, 19.46it/s]
63
  60%|█████▉ | 188/314 [00:07<00:05, 22.82it/s]
64
  61%|██████ | 191/314 [00:07<00:05, 23.14it/s]
65
  62%|██████▏ | 195/314 [00:07<00:04, 26.42it/s]
66
  63%|██████▎ | 198/314 [00:07<00:04, 23.84it/s]
67
  64%|██████▍ | 201/314 [00:07<00:05, 21.02it/s]
68
  65%|██████▍ | 204/314 [00:08<00:05, 21.46it/s]
69
  66%|██████▌ | 207/314 [00:08<00:05, 20.78it/s]
70
  67%|██████▋ | 210/314 [00:08<00:05, 20.36it/s]
71
  68%|██████▊ | 215/314 [00:08<00:03, 26.67it/s]
72
  69%|██████▉ | 218/314 [00:08<00:03, 24.80it/s]
73
  70%|███████ | 221/314 [00:08<00:03, 23.72it/s]
74
  71%|███████▏ | 224/314 [00:08<00:03, 24.35it/s]
75
  72%|███████▏ | 227/314 [00:08<00:03, 24.09it/s]
76
  73%|███████▎ | 230/314 [00:09<00:03, 23.50it/s]
77
  74%|███████▍ | 233/314 [00:09<00:03, 24.25it/s]
78
  75%|███████▌ | 236/314 [00:09<00:03, 22.99it/s]
79
  76%|███████▌ | 239/314 [00:09<00:03, 21.49it/s]
80
  77%|███████▋ | 242/314 [00:09<00:03, 21.22it/s]
81
  78%|███████▊ | 245/314 [00:09<00:03, 21.93it/s]
82
  79%|███████▉ | 248/314 [00:09<00:02, 22.11it/s]
83
  80%|████████ | 252/314 [00:10<00:02, 24.16it/s]
84
  81%|████████ | 255/314 [00:10<00:02, 24.86it/s]
85
  82%|████████▏ | 258/314 [00:10<00:02, 23.82it/s]
86
  83%|████████▎ | 262/314 [00:10<00:02, 25.03it/s]
87
  84%|████████▍ | 265/314 [00:10<00:01, 25.41it/s]
88
  85%|████████▌ | 268/314 [00:10<00:01, 25.32it/s]
89
  86%|████████▋ | 271/314 [00:10<00:01, 23.93it/s]
90
  88%|████████▊ | 275/314 [00:10<00:01, 27.72it/s]
91
  89%|████████▊ | 278/314 [00:11<00:01, 23.66it/s]
92
  89%|████████▉ | 281/314 [00:11<00:01, 21.08it/s]
93
  90%|█████████ | 284/314 [00:11<00:01, 22.51it/s]
94
  91%|█████████▏| 287/314 [00:11<00:01, 22.68it/s]
95
  92%|█████████▏| 290/314 [00:11<00:01, 23.08it/s]
96
  93%|█████████▎| 293/314 [00:11<00:00, 22.01it/s]
97
  94%|█████████▍| 296/314 [00:11<00:00, 21.36it/s]
98
  95%|█████████▌| 299/314 [00:12<00:00, 18.64it/s]
99
  97%|█████████▋| 304/314 [00:12<00:00, 24.03it/s]
100
  98%|█████████▊| 307/314 [00:12<00:00, 23.04it/s]
101
  99%|█████████▊| 310/314 [00:12<00:00, 20.44it/s]
102
+
103
  0%| | 0/314 [00:00<?, ?it/s]
104
  1%|▏ | 4/314 [00:00<00:10, 30.42it/s]
105
  3%|▎ | 8/314 [00:00<00:11, 27.61it/s]
106
  4%|▎ | 11/314 [00:00<00:10, 28.28it/s]
107
  4%|▍ | 14/314 [00:00<00:10, 27.89it/s]
108
  5%|▌ | 17/314 [00:00<00:10, 27.27it/s]
109
  6%|▋ | 20/314 [00:00<00:10, 27.40it/s]
110
  7%|▋ | 23/314 [00:00<00:10, 28.14it/s]
111
  8%|▊ | 26/314 [00:00<00:10, 27.41it/s]
112
  9%|▉ | 29/314 [00:01<00:10, 27.38it/s]
113
  10%|█ | 32/314 [00:01<00:10, 26.20it/s]
114
  11%|█ | 35/314 [00:01<00:11, 24.74it/s]
115
  12%|█▏ | 39/314 [00:01<00:10, 26.05it/s]
116
  13%|█▎ | 42/314 [00:01<00:10, 27.02it/s]
117
  14%|█▍ | 45/314 [00:01<00:10, 26.82it/s]
118
  15%|█▌ | 48/314 [00:01<00:10, 26.47it/s]
119
  16%|█▌ | 51/314 [00:01<00:10, 25.90it/s]
120
  17%|█▋ | 54/314 [00:02<00:10, 25.38it/s]
121
  18%|█▊ | 57/314 [00:02<00:11, 22.51it/s]
122
  19%|█▉ | 60/314 [00:02<00:11, 23.06it/s]
123
  20%|██ | 63/314 [00:02<00:10, 24.73it/s]
124
  21%|██ | 66/314 [00:02<00:09, 25.33it/s]
125
  22%|██▏ | 69/314 [00:02<00:10, 24.00it/s]
126
  23%|██▎ | 72/314 [00:02<00:09, 24.83it/s]
127
  24%|██▍ | 75/314 [00:02<00:09, 24.31it/s]
128
  25%|██▍ | 78/314 [00:03<00:10, 22.79it/s]
129
  26%|██▌ | 81/314 [00:03<00:10, 23.21it/s]
130
  27%|██▋ | 84/314 [00:03<00:09, 24.34it/s]
131
  28%|██▊ | 87/314 [00:03<00:10, 22.23it/s]
132
  29%|██▊ | 90/314 [00:03<00:09, 22.75it/s]
133
  30%|██▉ | 93/314 [00:03<00:09, 22.29it/s]
134
  31%|███ | 96/314 [00:03<00:09, 21.85it/s]
135
  32%|███▏ | 99/314 [00:03<00:09, 23.01it/s]
136
  32%|███▏ | 102/314 [00:04<00:09, 22.28it/s]
137
  33%|███▎ | 105/314 [00:04<00:09, 23.08it/s]
138
  34%|███▍ | 108/314 [00:04<00:08, 24.31it/s]
139
  35%|███▌ | 111/314 [00:04<00:08, 23.92it/s]
140
  36%|███▋ | 114/314 [00:04<00:07, 25.21it/s]
141
  37%|███▋ | 117/314 [00:04<00:07, 24.80it/s]
142
  38%|███▊ | 120/314 [00:04<00:07, 25.25it/s]
143
  39%|███▉ | 123/314 [00:04<00:07, 26.17it/s]
144
  40%|████ | 127/314 [00:05<00:06, 27.48it/s]
145
  42%|████▏ | 131/314 [00:05<00:06, 28.79it/s]
146
  43%|████▎ | 134/314 [00:05<00:06, 29.09it/s]
147
  44%|████▍ | 138/314 [00:05<00:05, 29.77it/s]
148
  45%|████▌ | 142/314 [00:05<00:05, 30.14it/s]
149
  46%|████▋ | 146/314 [00:05<00:05, 30.47it/s]
150
  48%|████▊ | 150/314 [00:05<00:05, 28.99it/s]
151
  49%|████▊ | 153/314 [00:05<00:05, 28.43it/s]
152
  50%|████▉ | 156/314 [00:06<00:05, 28.65it/s]
153
  51%|█████ | 159/314 [00:06<00:05, 26.23it/s]
154
  52%|█████▏ | 163/314 [00:06<00:05, 27.72it/s]
155
  53%|█████▎ | 166/314 [00:06<00:05, 27.92it/s]
156
  54%|█████▍ | 170/314 [00:06<00:05, 28.71it/s]
157
  55%|█████▌ | 174/314 [00:06<00:04, 29.37it/s]
158
  56%|█████▋ | 177/314 [00:06<00:04, 29.53it/s]
159
  57%|█████▋ | 180/314 [00:06<00:04, 27.73it/s]
160
  58%|█████▊ | 183/314 [00:07<00:05, 24.40it/s]
161
  59%|█████▉ | 186/314 [00:07<00:05, 25.58it/s]
162
  60%|██████ | 189/314 [00:07<00:04, 26.57it/s]
163
  61%|██████ | 192/314 [00:07<00:04, 26.96it/s]
164
  62%|██████▏ | 196/314 [00:07<00:04, 28.14it/s]
165
  63%|██████▎ | 199/314 [00:07<00:04, 28.11it/s]
166
  64%|██████▍ | 202/314 [00:07<00:03, 28.24it/s]
167
  66%|██████▌ | 206/314 [00:07<00:03, 29.08it/s]
168
  67%|██████▋ | 209/314 [00:07<00:03, 28.37it/s]
169
  68%|██████▊ | 213/314 [00:08<00:03, 29.12it/s]
170
  69%|██████▉ | 216/314 [00:08<00:03, 29.01it/s]
171
  70%|███████ | 220/314 [00:08<00:03, 28.53it/s]
172
  71%|███████ | 223/314 [00:08<00:03, 28.31it/s]
173
  72%|███████▏ | 226/314 [00:08<00:03, 28.69it/s]
174
  73%|███████▎ | 229/314 [00:08<00:02, 28.38it/s]
175
  74%|███████▍ | 232/314 [00:08<00:02, 27.82it/s]
176
  75%|███████▍ | 235/314 [00:08<00:02, 28.28it/s]
177
  76%|███████▌ | 239/314 [00:09<00:02, 29.14it/s]
178
  77%|███████▋ | 243/314 [00:09<00:02, 29.99it/s]
179
  78%|███████▊ | 246/314 [00:09<00:02, 29.72it/s]
180
  79%|███████▉ | 249/314 [00:09<00:02, 29.57it/s]
181
  80%|████████ | 252/314 [00:09<00:02, 27.25it/s]
182
  81%|████████ | 255/314 [00:09<00:02, 27.67it/s]
183
  82%|████████▏ | 258/314 [00:09<00:02, 27.08it/s]
184
  83%|████████▎ | 262/314 [00:09<00:01, 27.80it/s]
185
  85%|████████▍ | 266/314 [00:09<00:01, 28.50it/s]
186
  86%|████████▌ | 269/314 [00:10<00:01, 28.74it/s]
187
  87%|████████▋ | 272/314 [00:10<00:01, 28.30it/s]
188
  88%|████████▊ | 275/314 [00:10<00:01, 28.39it/s]
189
  89%|████████▉ | 279/314 [00:10<00:01, 27.88it/s]
190
  90%|█████████ | 283/314 [00:10<00:01, 28.76it/s]
191
  91%|█████████▏| 287/314 [00:10<00:00, 29.16it/s]
192
  92%|█████████▏| 290/314 [00:10<00:00, 28.28it/s]
193
  94%|█████████▎| 294/314 [00:10<00:00, 29.00it/s]
194
  95%|█████████▍| 298/314 [00:11<00:00, 29.45it/s]
195
  96%|█████████▌| 301/314 [00:11<00:00, 29.29it/s]
196
  97%|█████████▋| 304/314 [00:11<00:00, 29.38it/s]
197
  98%|█████████▊| 307/314 [00:11<00:00, 28.79it/s]
198
  99%|█████████▊| 310/314 [00:11<00:00, 28.91it/s]
199
+ FID: 129.46357970318832
200
+
201
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
202
+ warnings.warn(*args, **kwargs)
203
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
204
+ warnings.warn(
205
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
206
+ DINO_I: 0.13784950971603394
207
+
208
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
209
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
210
+ with torch.cuda.amp.autocast():
211
+
212
+ INFO:absl:FID: 129.46357970318832
213
+ INFO:absl:DINO_I: 0.13784950971603394
214
+ INFO:absl:IS: (tensor(13.6355, device='cuda:0'), tensor(0.8688, device='cuda:0'))
215
+ INFO:absl:CLIP_T: 0.1891890382690794
216
+ INFO:absl:HPSv2: 0.29075515649880573
217
+ INFO:absl:Aesthetic: 6.486864429370613
218
+ Scores:
219
+ FID: 129.46357970318832
220
+ DINO_I: 0.13784950971603394
221
+ IS: (tensor(13.6355, device='cuda:0'), tensor(0.8688, device='cuda:0'))
222
+ CLIP_T: 0.1891890382690794
223
+ HPSv2: 0.29075515649880573
224
+ Aesthetic: 6.486864429370613
scripts/eval/slurm-6226599.out ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
0
  0%| | 0/322 [00:00<?, ?it/s]
1
  0%| | 1/322 [00:00<02:40, 2.01it/s]
2
  2%|▏ | 6/322 [00:00<00:25, 12.23it/s]
3
  3%|▎ | 9/322 [00:00<00:19, 15.94it/s]
4
  4%|▎ | 12/322 [00:00<00:20, 15.14it/s]
5
  5%|▍ | 15/322 [00:01<00:18, 16.88it/s]
6
  6%|▌ | 19/322 [00:01<00:14, 21.13it/s]
7
  8%|▊ | 25/322 [00:01<00:10, 29.47it/s]
8
  9%|▉ | 29/322 [00:01<00:10, 28.79it/s]
9
  11%|█ | 35/322 [00:01<00:08, 35.37it/s]
10
  12%|█▏ | 40/322 [00:01<00:07, 38.89it/s]
11
  14%|█▍ | 46/322 [00:01<00:06, 43.42it/s]
12
  16%|█▌ | 51/322 [00:01<00:06, 44.70it/s]
13
  17%|█▋ | 56/322 [00:02<00:07, 36.20it/s]
14
  19%|█▉ | 61/322 [00:02<00:08, 30.99it/s]
15
  20%|██ | 65/322 [00:02<00:08, 29.94it/s]
16
  21%|██▏ | 69/322 [00:02<00:08, 30.24it/s]
17
  23%|██▎ | 73/322 [00:02<00:08, 29.46it/s]
18
  24%|██▍ | 77/322 [00:02<00:08, 28.00it/s]
19
  25%|██▍ | 80/322 [00:02<00:08, 27.29it/s]
20
  26%|██▌ | 83/322 [00:03<00:09, 25.27it/s]
21
  27%|██▋ | 86/322 [00:03<00:09, 26.06it/s]
22
  28%|██▊ | 89/322 [00:03<00:09, 24.62it/s]
23
  29%|██▉ | 93/322 [00:03<00:08, 28.03it/s]
24
  30%|██▉ | 96/322 [00:03<00:08, 28.03it/s]
25
  31%|███ | 99/322 [00:03<00:08, 26.05it/s]
26
  32%|███▏ | 102/322 [00:03<00:08, 25.07it/s]
27
  33%|███▎ | 106/322 [00:03<00:07, 27.37it/s]
28
  34%|███▍ | 110/322 [00:04<00:07, 26.58it/s]
29
  35%|███▌ | 113/322 [00:04<00:08, 25.52it/s]
30
  36%|███▌ | 116/322 [00:04<00:08, 23.05it/s]
31
  37%|███▋ | 120/322 [00:04<00:08, 23.83it/s]
32
  38%|███▊ | 123/322 [00:04<00:09, 21.71it/s]
33
  39%|███▉ | 126/322 [00:04<00:09, 21.24it/s]
34
  40%|████ | 129/322 [00:05<00:08, 22.75it/s]
35
  41%|████ | 132/322 [00:05<00:08, 22.23it/s]
36
  42%|████▏ | 135/322 [00:05<00:08, 21.97it/s]
37
  43%|████▎ | 139/322 [00:05<00:07, 25.92it/s]
38
  44%|████▍ | 142/322 [00:05<00:07, 24.75it/s]
39
  46%|████▌ | 147/322 [00:05<00:06, 27.35it/s]
40
  47%|████▋ | 151/322 [00:05<00:06, 28.45it/s]
41
  48%|████▊ | 154/322 [00:05<00:06, 27.40it/s]
42
  49%|████▉ | 158/322 [00:06<00:05, 30.45it/s]
43
  50%|█████ | 162/322 [00:06<00:06, 26.26it/s]
44
  51%|█████ | 165/322 [00:06<00:06, 23.01it/s]
45
  52%|█████▏ | 168/322 [00:06<00:06, 23.69it/s]
46
  53%|█████▎ | 171/322 [00:06<00:06, 23.97it/s]
47
  54%|█████▍ | 174/322 [00:06<00:05, 24.99it/s]
48
  55%|█████▍ | 177/322 [00:06<00:05, 26.09it/s]
49
  56%|█████▌ | 180/322 [00:06<00:05, 26.34it/s]
50
  57%|█████▋ | 183/322 [00:07<00:05, 25.27it/s]
51
  58%|█████▊ | 186/322 [00:07<00:05, 22.67it/s]
52
  59%|█████▊ | 189/322 [00:07<00:05, 22.74it/s]
53
  60%|█████▉ | 192/322 [00:07<00:05, 23.98it/s]
54
  61%|██████ | 196/322 [00:07<00:04, 27.78it/s]
55
  62%|██████▏ | 199/322 [00:07<00:04, 27.70it/s]
56
  63%|██████▎ | 202/322 [00:07<00:04, 28.19it/s]
57
  64%|██████▎ | 205/322 [00:08<00:04, 23.73it/s]
58
  65%|██████▍ | 208/322 [00:08<00:04, 22.83it/s]
59
  66%|██████▌ | 211/322 [00:08<00:05, 21.93it/s]
60
  66%|██████▋ | 214/322 [00:08<00:04, 21.73it/s]
61
  68%|██████▊ | 219/322 [00:08<00:04, 24.53it/s]
62
  69%|██████▉ | 222/322 [00:08<00:04, 22.22it/s]
63
  70%|███████ | 226/322 [00:08<00:04, 23.41it/s]
64
  71%|███████ | 229/322 [00:09<00:04, 23.25it/s]
65
  72%|███████▏ | 232/322 [00:09<00:03, 23.49it/s]
66
  73%|███████▎ | 235/322 [00:09<00:03, 24.56it/s]
67
  74%|███████▍ | 239/322 [00:09<00:03, 25.18it/s]
68
  75%|███████▌ | 242/322 [00:09<00:03, 25.80it/s]
69
  76%|███████▌ | 245/322 [00:09<00:03, 22.93it/s]
70
  77%|███████▋ | 248/322 [00:09<00:03, 21.08it/s]
71
  78%|███████▊ | 252/322 [00:10<00:02, 23.73it/s]
72
  80%|███████▉ | 256/322 [00:10<00:02, 25.90it/s]
73
  80%|████████ | 259/322 [00:10<00:02, 26.67it/s]
74
  81%|████████▏ | 262/322 [00:10<00:02, 24.46it/s]
75
  82%|████████▏ | 265/322 [00:10<00:02, 25.43it/s]
76
  84%|████████▎ | 269/322 [00:10<00:02, 25.12it/s]
77
  85%|████████▍ | 273/322 [00:10<00:01, 25.94it/s]
78
  86%|████████▌ | 276/322 [00:10<00:01, 26.12it/s]
79
  87%|████████▋ | 280/322 [00:11<00:01, 27.76it/s]
80
  88%|███████���▊ | 284/322 [00:11<00:01, 27.10it/s]
81
  89%|████████▉ | 287/322 [00:11<00:01, 26.64it/s]
82
  90%|█████████ | 290/322 [00:11<00:01, 25.71it/s]
83
  92%|█████████▏| 295/322 [00:11<00:00, 28.17it/s]
84
  93%|█████████▎| 298/322 [00:11<00:00, 25.51it/s]
85
  94%|█████████▍| 303/322 [00:11<00:00, 26.73it/s]
86
  95%|█████████▌| 306/322 [00:12<00:00, 26.32it/s]
87
  96%|█████████▌| 309/322 [00:12<00:00, 24.88it/s]
88
  97%|█████████▋| 313/322 [00:12<00:00, 26.99it/s]
89
  99%|█████████▉| 318/322 [00:12<00:00, 27.70it/s]
 
90
  0%| | 0/322 [00:00<?, ?it/s]
91
  1%| | 2/322 [00:00<00:17, 17.90it/s]
92
  2%|▏ | 5/322 [00:00<00:19, 16.39it/s]
93
  2%|▏ | 8/322 [00:00<00:16, 19.61it/s]
94
  3%|▎ | 11/322 [00:00<00:14, 21.28it/s]
95
  5%|▍ | 15/322 [00:00<00:12, 24.28it/s]
96
  6%|▌ | 18/322 [00:00<00:12, 24.93it/s]
97
  7%|▋ | 21/322 [00:00<00:11, 25.80it/s]
98
  7%|▋ | 24/322 [00:01<00:11, 26.36it/s]
99
  8%|▊ | 27/322 [00:01<00:10, 27.11it/s]
100
  9%|▉ | 30/322 [00:01<00:10, 26.64it/s]
101
  10%|█ | 33/322 [00:01<00:10, 26.62it/s]
102
  11%|█ | 36/322 [00:01<00:11, 25.63it/s]
103
  12%|█▏ | 39/322 [00:01<00:11, 23.61it/s]
104
  13%|█▎ | 42/322 [00:01<00:11, 24.75it/s]
105
  14%|█▍ | 45/322 [00:01<00:10, 25.24it/s]
106
  15%|█▍ | 48/322 [00:01<00:10, 25.48it/s]
107
  16%|█▌ | 51/322 [00:02<00:10, 25.91it/s]
108
  17%|█▋ | 54/322 [00:02<00:10, 24.77it/s]
109
  18%|█▊ | 57/322 [00:02<00:10, 24.95it/s]
110
  19%|█▊ | 60/322 [00:02<00:11, 22.15it/s]
111
  20%|█▉ | 63/322 [00:02<00:10, 23.62it/s]
112
  20%|██ | 66/322 [00:02<00:10, 24.52it/s]
113
  21%|██▏ | 69/322 [00:02<00:11, 22.73it/s]
114
  22%|██▏ | 72/322 [00:02<00:10, 23.87it/s]
115
  23%|██▎ | 75/322 [00:03<00:10, 24.02it/s]
116
  24%|██▍ | 78/322 [00:03<00:10, 23.77it/s]
117
  25%|██▌ | 81/322 [00:03<00:10, 22.33it/s]
118
  26%|██▌ | 84/322 [00:03<00:10, 23.46it/s]
119
  27%|██▋ | 87/322 [00:03<00:09, 23.90it/s]
120
  28%|██▊ | 90/322 [00:03<00:11, 20.93it/s]
121
  29%|██▉ | 93/322 [00:03<00:11, 20.21it/s]
122
  30%|██▉ | 96/322 [00:04<00:11, 20.40it/s]
123
  31%|███ | 99/322 [00:04<00:10, 21.84it/s]
124
  32%|███▏ | 102/322 [00:04<00:09, 22.68it/s]
125
  33%|███▎ | 105/322 [00:04<00:10, 21.24it/s]
126
  34%|███▎ | 108/322 [00:04<00:09, 22.72it/s]
127
  34%|███▍ | 111/322 [00:04<00:08, 23.53it/s]
128
  35%|███▌ | 114/322 [00:04<00:08, 24.75it/s]
129
  36%|███▋ | 117/322 [00:04<00:08, 24.79it/s]
130
  37%|███▋ | 120/322 [00:05<00:08, 24.04it/s]
131
  38%|███▊ | 123/322 [00:05<00:07, 25.00it/s]
132
  39%|███▉ | 126/322 [00:05<00:07, 25.91it/s]
133
  40%|████ | 130/322 [00:05<00:07, 27.07it/s]
134
  41%|████▏ | 133/322 [00:05<00:06, 27.26it/s]
135
  42%|████▏ | 136/322 [00:05<00:06, 27.72it/s]
136
  43%|████▎ | 139/322 [00:05<00:06, 27.32it/s]
137
  44%|████▍ | 142/322 [00:05<00:06, 27.92it/s]
138
  45%|████▌ | 146/322 [00:05<00:06, 28.85it/s]
139
  46%|████▋ | 149/322 [00:06<00:06, 28.80it/s]
140
  47%|████▋ | 152/322 [00:06<00:06, 26.52it/s]
141
  48%|████▊ | 155/322 [00:06<00:06, 27.22it/s]
142
  49%|████▉ | 158/322 [00:06<00:06, 24.51it/s]
143
  50%|█████ | 161/322 [00:06<00:06, 25.85it/s]
144
  51%|█████ | 164/322 [00:06<00:05, 26.39it/s]
145
  52%|█████▏ | 168/322 [00:06<00:05, 27.88it/s]
146
  53%|█████▎ | 171/322 [00:06<00:05, 28.12it/s]
147
  54%|█████▍ | 174/322 [00:07<00:05, 28.38it/s]
148
  55%|█████▍ | 177/322 [00:07<00:05, 26.87it/s]
149
  56%|█████▌ | 180/322 [00:07<00:05, 26.56it/s]
150
  57%|█████▋ | 183/322 [00:07<00:05, 26.71it/s]
151
  58%|█████▊ | 186/322 [00:07<00:04, 27.53it/s]
152
  59%|█████▊ | 189/322 [00:07<00:04, 27.64it/s]
153
  60%|█████▉ | 192/322 [00:07<00:04, 27.64it/s]
154
  61%|██████ | 196/322 [00:07<00:04, 28.65it/s]
155
  62%|██████▏ | 199/322 [00:07<00:04, 28.25it/s]
156
  63%|██████▎ | 202/322 [00:08<00:04, 28.47it/s]
157
  64%|██████▍ | 206/322 [00:08<00:03, 29.20it/s]
158
  65%|██████▍ | 209/322 [00:08<00:04, 27.82it/s]
159
  66%|██████▌ | 212/322 [00:08<00:03, 27.98it/s]
160
  67%|██████▋ | 215/322 [00:08<00:03, 28.17it/s]
161
  68%|██████▊ | 218/322 [00:08<00:03, 28.46it/s]
162
  69%|██████▊ | 221/322 [00:08<00:03, 27.62it/s]
163
  70%|██████▉ | 224/322 [00:08<00:03, 28.12it/s]
164
  70%|███████ | 227/322 [00:08<00:03, 27.39it/s]
165
  71%|███████▏ | 230/322 [00:09<00:03, 27.58it/s]
166
  72%|███████▏ | 233/322 [00:09<00:03, 28.09it/s]
167
  74%|███████▎ | 237/322 [00:09<00:02, 28.84it/s]
168
  75%|███████▍ | 241/322 [00:09<00:02, 29.54it/s]
169
  76%|███████▌ | 244/322 [00:09<00:02, 29.53it/s]
170
  77%|███████▋ | 247/322 [00:09<00:02, 29.06it/s]
171
  78%|███████▊ | 250/322 [00:09<00:02, 27.58it/s]
172
  79%|███████▊ | 253/322 [00:09<00:02, 27.59it/s]
173
  80%|███████▉ | 256/322 [00:09<00:02, 25.93it/s]
174
  80%|████████ | 259/322 [00:10<00:02, 26.87it/s]
175
  81%|████████▏ | 262/322 [00:10<00:02, 27.34it/s]
176
  83%|████████▎ | 266/322 [00:10<00:01, 28.22it/s]
177
  84%|████████▎ | 269/322 [00:10<00:01, 28.47it/s]
178
  84%|████████▍ | 272/322 [00:10<00:01, 27.03it/s]
179
  86%|████████▌ | 276/322 [00:10<00:01, 28.35it/s]
180
  87%|████████▋ | 279/322 [00:10<00:01, 27.87it/s]
181
  88%|████████▊ | 282/322 [00:10<00:01, 28.43it/s]
182
  89%|████████▊ | 285/322 [00:11<00:01, 28.62it/s]
183
  89%|████████▉ | 288/322 [00:11<00:01, 28.10it/s]
184
  90%|█████████ | 291/322 [00:11<00:01, 28.00it/s]
185
  91%|█████████▏| 294/322 [00:11<00:00, 28.44it/s]
186
  92%|█████████▏| 297/322 [00:11<00:00, 27.55it/s]
187
  93%|█████████▎| 300/322 [00:11<00:00, 27.37it/s]
188
  94%|█████████▍| 304/322 [00:11<00:00, 28.21it/s]
189
  95%|█████████▌| 307/322 [00:11<00:00, 27.77it/s]
190
  96%|█████████▋| 310/322 [00:12<00:00, 21.79it/s]
191
  97%|█████████▋| 313/322 [00:12<00:00, 14.16it/s]
192
  98%|█████████▊| 315/322 [00:12<00:00, 8.74it/s]
193
  98%|█████████▊| 317/322 [00:13<00:00, 7.43it/s]
194
  99%|█████████▉| 319/322 [00:13<00:00, 5.96it/s]
195
  99%|█████████▉| 320/322 [00:14<00:00, 5.61it/s]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ loading annotations into memory...
2
+ Done (t=0.03s)
3
+ creating index...
4
+ index created!
5
+ 一共322 张
6
+ loading annotations into memory...
7
+ Done (t=0.03s)
8
+ creating index...
9
+ index created!
10
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/mscr_gsd/img/gt
11
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/mscr_gsd/img
12
+
13
  0%| | 0/322 [00:00<?, ?it/s]
14
  0%| | 1/322 [00:00<02:40, 2.01it/s]
15
  2%|▏ | 6/322 [00:00<00:25, 12.23it/s]
16
  3%|▎ | 9/322 [00:00<00:19, 15.94it/s]
17
  4%|▎ | 12/322 [00:00<00:20, 15.14it/s]
18
  5%|▍ | 15/322 [00:01<00:18, 16.88it/s]
19
  6%|▌ | 19/322 [00:01<00:14, 21.13it/s]
20
  8%|▊ | 25/322 [00:01<00:10, 29.47it/s]
21
  9%|▉ | 29/322 [00:01<00:10, 28.79it/s]
22
  11%|█ | 35/322 [00:01<00:08, 35.37it/s]
23
  12%|█▏ | 40/322 [00:01<00:07, 38.89it/s]
24
  14%|█▍ | 46/322 [00:01<00:06, 43.42it/s]
25
  16%|█▌ | 51/322 [00:01<00:06, 44.70it/s]
26
  17%|█▋ | 56/322 [00:02<00:07, 36.20it/s]
27
  19%|█▉ | 61/322 [00:02<00:08, 30.99it/s]
28
  20%|██ | 65/322 [00:02<00:08, 29.94it/s]
29
  21%|██▏ | 69/322 [00:02<00:08, 30.24it/s]
30
  23%|██▎ | 73/322 [00:02<00:08, 29.46it/s]
31
  24%|██▍ | 77/322 [00:02<00:08, 28.00it/s]
32
  25%|██▍ | 80/322 [00:02<00:08, 27.29it/s]
33
  26%|██▌ | 83/322 [00:03<00:09, 25.27it/s]
34
  27%|██▋ | 86/322 [00:03<00:09, 26.06it/s]
35
  28%|██▊ | 89/322 [00:03<00:09, 24.62it/s]
36
  29%|██▉ | 93/322 [00:03<00:08, 28.03it/s]
37
  30%|██▉ | 96/322 [00:03<00:08, 28.03it/s]
38
  31%|███ | 99/322 [00:03<00:08, 26.05it/s]
39
  32%|███▏ | 102/322 [00:03<00:08, 25.07it/s]
40
  33%|███▎ | 106/322 [00:03<00:07, 27.37it/s]
41
  34%|███▍ | 110/322 [00:04<00:07, 26.58it/s]
42
  35%|███▌ | 113/322 [00:04<00:08, 25.52it/s]
43
  36%|███▌ | 116/322 [00:04<00:08, 23.05it/s]
44
  37%|███▋ | 120/322 [00:04<00:08, 23.83it/s]
45
  38%|███▊ | 123/322 [00:04<00:09, 21.71it/s]
46
  39%|███▉ | 126/322 [00:04<00:09, 21.24it/s]
47
  40%|████ | 129/322 [00:05<00:08, 22.75it/s]
48
  41%|████ | 132/322 [00:05<00:08, 22.23it/s]
49
  42%|████▏ | 135/322 [00:05<00:08, 21.97it/s]
50
  43%|████▎ | 139/322 [00:05<00:07, 25.92it/s]
51
  44%|████▍ | 142/322 [00:05<00:07, 24.75it/s]
52
  46%|████▌ | 147/322 [00:05<00:06, 27.35it/s]
53
  47%|████▋ | 151/322 [00:05<00:06, 28.45it/s]
54
  48%|████▊ | 154/322 [00:05<00:06, 27.40it/s]
55
  49%|████▉ | 158/322 [00:06<00:05, 30.45it/s]
56
  50%|█████ | 162/322 [00:06<00:06, 26.26it/s]
57
  51%|█████ | 165/322 [00:06<00:06, 23.01it/s]
58
  52%|█████▏ | 168/322 [00:06<00:06, 23.69it/s]
59
  53%|█████▎ | 171/322 [00:06<00:06, 23.97it/s]
60
  54%|█████▍ | 174/322 [00:06<00:05, 24.99it/s]
61
  55%|█████▍ | 177/322 [00:06<00:05, 26.09it/s]
62
  56%|█████▌ | 180/322 [00:06<00:05, 26.34it/s]
63
  57%|█████▋ | 183/322 [00:07<00:05, 25.27it/s]
64
  58%|█████▊ | 186/322 [00:07<00:05, 22.67it/s]
65
  59%|█████▊ | 189/322 [00:07<00:05, 22.74it/s]
66
  60%|█████▉ | 192/322 [00:07<00:05, 23.98it/s]
67
  61%|██████ | 196/322 [00:07<00:04, 27.78it/s]
68
  62%|██████▏ | 199/322 [00:07<00:04, 27.70it/s]
69
  63%|██████▎ | 202/322 [00:07<00:04, 28.19it/s]
70
  64%|██████▎ | 205/322 [00:08<00:04, 23.73it/s]
71
  65%|██████▍ | 208/322 [00:08<00:04, 22.83it/s]
72
  66%|██████▌ | 211/322 [00:08<00:05, 21.93it/s]
73
  66%|██████▋ | 214/322 [00:08<00:04, 21.73it/s]
74
  68%|██████▊ | 219/322 [00:08<00:04, 24.53it/s]
75
  69%|██████▉ | 222/322 [00:08<00:04, 22.22it/s]
76
  70%|███████ | 226/322 [00:08<00:04, 23.41it/s]
77
  71%|███████ | 229/322 [00:09<00:04, 23.25it/s]
78
  72%|███████▏ | 232/322 [00:09<00:03, 23.49it/s]
79
  73%|███████▎ | 235/322 [00:09<00:03, 24.56it/s]
80
  74%|███████▍ | 239/322 [00:09<00:03, 25.18it/s]
81
  75%|███████▌ | 242/322 [00:09<00:03, 25.80it/s]
82
  76%|███████▌ | 245/322 [00:09<00:03, 22.93it/s]
83
  77%|███████▋ | 248/322 [00:09<00:03, 21.08it/s]
84
  78%|███████▊ | 252/322 [00:10<00:02, 23.73it/s]
85
  80%|███████▉ | 256/322 [00:10<00:02, 25.90it/s]
86
  80%|████████ | 259/322 [00:10<00:02, 26.67it/s]
87
  81%|████████▏ | 262/322 [00:10<00:02, 24.46it/s]
88
  82%|████████▏ | 265/322 [00:10<00:02, 25.43it/s]
89
  84%|████████▎ | 269/322 [00:10<00:02, 25.12it/s]
90
  85%|████████▍ | 273/322 [00:10<00:01, 25.94it/s]
91
  86%|████████▌ | 276/322 [00:10<00:01, 26.12it/s]
92
  87%|████████▋ | 280/322 [00:11<00:01, 27.76it/s]
93
  88%|███████���▊ | 284/322 [00:11<00:01, 27.10it/s]
94
  89%|████████▉ | 287/322 [00:11<00:01, 26.64it/s]
95
  90%|█████████ | 290/322 [00:11<00:01, 25.71it/s]
96
  92%|█████████▏| 295/322 [00:11<00:00, 28.17it/s]
97
  93%|█████████▎| 298/322 [00:11<00:00, 25.51it/s]
98
  94%|█████████▍| 303/322 [00:11<00:00, 26.73it/s]
99
  95%|█████████▌| 306/322 [00:12<00:00, 26.32it/s]
100
  96%|█████████▌| 309/322 [00:12<00:00, 24.88it/s]
101
  97%|█████████▋| 313/322 [00:12<00:00, 26.99it/s]
102
  99%|█████████▉| 318/322 [00:12<00:00, 27.70it/s]
103
+
104
  0%| | 0/322 [00:00<?, ?it/s]
105
  1%| | 2/322 [00:00<00:17, 17.90it/s]
106
  2%|▏ | 5/322 [00:00<00:19, 16.39it/s]
107
  2%|▏ | 8/322 [00:00<00:16, 19.61it/s]
108
  3%|▎ | 11/322 [00:00<00:14, 21.28it/s]
109
  5%|▍ | 15/322 [00:00<00:12, 24.28it/s]
110
  6%|▌ | 18/322 [00:00<00:12, 24.93it/s]
111
  7%|▋ | 21/322 [00:00<00:11, 25.80it/s]
112
  7%|▋ | 24/322 [00:01<00:11, 26.36it/s]
113
  8%|▊ | 27/322 [00:01<00:10, 27.11it/s]
114
  9%|▉ | 30/322 [00:01<00:10, 26.64it/s]
115
  10%|█ | 33/322 [00:01<00:10, 26.62it/s]
116
  11%|█ | 36/322 [00:01<00:11, 25.63it/s]
117
  12%|█▏ | 39/322 [00:01<00:11, 23.61it/s]
118
  13%|█▎ | 42/322 [00:01<00:11, 24.75it/s]
119
  14%|█▍ | 45/322 [00:01<00:10, 25.24it/s]
120
  15%|█▍ | 48/322 [00:01<00:10, 25.48it/s]
121
  16%|█▌ | 51/322 [00:02<00:10, 25.91it/s]
122
  17%|█▋ | 54/322 [00:02<00:10, 24.77it/s]
123
  18%|█▊ | 57/322 [00:02<00:10, 24.95it/s]
124
  19%|█▊ | 60/322 [00:02<00:11, 22.15it/s]
125
  20%|█▉ | 63/322 [00:02<00:10, 23.62it/s]
126
  20%|██ | 66/322 [00:02<00:10, 24.52it/s]
127
  21%|██▏ | 69/322 [00:02<00:11, 22.73it/s]
128
  22%|██▏ | 72/322 [00:02<00:10, 23.87it/s]
129
  23%|██▎ | 75/322 [00:03<00:10, 24.02it/s]
130
  24%|██▍ | 78/322 [00:03<00:10, 23.77it/s]
131
  25%|██▌ | 81/322 [00:03<00:10, 22.33it/s]
132
  26%|██▌ | 84/322 [00:03<00:10, 23.46it/s]
133
  27%|██▋ | 87/322 [00:03<00:09, 23.90it/s]
134
  28%|██▊ | 90/322 [00:03<00:11, 20.93it/s]
135
  29%|██▉ | 93/322 [00:03<00:11, 20.21it/s]
136
  30%|██▉ | 96/322 [00:04<00:11, 20.40it/s]
137
  31%|███ | 99/322 [00:04<00:10, 21.84it/s]
138
  32%|███▏ | 102/322 [00:04<00:09, 22.68it/s]
139
  33%|███▎ | 105/322 [00:04<00:10, 21.24it/s]
140
  34%|███▎ | 108/322 [00:04<00:09, 22.72it/s]
141
  34%|███▍ | 111/322 [00:04<00:08, 23.53it/s]
142
  35%|███▌ | 114/322 [00:04<00:08, 24.75it/s]
143
  36%|███▋ | 117/322 [00:04<00:08, 24.79it/s]
144
  37%|███▋ | 120/322 [00:05<00:08, 24.04it/s]
145
  38%|███▊ | 123/322 [00:05<00:07, 25.00it/s]
146
  39%|███▉ | 126/322 [00:05<00:07, 25.91it/s]
147
  40%|████ | 130/322 [00:05<00:07, 27.07it/s]
148
  41%|████▏ | 133/322 [00:05<00:06, 27.26it/s]
149
  42%|████▏ | 136/322 [00:05<00:06, 27.72it/s]
150
  43%|████▎ | 139/322 [00:05<00:06, 27.32it/s]
151
  44%|████▍ | 142/322 [00:05<00:06, 27.92it/s]
152
  45%|████▌ | 146/322 [00:05<00:06, 28.85it/s]
153
  46%|████▋ | 149/322 [00:06<00:06, 28.80it/s]
154
  47%|████▋ | 152/322 [00:06<00:06, 26.52it/s]
155
  48%|████▊ | 155/322 [00:06<00:06, 27.22it/s]
156
  49%|████▉ | 158/322 [00:06<00:06, 24.51it/s]
157
  50%|█████ | 161/322 [00:06<00:06, 25.85it/s]
158
  51%|█████ | 164/322 [00:06<00:05, 26.39it/s]
159
  52%|█████▏ | 168/322 [00:06<00:05, 27.88it/s]
160
  53%|█████▎ | 171/322 [00:06<00:05, 28.12it/s]
161
  54%|█████▍ | 174/322 [00:07<00:05, 28.38it/s]
162
  55%|█████▍ | 177/322 [00:07<00:05, 26.87it/s]
163
  56%|█████▌ | 180/322 [00:07<00:05, 26.56it/s]
164
  57%|█████▋ | 183/322 [00:07<00:05, 26.71it/s]
165
  58%|█████▊ | 186/322 [00:07<00:04, 27.53it/s]
166
  59%|█████▊ | 189/322 [00:07<00:04, 27.64it/s]
167
  60%|█████▉ | 192/322 [00:07<00:04, 27.64it/s]
168
  61%|██████ | 196/322 [00:07<00:04, 28.65it/s]
169
  62%|██████▏ | 199/322 [00:07<00:04, 28.25it/s]
170
  63%|██████▎ | 202/322 [00:08<00:04, 28.47it/s]
171
  64%|██████▍ | 206/322 [00:08<00:03, 29.20it/s]
172
  65%|██████▍ | 209/322 [00:08<00:04, 27.82it/s]
173
  66%|██████▌ | 212/322 [00:08<00:03, 27.98it/s]
174
  67%|██████▋ | 215/322 [00:08<00:03, 28.17it/s]
175
  68%|██████▊ | 218/322 [00:08<00:03, 28.46it/s]
176
  69%|██████▊ | 221/322 [00:08<00:03, 27.62it/s]
177
  70%|██████▉ | 224/322 [00:08<00:03, 28.12it/s]
178
  70%|███████ | 227/322 [00:08<00:03, 27.39it/s]
179
  71%|███████▏ | 230/322 [00:09<00:03, 27.58it/s]
180
  72%|███████▏ | 233/322 [00:09<00:03, 28.09it/s]
181
  74%|███████▎ | 237/322 [00:09<00:02, 28.84it/s]
182
  75%|███████▍ | 241/322 [00:09<00:02, 29.54it/s]
183
  76%|███████▌ | 244/322 [00:09<00:02, 29.53it/s]
184
  77%|███████▋ | 247/322 [00:09<00:02, 29.06it/s]
185
  78%|███████▊ | 250/322 [00:09<00:02, 27.58it/s]
186
  79%|███████▊ | 253/322 [00:09<00:02, 27.59it/s]
187
  80%|███████▉ | 256/322 [00:09<00:02, 25.93it/s]
188
  80%|████████ | 259/322 [00:10<00:02, 26.87it/s]
189
  81%|████████▏ | 262/322 [00:10<00:02, 27.34it/s]
190
  83%|████████▎ | 266/322 [00:10<00:01, 28.22it/s]
191
  84%|████████▎ | 269/322 [00:10<00:01, 28.47it/s]
192
  84%|████████▍ | 272/322 [00:10<00:01, 27.03it/s]
193
  86%|████████▌ | 276/322 [00:10<00:01, 28.35it/s]
194
  87%|████████▋ | 279/322 [00:10<00:01, 27.87it/s]
195
  88%|████████▊ | 282/322 [00:10<00:01, 28.43it/s]
196
  89%|████████▊ | 285/322 [00:11<00:01, 28.62it/s]
197
  89%|████████▉ | 288/322 [00:11<00:01, 28.10it/s]
198
  90%|█████████ | 291/322 [00:11<00:01, 28.00it/s]
199
  91%|█████████▏| 294/322 [00:11<00:00, 28.44it/s]
200
  92%|█████████▏| 297/322 [00:11<00:00, 27.55it/s]
201
  93%|█████████▎| 300/322 [00:11<00:00, 27.37it/s]
202
  94%|█████████▍| 304/322 [00:11<00:00, 28.21it/s]
203
  95%|█████████▌| 307/322 [00:11<00:00, 27.77it/s]
204
  96%|█████████▋| 310/322 [00:12<00:00, 21.79it/s]
205
  97%|█████████▋| 313/322 [00:12<00:00, 14.16it/s]
206
  98%|█████████▊| 315/322 [00:12<00:00, 8.74it/s]
207
  98%|█████████▊| 317/322 [00:13<00:00, 7.43it/s]
208
  99%|█████████▉| 319/322 [00:13<00:00, 5.96it/s]
209
  99%|█████████▉| 320/322 [00:14<00:00, 5.61it/s]
210
+ FID: 153.26222254493456
211
+
212
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
213
+ warnings.warn(*args, **kwargs)
214
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
215
+ warnings.warn(
216
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
217
+ DINO_I: 0.11627760529518127
218
+
219
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
220
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
221
+ with torch.cuda.amp.autocast():
222
+
223
+ INFO:absl:FID: 153.26222254493456
224
+ INFO:absl:DINO_I: 0.11627760529518127
225
+ INFO:absl:IS: (tensor(11.0328, device='cuda:0'), tensor(1.5793, device='cuda:0'))
226
+ INFO:absl:CLIP_T: 0.1856627132026305
227
+ INFO:absl:HPSv2: 0.2726512458753882
228
+ INFO:absl:Aesthetic: 6.4035010041657445
229
+ Scores:
230
+ FID: 153.26222254493456
231
+ DINO_I: 0.11627760529518127
232
+ IS: (tensor(11.0328, device='cuda:0'), tensor(1.5793, device='cuda:0'))
233
+ CLIP_T: 0.1856627132026305
234
+ HPSv2: 0.2726512458753882
235
+ Aesthetic: 6.4035010041657445
scripts/eval/slurm-6226600.out ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
0
  0%| | 0/305 [00:00<?, ?it/s]
1
  0%| | 1/305 [00:00<01:56, 2.62it/s]
2
  2%|▏ | 5/305 [00:00<00:23, 12.69it/s]
3
  3%|▎ | 8/305 [00:00<00:17, 16.95it/s]
4
  4%|▎ | 11/305 [00:00<00:21, 13.97it/s]
5
  5%|▍ | 15/305 [00:00<00:15, 18.85it/s]
6
  6%|▌ | 19/305 [00:01<00:12, 23.29it/s]
7
  8%|▊ | 25/305 [00:01<00:08, 31.11it/s]
8
  10%|▉ | 29/305 [00:01<00:09, 28.85it/s]
9
  11%|█▏ | 35/305 [00:01<00:07, 35.58it/s]
10
  13%|█▎ | 40/305 [00:01<00:07, 37.82it/s]
11
  15%|█▌ | 46/305 [00:01<00:06, 40.76it/s]
12
  17%|█▋ | 52/305 [00:01<00:06, 37.86it/s]
13
  19%|█▊ | 57/305 [00:02<00:07, 31.81it/s]
14
  20%|██ | 61/305 [00:02<00:08, 28.66it/s]
15
  21%|██▏ | 65/305 [00:02<00:08, 29.01it/s]
16
  23%|██▎ | 70/305 [00:02<00:07, 31.70it/s]
17
  24%|██▍ | 74/305 [00:02<00:08, 28.75it/s]
18
  26%|██▌ | 78/305 [00:02<00:08, 26.84it/s]
19
  27%|██▋ | 81/305 [00:03<00:08, 26.16it/s]
20
  28%|██▊ | 84/305 [00:03<00:08, 25.98it/s]
21
  29%|██▊ | 87/305 [00:03<00:09, 24.17it/s]
22
  30%|███ | 92/305 [00:03<00:07, 29.53it/s]
23
  31%|███▏ | 96/305 [00:03<00:08, 25.70it/s]
24
  32%|███▏ | 99/305 [00:03<00:08, 24.40it/s]
25
  34%|███▍ | 104/305 [00:03<00:07, 28.41it/s]
26
  35%|███▌ | 108/305 [00:04<00:07, 28.12it/s]
27
  36%|███▋ | 111/305 [00:04<00:07, 25.84it/s]
28
  37%|███▋ | 114/305 [00:04<00:08, 22.54it/s]
29
  38%|███▊ | 117/305 [00:04<00:08, 22.76it/s]
30
  39%|███▉ | 120/305 [00:04<00:09, 19.60it/s]
31
  40%|████ | 123/305 [00:04<00:08, 21.73it/s]
32
  42%|████▏ | 127/305 [00:04<00:07, 25.14it/s]
33
  43%|████▎ | 130/305 [00:05<00:07, 23.90it/s]
34
  44%|████▎ | 133/305 [00:05<00:07, 22.13it/s]
35
  45%|████▍ | 137/305 [00:05<00:06, 25.39it/s]
36
  46%|████▌ | 140/305 [00:05<00:06, 24.07it/s]
37
  47%|████▋ | 144/305 [00:05<00:05, 27.10it/s]
38
  49%|████▊ | 148/305 [00:05<00:05, 28.33it/s]
39
  50%|████▉ | 151/305 [00:05<00:05, 26.33it/s]
40
  51%|█████ | 155/305 [00:05<00:05, 29.21it/s]
41
  52%|█████▏ | 159/305 [00:06<00:05, 29.07it/s]
42
  53%|█████▎ | 162/305 [00:06<00:05, 25.67it/s]
43
  54%|█████▍ | 165/305 [00:06<00:05, 24.13it/s]
44
  55%|█████▌ | 168/305 [00:06<00:05, 23.85it/s]
45
  56%|█████▋ | 172/305 [00:06<00:05, 25.91it/s]
46
  57%|█████▋ | 175/305 [00:06<00:04, 26.46it/s]
47
  58%|█████▊ | 178/305 [00:06<00:05, 23.38it/s]
48
  59%|█████▉ | 181/305 [00:07<00:04, 24.84it/s]
49
  60%|██████ | 184/305 [00:07<00:05, 21.48it/s]
50
  61%|██████▏ | 187/305 [00:07<00:05, 20.09it/s]
51
  62%|██████▏ | 190/305 [00:07<00:05, 20.92it/s]
52
  63%|██████▎ | 193/305 [00:07<00:05, 22.32it/s]
53
  65%|██████▍ | 197/305 [00:07<00:04, 22.74it/s]
54
  66%|██████▌ | 200/305 [00:07<00:05, 19.88it/s]
55
  67%|██████▋ | 203/305 [00:08<00:04, 20.89it/s]
56
  68%|██████▊ | 206/305 [00:08<00:04, 21.79it/s]
57
  69%|██████▊ | 209/305 [00:08<00:04, 22.40it/s]
58
  70%|██████▉ | 213/305 [00:08<00:03, 24.80it/s]
59
  71%|███████ | 216/305 [00:08<00:03, 22.64it/s]
60
  72%|███████▏ | 220/305 [00:08<00:03, 23.25it/s]
61
  73%|███████▎ | 223/305 [00:08<00:03, 23.34it/s]
62
  74%|███████▍ | 226/305 [00:09<00:03, 23.86it/s]
63
  75%|███████▌ | 229/305 [00:09<00:03, 22.08it/s]
64
  76%|███████▌ | 232/305 [00:09<00:03, 21.72it/s]
65
  77%|███████▋ | 235/305 [00:09<00:03, 20.27it/s]
66
  78%|███████▊ | 238/305 [00:09<00:03, 20.87it/s]
67
  79%|███████▉ | 241/305 [00:09<00:02, 21.48it/s]
68
  80%|████████ | 244/305 [00:09<00:02, 21.89it/s]
69
  81%|████████ | 247/305 [00:10<00:02, 21.82it/s]
70
  82%|████████▏ | 250/305 [00:10<00:02, 22.58it/s]
71
  83%|████████▎ | 253/305 [00:10<00:02, 21.30it/s]
72
  84%|████████▍ | 256/305 [00:10<00:02, 22.20it/s]
73
  85%|████████▍ | 259/305 [00:10<00:01, 24.06it/s]
74
  86%|████████▌ | 262/305 [00:10<00:01, 23.85it/s]
75
  87%|████████▋ | 265/305 [00:10<00:01, 21.69it/s]
76
  88%|████████▊ | 269/305 [00:10<00:01, 24.80it/s]
77
  89%|████████▉ | 272/305 [00:11<00:01, 25.50it/s]
78
  90%|█████████ | 275/305 [00:11<00:01, 25.30it/s]
79
  91%|████████��� | 278/305 [00:11<00:01, 24.05it/s]
80
  92%|█████████▏| 282/305 [00:11<00:00, 25.10it/s]
81
  93%|█████████▎| 285/305 [00:11<00:00, 24.12it/s]
82
  95%|█████████▍| 289/305 [00:11<00:00, 23.61it/s]
83
  96%|█████████▌| 292/305 [00:11<00:00, 23.82it/s]
84
  97%|█████████▋| 295/305 [00:12<00:00, 22.17it/s]
85
  98%|█████████▊| 298/305 [00:12<00:00, 23.20it/s]
86
  99%|█████████▉| 302/305 [00:12<00:00, 24.21it/s]
 
87
  0%| | 0/305 [00:00<?, ?it/s]
88
  1%| | 3/305 [00:00<00:12, 24.65it/s]
89
  2%|▏ | 6/305 [00:00<00:15, 18.93it/s]
90
  3%|▎ | 9/305 [00:00<00:13, 21.81it/s]
91
  4%|▍ | 12/305 [00:00<00:12, 23.29it/s]
92
  5%|▍ | 15/305 [00:00<00:11, 24.61it/s]
93
  6%|▌ | 18/305 [00:00<00:11, 25.65it/s]
94
  7%|▋ | 21/305 [00:00<00:10, 26.05it/s]
95
  8%|▊ | 24/305 [00:00<00:10, 26.45it/s]
96
  9%|▉ | 27/305 [00:01<00:10, 26.86it/s]
97
  10%|▉ | 30/305 [00:01<00:10, 27.23it/s]
98
  11%|█ | 33/305 [00:01<00:10, 26.91it/s]
99
  12%|█▏ | 36/305 [00:01<00:11, 23.20it/s]
100
  13%|█▎ | 39/305 [00:01<00:11, 23.29it/s]
101
  14%|█▍ | 42/305 [00:01<00:11, 23.14it/s]
102
  15%|█▍ | 45/305 [00:01<00:10, 24.46it/s]
103
  16%|█▌ | 48/305 [00:01<00:10, 24.97it/s]
104
  17%|█▋ | 51/305 [00:02<00:10, 24.71it/s]
105
  18%|█▊ | 54/305 [00:02<00:10, 24.81it/s]
106
  19%|█▊ | 57/305 [00:02<00:10, 24.08it/s]
107
  20%|█▉ | 60/305 [00:02<00:10, 22.47it/s]
108
  21%|██ | 63/305 [00:02<00:10, 23.67it/s]
109
  22%|██▏ | 66/305 [00:02<00:09, 25.10it/s]
110
  23%|██▎ | 69/305 [00:02<00:10, 23.01it/s]
111
  24%|██▎ | 72/305 [00:02<00:09, 24.01it/s]
112
  25%|██▍ | 75/305 [00:03<00:10, 22.76it/s]
113
  26%|██▌ | 78/305 [00:03<00:10, 20.66it/s]
114
  27%|██▋ | 81/305 [00:03<00:10, 21.89it/s]
115
  28%|██▊ | 84/305 [00:03<00:09, 23.28it/s]
116
  29%|██▊ | 87/305 [00:03<00:10, 20.65it/s]
117
  30%|██▉ | 90/305 [00:03<00:10, 20.84it/s]
118
  30%|███ | 93/305 [00:03<00:09, 21.42it/s]
119
  31%|███▏ | 96/305 [00:04<00:10, 20.75it/s]
120
  32%|███▏ | 99/305 [00:04<00:09, 22.55it/s]
121
  33%|███▎ | 102/305 [00:04<00:09, 21.50it/s]
122
  34%|███▍ | 105/305 [00:04<00:08, 22.86it/s]
123
  35%|███▌ | 108/305 [00:04<00:08, 24.14it/s]
124
  36%|███▋ | 111/305 [00:04<00:08, 23.88it/s]
125
  37%|███▋ | 114/305 [00:04<00:07, 24.87it/s]
126
  38%|███▊ | 117/305 [00:05<00:08, 22.52it/s]
127
  39%|███▉ | 120/305 [00:05<00:07, 23.77it/s]
128
  40%|████ | 123/305 [00:05<00:07, 25.06it/s]
129
  42%|████▏ | 127/305 [00:05<00:06, 26.69it/s]
130
  43%|████▎ | 131/305 [00:05<00:06, 27.92it/s]
131
  44%|████▍ | 134/305 [00:05<00:06, 27.94it/s]
132
  45%|████▍ | 137/305 [00:05<00:06, 27.85it/s]
133
  46%|████▌ | 140/305 [00:05<00:05, 28.28it/s]
134
  47%|████▋ | 144/305 [00:05<00:05, 28.87it/s]
135
  48%|████▊ | 147/305 [00:06<00:05, 26.40it/s]
136
  49%|████▉ | 150/305 [00:06<00:05, 25.95it/s]
137
  50%|█████ | 153/305 [00:06<00:05, 25.68it/s]
138
  51%|█████ | 156/305 [00:06<00:05, 25.84it/s]
139
  52%|█████▏ | 159/305 [00:06<00:05, 26.81it/s]
140
  53%|█████▎ | 162/305 [00:06<00:05, 27.15it/s]
141
  54%|█████▍ | 165/305 [00:06<00:05, 27.77it/s]
142
  55%|█████▌ | 168/305 [00:06<00:04, 28.12it/s]
143
  56%|█████▋ | 172/305 [00:06<00:04, 28.89it/s]
144
  57%|█████▋ | 175/305 [00:07<00:05, 25.12it/s]
145
  58%|█████▊ | 178/305 [00:07<00:05, 23.65it/s]
146
  59%|█████▉ | 181/305 [00:07<00:04, 24.93it/s]
147
  61%|██████ | 185/305 [00:07<00:04, 26.48it/s]
148
  62%|██████▏ | 189/305 [00:07<00:04, 27.38it/s]
149
  63%|██████▎ | 192/305 [00:07<00:04, 27.82it/s]
150
  64%|██████▍ | 195/305 [00:07<00:04, 27.12it/s]
151
  65%|██████▌ | 199/305 [00:08<00:03, 28.32it/s]
152
  66%|██████▌ | 202/305 [00:08<00:03, 28.32it/s]
153
  67%|██████▋ | 205/305 [00:08<00:03, 28.11it/s]
154
  68%|██████▊ | 208/305 [00:08<00:03, 28.39it/s]
155
  69%|██████▉ | 211/305 [00:08<00:03, 28.30it/s]
156
  70%|███████ | 214/305 [00:08<00:03, 28.37it/s]
157
  71%|███████ | 217/305 [00:08<00:03, 26.26it/s]
158
  72%|███████▏ | 220/305 [00:08<00:03, 27.15it/s]
159
  73%|███████▎ | 223/305 [00:08<00:02, 27.39it/s]
160
  74%|███████▍ | 226/305 [00:08<00:02, 27.81it/s]
161
  75%|███████▌ | 229/305 [00:09<00:02, 28.28it/s]
162
  76%|███████▋ | 233/305 [00:09<00:02, 29.12it/s]
163
  77%|███████▋ | 236/305 [00:09<00:02, 29.36it/s]
164
  79%|███████▊ | 240/305 [00:09<00:02, 29.58it/s]
165
  80%|███████▉ | 243/305 [00:09<00:02, 28.78it/s]
166
  81%|████████ | 246/305 [00:09<00:02, 27.70it/s]
167
  82%|████████▏ | 250/305 [00:09<00:01, 28.16it/s]
168
  83%|████████▎ | 253/305 [00:09<00:01, 27.51it/s]
169
  84%|████████▍ | 256/305 [00:10<00:01, 27.37it/s]
170
  85%|████████▍ | 259/305 [00:10<00:01, 27.85it/s]
171
  86%|████████▌ | 263/305 [00:10<00:01, 28.82it/s]
172
  87%|████████▋ | 266/305 [00:10<00:01, 28.39it/s]
173
  88%|████████▊ | 269/305 [00:10<00:01, 27.91it/s]
174
  89%|████████▉ | 272/305 [00:10<00:01, 28.32it/s]
175
  90%|█████████ | 275/305 [00:10<00:01, 26.85it/s]
176
  91%|█████████ | 278/305 [00:10<00:00, 27.22it/s]
177
  92%|█████████▏| 281/305 [00:10<00:00, 27.78it/s]
178
  93%|█████████▎| 284/305 [00:11<00:00, 28.40it/s]
179
  94%|█████████▍| 287/305 [00:11<00:00, 28.28it/s]
180
  95%|█████████▌| 290/305 [00:11<00:00, 28.51it/s]
181
  96%|█████████▌| 293/305 [00:11<00:00, 27.87it/s]
182
  97%|█████████▋| 296/305 [00:11<00:00, 28.30it/s]
183
  98%|█████████▊| 299/305 [00:11<00:00, 28.76it/s]
184
  99%|█████████▉| 302/305 [00:11<00:00, 27.18it/s]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ loading annotations into memory...
2
+ Done (t=0.03s)
3
+ creating index...
4
+ index created!
5
+ 一共305 张
6
+ loading annotations into memory...
7
+ Done (t=0.03s)
8
+ creating index...
9
+ index created!
10
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/mscr_sjd_0.05/img/gt
11
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/mscr_sjd_0.05/img
12
+
13
  0%| | 0/305 [00:00<?, ?it/s]
14
  0%| | 1/305 [00:00<01:56, 2.62it/s]
15
  2%|▏ | 5/305 [00:00<00:23, 12.69it/s]
16
  3%|▎ | 8/305 [00:00<00:17, 16.95it/s]
17
  4%|▎ | 11/305 [00:00<00:21, 13.97it/s]
18
  5%|▍ | 15/305 [00:00<00:15, 18.85it/s]
19
  6%|▌ | 19/305 [00:01<00:12, 23.29it/s]
20
  8%|▊ | 25/305 [00:01<00:08, 31.11it/s]
21
  10%|▉ | 29/305 [00:01<00:09, 28.85it/s]
22
  11%|█▏ | 35/305 [00:01<00:07, 35.58it/s]
23
  13%|█▎ | 40/305 [00:01<00:07, 37.82it/s]
24
  15%|█▌ | 46/305 [00:01<00:06, 40.76it/s]
25
  17%|█▋ | 52/305 [00:01<00:06, 37.86it/s]
26
  19%|█▊ | 57/305 [00:02<00:07, 31.81it/s]
27
  20%|██ | 61/305 [00:02<00:08, 28.66it/s]
28
  21%|██▏ | 65/305 [00:02<00:08, 29.01it/s]
29
  23%|██▎ | 70/305 [00:02<00:07, 31.70it/s]
30
  24%|██▍ | 74/305 [00:02<00:08, 28.75it/s]
31
  26%|██▌ | 78/305 [00:02<00:08, 26.84it/s]
32
  27%|██▋ | 81/305 [00:03<00:08, 26.16it/s]
33
  28%|██▊ | 84/305 [00:03<00:08, 25.98it/s]
34
  29%|██▊ | 87/305 [00:03<00:09, 24.17it/s]
35
  30%|███ | 92/305 [00:03<00:07, 29.53it/s]
36
  31%|███▏ | 96/305 [00:03<00:08, 25.70it/s]
37
  32%|███▏ | 99/305 [00:03<00:08, 24.40it/s]
38
  34%|███▍ | 104/305 [00:03<00:07, 28.41it/s]
39
  35%|███▌ | 108/305 [00:04<00:07, 28.12it/s]
40
  36%|███▋ | 111/305 [00:04<00:07, 25.84it/s]
41
  37%|███▋ | 114/305 [00:04<00:08, 22.54it/s]
42
  38%|███▊ | 117/305 [00:04<00:08, 22.76it/s]
43
  39%|███▉ | 120/305 [00:04<00:09, 19.60it/s]
44
  40%|████ | 123/305 [00:04<00:08, 21.73it/s]
45
  42%|████▏ | 127/305 [00:04<00:07, 25.14it/s]
46
  43%|████▎ | 130/305 [00:05<00:07, 23.90it/s]
47
  44%|████▎ | 133/305 [00:05<00:07, 22.13it/s]
48
  45%|████▍ | 137/305 [00:05<00:06, 25.39it/s]
49
  46%|████▌ | 140/305 [00:05<00:06, 24.07it/s]
50
  47%|████▋ | 144/305 [00:05<00:05, 27.10it/s]
51
  49%|████▊ | 148/305 [00:05<00:05, 28.33it/s]
52
  50%|████▉ | 151/305 [00:05<00:05, 26.33it/s]
53
  51%|█████ | 155/305 [00:05<00:05, 29.21it/s]
54
  52%|█████▏ | 159/305 [00:06<00:05, 29.07it/s]
55
  53%|█████▎ | 162/305 [00:06<00:05, 25.67it/s]
56
  54%|█████▍ | 165/305 [00:06<00:05, 24.13it/s]
57
  55%|█████▌ | 168/305 [00:06<00:05, 23.85it/s]
58
  56%|█████▋ | 172/305 [00:06<00:05, 25.91it/s]
59
  57%|█████▋ | 175/305 [00:06<00:04, 26.46it/s]
60
  58%|█████▊ | 178/305 [00:06<00:05, 23.38it/s]
61
  59%|█████▉ | 181/305 [00:07<00:04, 24.84it/s]
62
  60%|██████ | 184/305 [00:07<00:05, 21.48it/s]
63
  61%|██████▏ | 187/305 [00:07<00:05, 20.09it/s]
64
  62%|██████▏ | 190/305 [00:07<00:05, 20.92it/s]
65
  63%|██████▎ | 193/305 [00:07<00:05, 22.32it/s]
66
  65%|██████▍ | 197/305 [00:07<00:04, 22.74it/s]
67
  66%|██████▌ | 200/305 [00:07<00:05, 19.88it/s]
68
  67%|██████▋ | 203/305 [00:08<00:04, 20.89it/s]
69
  68%|██████▊ | 206/305 [00:08<00:04, 21.79it/s]
70
  69%|██████▊ | 209/305 [00:08<00:04, 22.40it/s]
71
  70%|██████▉ | 213/305 [00:08<00:03, 24.80it/s]
72
  71%|███████ | 216/305 [00:08<00:03, 22.64it/s]
73
  72%|███████▏ | 220/305 [00:08<00:03, 23.25it/s]
74
  73%|███████▎ | 223/305 [00:08<00:03, 23.34it/s]
75
  74%|███████▍ | 226/305 [00:09<00:03, 23.86it/s]
76
  75%|███████▌ | 229/305 [00:09<00:03, 22.08it/s]
77
  76%|███████▌ | 232/305 [00:09<00:03, 21.72it/s]
78
  77%|███████▋ | 235/305 [00:09<00:03, 20.27it/s]
79
  78%|███████▊ | 238/305 [00:09<00:03, 20.87it/s]
80
  79%|███████▉ | 241/305 [00:09<00:02, 21.48it/s]
81
  80%|████████ | 244/305 [00:09<00:02, 21.89it/s]
82
  81%|████████ | 247/305 [00:10<00:02, 21.82it/s]
83
  82%|████████▏ | 250/305 [00:10<00:02, 22.58it/s]
84
  83%|████████▎ | 253/305 [00:10<00:02, 21.30it/s]
85
  84%|████████▍ | 256/305 [00:10<00:02, 22.20it/s]
86
  85%|████████▍ | 259/305 [00:10<00:01, 24.06it/s]
87
  86%|████████▌ | 262/305 [00:10<00:01, 23.85it/s]
88
  87%|████████▋ | 265/305 [00:10<00:01, 21.69it/s]
89
  88%|████████▊ | 269/305 [00:10<00:01, 24.80it/s]
90
  89%|████████▉ | 272/305 [00:11<00:01, 25.50it/s]
91
  90%|█████████ | 275/305 [00:11<00:01, 25.30it/s]
92
  91%|████████��� | 278/305 [00:11<00:01, 24.05it/s]
93
  92%|█████████▏| 282/305 [00:11<00:00, 25.10it/s]
94
  93%|█████████▎| 285/305 [00:11<00:00, 24.12it/s]
95
  95%|█████████▍| 289/305 [00:11<00:00, 23.61it/s]
96
  96%|█████████▌| 292/305 [00:11<00:00, 23.82it/s]
97
  97%|█████████▋| 295/305 [00:12<00:00, 22.17it/s]
98
  98%|█████████▊| 298/305 [00:12<00:00, 23.20it/s]
99
  99%|█████████▉| 302/305 [00:12<00:00, 24.21it/s]
100
+
101
  0%| | 0/305 [00:00<?, ?it/s]
102
  1%| | 3/305 [00:00<00:12, 24.65it/s]
103
  2%|▏ | 6/305 [00:00<00:15, 18.93it/s]
104
  3%|▎ | 9/305 [00:00<00:13, 21.81it/s]
105
  4%|▍ | 12/305 [00:00<00:12, 23.29it/s]
106
  5%|▍ | 15/305 [00:00<00:11, 24.61it/s]
107
  6%|▌ | 18/305 [00:00<00:11, 25.65it/s]
108
  7%|▋ | 21/305 [00:00<00:10, 26.05it/s]
109
  8%|▊ | 24/305 [00:00<00:10, 26.45it/s]
110
  9%|▉ | 27/305 [00:01<00:10, 26.86it/s]
111
  10%|▉ | 30/305 [00:01<00:10, 27.23it/s]
112
  11%|█ | 33/305 [00:01<00:10, 26.91it/s]
113
  12%|█▏ | 36/305 [00:01<00:11, 23.20it/s]
114
  13%|█▎ | 39/305 [00:01<00:11, 23.29it/s]
115
  14%|█▍ | 42/305 [00:01<00:11, 23.14it/s]
116
  15%|█▍ | 45/305 [00:01<00:10, 24.46it/s]
117
  16%|█▌ | 48/305 [00:01<00:10, 24.97it/s]
118
  17%|█▋ | 51/305 [00:02<00:10, 24.71it/s]
119
  18%|█▊ | 54/305 [00:02<00:10, 24.81it/s]
120
  19%|█▊ | 57/305 [00:02<00:10, 24.08it/s]
121
  20%|█▉ | 60/305 [00:02<00:10, 22.47it/s]
122
  21%|██ | 63/305 [00:02<00:10, 23.67it/s]
123
  22%|██▏ | 66/305 [00:02<00:09, 25.10it/s]
124
  23%|██▎ | 69/305 [00:02<00:10, 23.01it/s]
125
  24%|██▎ | 72/305 [00:02<00:09, 24.01it/s]
126
  25%|██▍ | 75/305 [00:03<00:10, 22.76it/s]
127
  26%|██▌ | 78/305 [00:03<00:10, 20.66it/s]
128
  27%|██▋ | 81/305 [00:03<00:10, 21.89it/s]
129
  28%|██▊ | 84/305 [00:03<00:09, 23.28it/s]
130
  29%|██▊ | 87/305 [00:03<00:10, 20.65it/s]
131
  30%|██▉ | 90/305 [00:03<00:10, 20.84it/s]
132
  30%|███ | 93/305 [00:03<00:09, 21.42it/s]
133
  31%|███▏ | 96/305 [00:04<00:10, 20.75it/s]
134
  32%|███▏ | 99/305 [00:04<00:09, 22.55it/s]
135
  33%|███▎ | 102/305 [00:04<00:09, 21.50it/s]
136
  34%|███▍ | 105/305 [00:04<00:08, 22.86it/s]
137
  35%|███▌ | 108/305 [00:04<00:08, 24.14it/s]
138
  36%|███▋ | 111/305 [00:04<00:08, 23.88it/s]
139
  37%|███▋ | 114/305 [00:04<00:07, 24.87it/s]
140
  38%|███▊ | 117/305 [00:05<00:08, 22.52it/s]
141
  39%|███▉ | 120/305 [00:05<00:07, 23.77it/s]
142
  40%|████ | 123/305 [00:05<00:07, 25.06it/s]
143
  42%|████▏ | 127/305 [00:05<00:06, 26.69it/s]
144
  43%|████▎ | 131/305 [00:05<00:06, 27.92it/s]
145
  44%|████▍ | 134/305 [00:05<00:06, 27.94it/s]
146
  45%|████▍ | 137/305 [00:05<00:06, 27.85it/s]
147
  46%|████▌ | 140/305 [00:05<00:05, 28.28it/s]
148
  47%|████▋ | 144/305 [00:05<00:05, 28.87it/s]
149
  48%|████▊ | 147/305 [00:06<00:05, 26.40it/s]
150
  49%|████▉ | 150/305 [00:06<00:05, 25.95it/s]
151
  50%|█████ | 153/305 [00:06<00:05, 25.68it/s]
152
  51%|█████ | 156/305 [00:06<00:05, 25.84it/s]
153
  52%|█████▏ | 159/305 [00:06<00:05, 26.81it/s]
154
  53%|█████▎ | 162/305 [00:06<00:05, 27.15it/s]
155
  54%|█████▍ | 165/305 [00:06<00:05, 27.77it/s]
156
  55%|█████▌ | 168/305 [00:06<00:04, 28.12it/s]
157
  56%|█████▋ | 172/305 [00:06<00:04, 28.89it/s]
158
  57%|█████▋ | 175/305 [00:07<00:05, 25.12it/s]
159
  58%|█████▊ | 178/305 [00:07<00:05, 23.65it/s]
160
  59%|█████▉ | 181/305 [00:07<00:04, 24.93it/s]
161
  61%|██████ | 185/305 [00:07<00:04, 26.48it/s]
162
  62%|██████▏ | 189/305 [00:07<00:04, 27.38it/s]
163
  63%|██████▎ | 192/305 [00:07<00:04, 27.82it/s]
164
  64%|██████▍ | 195/305 [00:07<00:04, 27.12it/s]
165
  65%|██████▌ | 199/305 [00:08<00:03, 28.32it/s]
166
  66%|██████▌ | 202/305 [00:08<00:03, 28.32it/s]
167
  67%|██████▋ | 205/305 [00:08<00:03, 28.11it/s]
168
  68%|██████▊ | 208/305 [00:08<00:03, 28.39it/s]
169
  69%|██████▉ | 211/305 [00:08<00:03, 28.30it/s]
170
  70%|███████ | 214/305 [00:08<00:03, 28.37it/s]
171
  71%|███████ | 217/305 [00:08<00:03, 26.26it/s]
172
  72%|███████▏ | 220/305 [00:08<00:03, 27.15it/s]
173
  73%|███████▎ | 223/305 [00:08<00:02, 27.39it/s]
174
  74%|███████▍ | 226/305 [00:08<00:02, 27.81it/s]
175
  75%|███████▌ | 229/305 [00:09<00:02, 28.28it/s]
176
  76%|███████▋ | 233/305 [00:09<00:02, 29.12it/s]
177
  77%|███████▋ | 236/305 [00:09<00:02, 29.36it/s]
178
  79%|███████▊ | 240/305 [00:09<00:02, 29.58it/s]
179
  80%|███████▉ | 243/305 [00:09<00:02, 28.78it/s]
180
  81%|████████ | 246/305 [00:09<00:02, 27.70it/s]
181
  82%|████████▏ | 250/305 [00:09<00:01, 28.16it/s]
182
  83%|████████▎ | 253/305 [00:09<00:01, 27.51it/s]
183
  84%|████████▍ | 256/305 [00:10<00:01, 27.37it/s]
184
  85%|████████▍ | 259/305 [00:10<00:01, 27.85it/s]
185
  86%|████████▌ | 263/305 [00:10<00:01, 28.82it/s]
186
  87%|████████▋ | 266/305 [00:10<00:01, 28.39it/s]
187
  88%|████████▊ | 269/305 [00:10<00:01, 27.91it/s]
188
  89%|████████▉ | 272/305 [00:10<00:01, 28.32it/s]
189
  90%|█████████ | 275/305 [00:10<00:01, 26.85it/s]
190
  91%|█████████ | 278/305 [00:10<00:00, 27.22it/s]
191
  92%|█████████▏| 281/305 [00:10<00:00, 27.78it/s]
192
  93%|█████████▎| 284/305 [00:11<00:00, 28.40it/s]
193
  94%|█████████▍| 287/305 [00:11<00:00, 28.28it/s]
194
  95%|█████████▌| 290/305 [00:11<00:00, 28.51it/s]
195
  96%|█████████▌| 293/305 [00:11<00:00, 27.87it/s]
196
  97%|█████████▋| 296/305 [00:11<00:00, 28.30it/s]
197
  98%|█████████▊| 299/305 [00:11<00:00, 28.76it/s]
198
  99%|█████████▉| 302/305 [00:11<00:00, 27.18it/s]
199
+ FID: 148.0970162151841
200
+
201
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
202
+ warnings.warn(*args, **kwargs)
203
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
204
+ warnings.warn(
205
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
206
+ DINO_I: 0.12442810833454132
207
+
208
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
209
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
210
+ with torch.cuda.amp.autocast():
211
+
212
+ WARNING:huggingface_hub.utils._http:'(ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: fa702bc0-a189-422e-88f5-9c56344b0abf)')' thrown while requesting HEAD https://huggingface.co/xswu/HPSv2/resolve/main/HPS_v2.1_compressed.pt
213
+ Retrying in 1s [Retry 1/5].
214
+ WARNING:huggingface_hub.utils._http:Retrying in 1s [Retry 1/5].
215
+
216
+ INFO:absl:FID: 148.0970162151841
217
+ INFO:absl:DINO_I: 0.12442810833454132
218
+ INFO:absl:IS: (tensor(12.1260, device='cuda:0'), tensor(1.7703, device='cuda:0'))
219
+ INFO:absl:CLIP_T: 0.18574747233117214
220
+ INFO:absl:HPSv2: 0.27285956711065573
221
+ INFO:absl:Aesthetic: 6.442194496217321
222
+ Scores:
223
+ FID: 148.0970162151841
224
+ DINO_I: 0.12442810833454132
225
+ IS: (tensor(12.1260, device='cuda:0'), tensor(1.7703, device='cuda:0'))
226
+ CLIP_T: 0.18574747233117214
227
+ HPSv2: 0.27285956711065573
228
+ Aesthetic: 6.442194496217321
scripts/eval/slurm-6226601.out ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
0
  0%| | 0/497 [00:00<?, ?it/s]
1
  0%| | 1/497 [00:00<03:53, 2.13it/s]
2
  2%|▏ | 8/497 [00:00<00:27, 17.78it/s]
3
  3%|▎ | 15/497 [00:00<00:15, 30.13it/s]
4
  5%|▍ | 23/497 [00:00<00:11, 41.98it/s]
5
  6%|▌ | 31/497 [00:00<00:09, 51.70it/s]
6
  8%|▊ | 39/497 [00:01<00:07, 57.54it/s]
7
  9%|▉ | 47/497 [00:01<00:07, 62.15it/s]
8
  11%|█ | 55/497 [00:01<00:06, 65.27it/s]
9
  13%|█▎ | 63/497 [00:01<00:06, 67.11it/s]
10
  14%|█▍ | 71/497 [00:01<00:06, 68.03it/s]
11
  16%|█▌ | 79/497 [00:01<00:05, 69.78it/s]
12
  18%|█▊ | 87/497 [00:01<00:05, 70.98it/s]
13
  19%|█▉ | 95/497 [00:01<00:05, 71.04it/s]
14
  21%|██ | 103/497 [00:01<00:05, 70.95it/s]
15
  22%|██▏ | 111/497 [00:02<00:05, 70.14it/s]
16
  24%|██▍ | 119/497 [00:02<00:05, 69.43it/s]
17
  25%|██▌ | 126/497 [00:02<00:05, 69.27it/s]
18
  27%|██▋ | 133/497 [00:02<00:05, 69.16it/s]
19
  28%|██▊ | 140/497 [00:02<00:05, 69.38it/s]
20
  30%|██▉ | 147/497 [00:02<00:05, 66.54it/s]
21
  31%|███ | 154/497 [00:02<00:05, 66.49it/s]
22
  32%|███▏ | 161/497 [00:02<00:05, 67.13it/s]
23
  34%|███▍ | 169/497 [00:02<00:04, 70.05it/s]
24
  36%|███▌ | 177/497 [00:02<00:04, 71.54it/s]
25
  37%|███▋ | 185/497 [00:03<00:04, 70.93it/s]
26
  39%|███▉ | 193/497 [00:03<00:04, 71.60it/s]
27
  40%|████ | 201/497 [00:03<00:04, 71.74it/s]
28
  42%|████▏ | 209/497 [00:03<00:04, 70.77it/s]
29
  44%|████▎ | 217/497 [00:03<00:03, 70.38it/s]
30
  45%|████▌ | 225/497 [00:03<00:03, 69.95it/s]
31
  47%|████▋ | 233/497 [00:03<00:03, 69.22it/s]
32
  48%|████▊ | 241/497 [00:03<00:03, 70.03it/s]
33
  50%|█████ | 249/497 [00:03<00:03, 69.94it/s]
34
  52%|█████▏ | 257/497 [00:04<00:03, 70.17it/s]
35
  53%|█████▎ | 265/497 [00:04<00:03, 69.02it/s]
36
  55%|█████▍ | 273/497 [00:04<00:03, 69.48it/s]
37
  56%|█████▋ | 280/497 [00:04<00:03, 69.12it/s]
38
  58%|█████▊ | 288/497 [00:04<00:03, 69.43it/s]
39
  59%|█████▉ | 295/497 [00:04<00:02, 69.50it/s]
40
  61%|██████ | 302/497 [00:04<00:02, 69.19it/s]
41
  62%|██████▏ | 309/497 [00:04<00:02, 68.99it/s]
42
  64%|██████▍ | 317/497 [00:04<00:02, 70.49it/s]
43
  65%|██████▌ | 325/497 [00:05<00:02, 72.72it/s]
44
  67%|██████▋ | 333/497 [00:05<00:02, 74.02it/s]
45
  69%|██████▊ | 341/497 [00:05<00:02, 74.61it/s]
46
  70%|███████ | 349/497 [00:05<00:01, 75.78it/s]
47
  72%|███████▏ | 357/497 [00:05<00:01, 74.47it/s]
48
  73%|███████▎ | 365/497 [00:05<00:01, 73.26it/s]
49
  75%|███████▌ | 373/497 [00:05<00:01, 74.02it/s]
50
  77%|███████▋ | 381/497 [00:05<00:01, 70.41it/s]
51
  78%|███████▊ | 389/497 [00:05<00:01, 71.25it/s]
52
  80%|███████▉ | 397/497 [00:06<00:01, 70.34it/s]
53
  81%|████████▏ | 405/497 [00:06<00:01, 71.53it/s]
54
  83%|████████▎ | 413/497 [00:06<00:01, 71.76it/s]
55
  85%|████████▍ | 421/497 [00:06<00:01, 70.54it/s]
56
  86%|████████▋ | 429/497 [00:06<00:00, 71.35it/s]
57
  88%|████████▊ | 437/497 [00:06<00:00, 71.41it/s]
58
  90%|████████▉ | 445/497 [00:06<00:00, 72.13it/s]
59
  91%|█████████ | 453/497 [00:06<00:00, 71.27it/s]
60
  93%|█████████▎| 461/497 [00:06<00:00, 71.72it/s]
61
  94%|█████████▍| 469/497 [00:07<00:00, 72.59it/s]
62
  96%|█████████▌| 477/497 [00:07<00:00, 72.54it/s]
63
  98%|█████████▊| 485/497 [00:07<00:00, 72.82it/s]
64
  99%|█████████▉| 493/497 [00:07<00:00, 70.22it/s]
 
65
  0%| | 0/497 [00:00<?, ?it/s]
66
  1%| | 4/497 [00:00<00:15, 30.90it/s]
67
  2%|▏ | 8/497 [00:00<00:15, 31.27it/s]
68
  2%|▏ | 12/497 [00:00<00:15, 30.68it/s]
69
  3%|▎ | 16/497 [00:00<00:15, 30.43it/s]
70
  4%|▍ | 20/497 [00:00<00:15, 31.00it/s]
71
  5%|▍ | 24/497 [00:00<00:15, 31.38it/s]
72
  6%|▌ | 28/497 [00:00<00:15, 30.92it/s]
73
  6%|▋ | 32/497 [00:01<00:15, 30.70it/s]
74
  7%|▋ | 36/497 [00:01<00:15, 30.71it/s]
75
  8%|▊ | 40/497 [00:01<00:14, 31.38it/s]
76
  9%|▉ | 44/497 [00:01<00:14, 31.40it/s]
77
  10%|▉ | 48/497 [00:01<00:14, 31.23it/s]
78
  10%|█ | 52/497 [00:01<00:14, 31.11it/s]
79
  11%|█▏ | 56/497 [00:01<00:14, 31.27it/s]
80
  12%|█▏ | 60/497 [00:01<00:13, 31.45it/s]
81
  13%|█▎ | 64/497 [00:02<00:13, 31.79it/s]
82
  14%|█▎ | 68/497 [00:02<00:13, 31.94it/s]
83
  14%|█▍ | 72/497 [00:02<00:13, 32.28it/s]
84
  15%|█▌ | 76/497 [00:02<00:13, 31.65it/s]
85
  16%|█▌ | 80/497 [00:02<00:13, 31.61it/s]
86
  17%|█▋ | 84/497 [00:02<00:13, 31.76it/s]
87
  18%|█▊ | 88/497 [00:02<00:12, 31.77it/s]
88
  19%|█▊ | 92/497 [00:02<00:12, 32.10it/s]
89
  19%|█▉ | 96/497 [00:03<00:12, 32.08it/s]
90
  20%|██ | 100/497 [00:03<00:12, 31.40it/s]
91
  21%|██ | 104/497 [00:03<00:12, 31.23it/s]
92
  22%|██▏ | 108/497 [00:03<00:12, 31.22it/s]
93
  23%|██▎ | 112/497 [00:03<00:12, 30.16it/s]
94
  23%|██▎ | 116/497 [00:03<00:12, 31.17it/s]
95
  24%|██▍ | 120/497 [00:03<00:12, 30.61it/s]
96
  25%|██▍ | 124/497 [00:03<00:11, 31.90it/s]
97
  26%|██▌ | 128/497 [00:04<00:11, 32.49it/s]
98
  27%|██▋ | 132/497 [00:04<00:11, 32.75it/s]
99
  27%|██▋ | 136/497 [00:04<00:11, 31.82it/s]
100
  28%|██▊ | 140/497 [00:04<00:11, 31.69it/s]
101
  29%|██▉ | 144/497 [00:04<00:10, 32.31it/s]
102
  30%|██▉ | 148/497 [00:04<00:10, 32.44it/s]
103
  31%|███ | 152/497 [00:04<00:10, 32.36it/s]
104
  31%|███▏ | 156/497 [00:04<00:10, 32.27it/s]
105
  32%|███▏ | 160/497 [00:05<00:10, 32.12it/s]
106
  33%|███▎ | 164/497 [00:05<00:10, 32.33it/s]
107
  34%|███▍ | 168/497 [00:05<00:10, 32.40it/s]
108
  35%|███▍ | 172/497 [00:05<00:10, 32.31it/s]
109
  35%|███▌ | 176/497 [00:05<00:09, 32.28it/s]
110
  36%|███▌ | 180/497 [00:05<00:09, 32.24it/s]
111
  37%|███▋ | 184/497 [00:05<00:09, 32.09it/s]
112
  38%|███▊ | 188/497 [00:05<00:09, 31.51it/s]
113
  39%|███▊ | 192/497 [00:06<00:09, 32.30it/s]
114
  39%|███▉ | 196/497 [00:06<00:09, 30.89it/s]
115
  40%|████ | 200/497 [00:06<00:09, 31.32it/s]
116
  41%|████ | 204/497 [00:06<00:09, 31.92it/s]
117
  42%|████▏ | 208/497 [00:06<00:09, 31.46it/s]
118
  43%|████▎ | 212/497 [00:06<00:09, 31.30it/s]
119
  43%|████▎ | 216/497 [00:06<00:08, 31.75it/s]
120
  44%|████▍ | 220/497 [00:06<00:08, 31.89it/s]
121
  45%|████▌ | 224/497 [00:07<00:08, 32.05it/s]
122
  46%|████▌ | 228/497 [00:07<00:08, 31.89it/s]
123
  47%|████▋ | 232/497 [00:07<00:08, 32.20it/s]
124
  47%|████▋ | 236/497 [00:07<00:08, 32.10it/s]
125
  48%|████▊ | 240/497 [00:07<00:07, 32.46it/s]
126
  49%|████▉ | 244/497 [00:07<00:07, 32.20it/s]
127
  50%|████▉ | 248/497 [00:07<00:07, 32.38it/s]
128
  51%|█████ | 252/497 [00:07<00:07, 32.81it/s]
129
  52%|█████▏ | 256/497 [00:08<00:07, 32.31it/s]
130
  52%|█████▏ | 260/497 [00:08<00:07, 32.34it/s]
131
  53%|█████▎ | 264/497 [00:08<00:07, 32.35it/s]
132
  54%|█████▍ | 268/497 [00:08<00:07, 31.95it/s]
133
  55%|█████▍ | 272/497 [00:08<00:07, 31.61it/s]
134
  56%|█████▌ | 276/497 [00:08<00:06, 31.61it/s]
135
  56%|█████▋ | 280/497 [00:08<00:06, 31.35it/s]
136
  57%|█████▋ | 284/497 [00:08<00:06, 31.14it/s]
137
  58%|█████▊ | 288/497 [00:09<00:06, 31.44it/s]
138
  59%|█████▉ | 292/497 [00:09<00:06, 31.06it/s]
139
  60%|█████▉ | 296/497 [00:09<00:06, 30.25it/s]
140
  60%|██████ | 300/497 [00:09<00:06, 30.96it/s]
141
  61%|██████ | 304/497 [00:09<00:06, 31.10it/s]
142
  62%|██████▏ | 308/497 [00:09<00:06, 31.15it/s]
143
  63%|██████▎ | 312/497 [00:09<00:05, 31.22it/s]
144
  64%|██████▎ | 316/497 [00:09<00:05, 31.33it/s]
145
  64%|██████▍ | 320/497 [00:10<00:05, 31.48it/s]
146
  65%|██████▌ | 324/497 [00:10<00:05, 31.27it/s]
147
  66%|██████▌ | 328/497 [00:10<00:05, 32.18it/s]
148
  67%|██████▋ | 332/497 [00:10<00:05, 32.93it/s]
149
  68%|██████▊ | 336/497 [00:10<00:04, 33.35it/s]
150
  68%|██████▊ | 340/497 [00:10<00:04, 32.87it/s]
151
  69%|██████▉ | 344/497 [00:10<00:04, 33.10it/s]
152
  70%|███████ | 348/497 [00:10<00:04, 32.74it/s]
153
  71%|███████ | 352/497 [00:11<00:04, 33.38it/s]
154
  72%|███████▏ | 356/497 [00:11<00:04, 32.85it/s]
155
  72%|███████▏ | 360/497 [00:11<00:04, 32.85it/s]
156
  73%|███████▎ | 364/497 [00:11<00:04, 32.65it/s]
157
  74%|███████▍ | 368/497 [00:11<00:03, 32.64it/s]
158
  75%|███████▍ | 372/497 [00:11<00:03, 32.32it/s]
159
  76%|███████▌ | 376/497 [00:11<00:03, 32.28it/s]
160
  76%|███████▋ | 380/497 [00:11<00:03, 32.71it/s]
161
  77%|███████▋ | 384/497 [00:12<00:03, 32.97it/s]
162
  78%|███████▊ | 388/497 [00:12<00:03, 32.67it/s]
163
  79%|███████▉ | 392/497 [00:12<00:03, 32.15it/s]
164
  80%|███████▉ | 396/497 [00:12<00:03, 32.28it/s]
165
  80%|████████ | 400/497 [00:12<00:02, 32.75it/s]
166
  81%|██████���█▏ | 404/497 [00:12<00:02, 33.44it/s]
167
  82%|████████▏ | 408/497 [00:12<00:02, 33.47it/s]
168
  83%|████████▎ | 412/497 [00:12<00:02, 33.29it/s]
169
  84%|████████▎ | 416/497 [00:13<00:02, 32.90it/s]
170
  85%|████████▍ | 420/497 [00:13<00:02, 32.85it/s]
171
  85%|████████▌ | 424/497 [00:13<00:02, 32.31it/s]
172
  86%|████████▌ | 428/497 [00:13<00:02, 32.33it/s]
173
  87%|████████▋ | 432/497 [00:13<00:02, 32.26it/s]
174
  88%|████████▊ | 436/497 [00:13<00:01, 32.52it/s]
175
  89%|████████▊ | 440/497 [00:13<00:01, 32.31it/s]
176
  89%|████████▉ | 444/497 [00:13<00:01, 32.13it/s]
177
  90%|█████████ | 448/497 [00:14<00:01, 32.34it/s]
178
  91%|█████████ | 452/497 [00:14<00:01, 32.32it/s]
179
  92%|█████████▏| 456/497 [00:14<00:01, 32.41it/s]
180
  93%|█████████▎| 460/497 [00:14<00:01, 31.79it/s]
181
  93%|█████████▎| 464/497 [00:14<00:01, 32.50it/s]
182
  94%|█████████▍| 468/497 [00:14<00:00, 33.36it/s]
183
  95%|█████████▍| 472/497 [00:14<00:00, 33.04it/s]
184
  96%|█████████▌| 476/497 [00:14<00:00, 33.52it/s]
185
  97%|█████████▋| 480/497 [00:14<00:00, 33.65it/s]
186
  97%|█████████▋| 484/497 [00:15<00:00, 33.30it/s]
187
  98%|█████████▊| 488/497 [00:15<00:00, 32.63it/s]
188
  99%|█████████▉| 492/497 [00:15<00:00, 32.61it/s]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ loading annotations into memory...
2
+ Done (t=0.04s)
3
+ creating index...
4
+ index created!
5
+ 一共497 张
6
+ loading annotations into memory...
7
+ Done (t=0.03s)
8
+ creating index...
9
+ index created!
10
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/sjd/img/gt
11
+ /mnt/petrelfs/leihaodong/ICLR25/exp/Emu3/MSCOCO2017Val/sjd/img
12
+
13
  0%| | 0/497 [00:00<?, ?it/s]
14
  0%| | 1/497 [00:00<03:53, 2.13it/s]
15
  2%|▏ | 8/497 [00:00<00:27, 17.78it/s]
16
  3%|▎ | 15/497 [00:00<00:15, 30.13it/s]
17
  5%|▍ | 23/497 [00:00<00:11, 41.98it/s]
18
  6%|▌ | 31/497 [00:00<00:09, 51.70it/s]
19
  8%|▊ | 39/497 [00:01<00:07, 57.54it/s]
20
  9%|▉ | 47/497 [00:01<00:07, 62.15it/s]
21
  11%|█ | 55/497 [00:01<00:06, 65.27it/s]
22
  13%|█▎ | 63/497 [00:01<00:06, 67.11it/s]
23
  14%|█▍ | 71/497 [00:01<00:06, 68.03it/s]
24
  16%|█▌ | 79/497 [00:01<00:05, 69.78it/s]
25
  18%|█▊ | 87/497 [00:01<00:05, 70.98it/s]
26
  19%|█▉ | 95/497 [00:01<00:05, 71.04it/s]
27
  21%|██ | 103/497 [00:01<00:05, 70.95it/s]
28
  22%|██▏ | 111/497 [00:02<00:05, 70.14it/s]
29
  24%|██▍ | 119/497 [00:02<00:05, 69.43it/s]
30
  25%|██▌ | 126/497 [00:02<00:05, 69.27it/s]
31
  27%|██▋ | 133/497 [00:02<00:05, 69.16it/s]
32
  28%|██▊ | 140/497 [00:02<00:05, 69.38it/s]
33
  30%|██▉ | 147/497 [00:02<00:05, 66.54it/s]
34
  31%|███ | 154/497 [00:02<00:05, 66.49it/s]
35
  32%|███▏ | 161/497 [00:02<00:05, 67.13it/s]
36
  34%|███▍ | 169/497 [00:02<00:04, 70.05it/s]
37
  36%|███▌ | 177/497 [00:02<00:04, 71.54it/s]
38
  37%|███▋ | 185/497 [00:03<00:04, 70.93it/s]
39
  39%|███▉ | 193/497 [00:03<00:04, 71.60it/s]
40
  40%|████ | 201/497 [00:03<00:04, 71.74it/s]
41
  42%|████▏ | 209/497 [00:03<00:04, 70.77it/s]
42
  44%|████▎ | 217/497 [00:03<00:03, 70.38it/s]
43
  45%|████▌ | 225/497 [00:03<00:03, 69.95it/s]
44
  47%|████▋ | 233/497 [00:03<00:03, 69.22it/s]
45
  48%|████▊ | 241/497 [00:03<00:03, 70.03it/s]
46
  50%|█████ | 249/497 [00:03<00:03, 69.94it/s]
47
  52%|█████▏ | 257/497 [00:04<00:03, 70.17it/s]
48
  53%|█████▎ | 265/497 [00:04<00:03, 69.02it/s]
49
  55%|█████▍ | 273/497 [00:04<00:03, 69.48it/s]
50
  56%|█████▋ | 280/497 [00:04<00:03, 69.12it/s]
51
  58%|█████▊ | 288/497 [00:04<00:03, 69.43it/s]
52
  59%|█████▉ | 295/497 [00:04<00:02, 69.50it/s]
53
  61%|██████ | 302/497 [00:04<00:02, 69.19it/s]
54
  62%|██████▏ | 309/497 [00:04<00:02, 68.99it/s]
55
  64%|██████▍ | 317/497 [00:04<00:02, 70.49it/s]
56
  65%|██████▌ | 325/497 [00:05<00:02, 72.72it/s]
57
  67%|██████▋ | 333/497 [00:05<00:02, 74.02it/s]
58
  69%|██████▊ | 341/497 [00:05<00:02, 74.61it/s]
59
  70%|███████ | 349/497 [00:05<00:01, 75.78it/s]
60
  72%|███████▏ | 357/497 [00:05<00:01, 74.47it/s]
61
  73%|███████▎ | 365/497 [00:05<00:01, 73.26it/s]
62
  75%|███████▌ | 373/497 [00:05<00:01, 74.02it/s]
63
  77%|███████▋ | 381/497 [00:05<00:01, 70.41it/s]
64
  78%|███████▊ | 389/497 [00:05<00:01, 71.25it/s]
65
  80%|███████▉ | 397/497 [00:06<00:01, 70.34it/s]
66
  81%|████████▏ | 405/497 [00:06<00:01, 71.53it/s]
67
  83%|████████▎ | 413/497 [00:06<00:01, 71.76it/s]
68
  85%|████████▍ | 421/497 [00:06<00:01, 70.54it/s]
69
  86%|████████▋ | 429/497 [00:06<00:00, 71.35it/s]
70
  88%|████████▊ | 437/497 [00:06<00:00, 71.41it/s]
71
  90%|████████▉ | 445/497 [00:06<00:00, 72.13it/s]
72
  91%|█████████ | 453/497 [00:06<00:00, 71.27it/s]
73
  93%|█████████▎| 461/497 [00:06<00:00, 71.72it/s]
74
  94%|█████████▍| 469/497 [00:07<00:00, 72.59it/s]
75
  96%|█████████▌| 477/497 [00:07<00:00, 72.54it/s]
76
  98%|█████████▊| 485/497 [00:07<00:00, 72.82it/s]
77
  99%|█████████▉| 493/497 [00:07<00:00, 70.22it/s]
78
+
79
  0%| | 0/497 [00:00<?, ?it/s]
80
  1%| | 4/497 [00:00<00:15, 30.90it/s]
81
  2%|▏ | 8/497 [00:00<00:15, 31.27it/s]
82
  2%|▏ | 12/497 [00:00<00:15, 30.68it/s]
83
  3%|▎ | 16/497 [00:00<00:15, 30.43it/s]
84
  4%|▍ | 20/497 [00:00<00:15, 31.00it/s]
85
  5%|▍ | 24/497 [00:00<00:15, 31.38it/s]
86
  6%|▌ | 28/497 [00:00<00:15, 30.92it/s]
87
  6%|▋ | 32/497 [00:01<00:15, 30.70it/s]
88
  7%|▋ | 36/497 [00:01<00:15, 30.71it/s]
89
  8%|▊ | 40/497 [00:01<00:14, 31.38it/s]
90
  9%|▉ | 44/497 [00:01<00:14, 31.40it/s]
91
  10%|▉ | 48/497 [00:01<00:14, 31.23it/s]
92
  10%|█ | 52/497 [00:01<00:14, 31.11it/s]
93
  11%|█▏ | 56/497 [00:01<00:14, 31.27it/s]
94
  12%|█▏ | 60/497 [00:01<00:13, 31.45it/s]
95
  13%|█▎ | 64/497 [00:02<00:13, 31.79it/s]
96
  14%|█▎ | 68/497 [00:02<00:13, 31.94it/s]
97
  14%|█▍ | 72/497 [00:02<00:13, 32.28it/s]
98
  15%|█▌ | 76/497 [00:02<00:13, 31.65it/s]
99
  16%|█▌ | 80/497 [00:02<00:13, 31.61it/s]
100
  17%|█▋ | 84/497 [00:02<00:13, 31.76it/s]
101
  18%|█▊ | 88/497 [00:02<00:12, 31.77it/s]
102
  19%|█▊ | 92/497 [00:02<00:12, 32.10it/s]
103
  19%|█▉ | 96/497 [00:03<00:12, 32.08it/s]
104
  20%|██ | 100/497 [00:03<00:12, 31.40it/s]
105
  21%|██ | 104/497 [00:03<00:12, 31.23it/s]
106
  22%|██▏ | 108/497 [00:03<00:12, 31.22it/s]
107
  23%|██▎ | 112/497 [00:03<00:12, 30.16it/s]
108
  23%|██▎ | 116/497 [00:03<00:12, 31.17it/s]
109
  24%|██▍ | 120/497 [00:03<00:12, 30.61it/s]
110
  25%|██▍ | 124/497 [00:03<00:11, 31.90it/s]
111
  26%|██▌ | 128/497 [00:04<00:11, 32.49it/s]
112
  27%|██▋ | 132/497 [00:04<00:11, 32.75it/s]
113
  27%|██▋ | 136/497 [00:04<00:11, 31.82it/s]
114
  28%|██▊ | 140/497 [00:04<00:11, 31.69it/s]
115
  29%|██▉ | 144/497 [00:04<00:10, 32.31it/s]
116
  30%|██▉ | 148/497 [00:04<00:10, 32.44it/s]
117
  31%|███ | 152/497 [00:04<00:10, 32.36it/s]
118
  31%|███▏ | 156/497 [00:04<00:10, 32.27it/s]
119
  32%|███▏ | 160/497 [00:05<00:10, 32.12it/s]
120
  33%|███▎ | 164/497 [00:05<00:10, 32.33it/s]
121
  34%|███▍ | 168/497 [00:05<00:10, 32.40it/s]
122
  35%|███▍ | 172/497 [00:05<00:10, 32.31it/s]
123
  35%|███▌ | 176/497 [00:05<00:09, 32.28it/s]
124
  36%|███▌ | 180/497 [00:05<00:09, 32.24it/s]
125
  37%|███▋ | 184/497 [00:05<00:09, 32.09it/s]
126
  38%|███▊ | 188/497 [00:05<00:09, 31.51it/s]
127
  39%|███▊ | 192/497 [00:06<00:09, 32.30it/s]
128
  39%|███▉ | 196/497 [00:06<00:09, 30.89it/s]
129
  40%|████ | 200/497 [00:06<00:09, 31.32it/s]
130
  41%|████ | 204/497 [00:06<00:09, 31.92it/s]
131
  42%|████▏ | 208/497 [00:06<00:09, 31.46it/s]
132
  43%|████▎ | 212/497 [00:06<00:09, 31.30it/s]
133
  43%|████▎ | 216/497 [00:06<00:08, 31.75it/s]
134
  44%|████▍ | 220/497 [00:06<00:08, 31.89it/s]
135
  45%|████▌ | 224/497 [00:07<00:08, 32.05it/s]
136
  46%|████▌ | 228/497 [00:07<00:08, 31.89it/s]
137
  47%|████▋ | 232/497 [00:07<00:08, 32.20it/s]
138
  47%|████▋ | 236/497 [00:07<00:08, 32.10it/s]
139
  48%|████▊ | 240/497 [00:07<00:07, 32.46it/s]
140
  49%|████▉ | 244/497 [00:07<00:07, 32.20it/s]
141
  50%|████▉ | 248/497 [00:07<00:07, 32.38it/s]
142
  51%|█████ | 252/497 [00:07<00:07, 32.81it/s]
143
  52%|█████▏ | 256/497 [00:08<00:07, 32.31it/s]
144
  52%|█████▏ | 260/497 [00:08<00:07, 32.34it/s]
145
  53%|█████▎ | 264/497 [00:08<00:07, 32.35it/s]
146
  54%|█████▍ | 268/497 [00:08<00:07, 31.95it/s]
147
  55%|█████▍ | 272/497 [00:08<00:07, 31.61it/s]
148
  56%|█████▌ | 276/497 [00:08<00:06, 31.61it/s]
149
  56%|█████▋ | 280/497 [00:08<00:06, 31.35it/s]
150
  57%|█████▋ | 284/497 [00:08<00:06, 31.14it/s]
151
  58%|█████▊ | 288/497 [00:09<00:06, 31.44it/s]
152
  59%|█████▉ | 292/497 [00:09<00:06, 31.06it/s]
153
  60%|█████▉ | 296/497 [00:09<00:06, 30.25it/s]
154
  60%|██████ | 300/497 [00:09<00:06, 30.96it/s]
155
  61%|██████ | 304/497 [00:09<00:06, 31.10it/s]
156
  62%|██████▏ | 308/497 [00:09<00:06, 31.15it/s]
157
  63%|██████▎ | 312/497 [00:09<00:05, 31.22it/s]
158
  64%|██████▎ | 316/497 [00:09<00:05, 31.33it/s]
159
  64%|██████▍ | 320/497 [00:10<00:05, 31.48it/s]
160
  65%|██████▌ | 324/497 [00:10<00:05, 31.27it/s]
161
  66%|██████▌ | 328/497 [00:10<00:05, 32.18it/s]
162
  67%|██████▋ | 332/497 [00:10<00:05, 32.93it/s]
163
  68%|██████▊ | 336/497 [00:10<00:04, 33.35it/s]
164
  68%|██████▊ | 340/497 [00:10<00:04, 32.87it/s]
165
  69%|██████▉ | 344/497 [00:10<00:04, 33.10it/s]
166
  70%|███████ | 348/497 [00:10<00:04, 32.74it/s]
167
  71%|███████ | 352/497 [00:11<00:04, 33.38it/s]
168
  72%|███████▏ | 356/497 [00:11<00:04, 32.85it/s]
169
  72%|███████▏ | 360/497 [00:11<00:04, 32.85it/s]
170
  73%|███████▎ | 364/497 [00:11<00:04, 32.65it/s]
171
  74%|███████▍ | 368/497 [00:11<00:03, 32.64it/s]
172
  75%|███████▍ | 372/497 [00:11<00:03, 32.32it/s]
173
  76%|███████▌ | 376/497 [00:11<00:03, 32.28it/s]
174
  76%|███████▋ | 380/497 [00:11<00:03, 32.71it/s]
175
  77%|███████▋ | 384/497 [00:12<00:03, 32.97it/s]
176
  78%|███████▊ | 388/497 [00:12<00:03, 32.67it/s]
177
  79%|███████▉ | 392/497 [00:12<00:03, 32.15it/s]
178
  80%|███████▉ | 396/497 [00:12<00:03, 32.28it/s]
179
  80%|████████ | 400/497 [00:12<00:02, 32.75it/s]
180
  81%|██████���█▏ | 404/497 [00:12<00:02, 33.44it/s]
181
  82%|████████▏ | 408/497 [00:12<00:02, 33.47it/s]
182
  83%|████████▎ | 412/497 [00:12<00:02, 33.29it/s]
183
  84%|████████▎ | 416/497 [00:13<00:02, 32.90it/s]
184
  85%|████████▍ | 420/497 [00:13<00:02, 32.85it/s]
185
  85%|████████▌ | 424/497 [00:13<00:02, 32.31it/s]
186
  86%|████████▌ | 428/497 [00:13<00:02, 32.33it/s]
187
  87%|████████▋ | 432/497 [00:13<00:02, 32.26it/s]
188
  88%|████████▊ | 436/497 [00:13<00:01, 32.52it/s]
189
  89%|████████▊ | 440/497 [00:13<00:01, 32.31it/s]
190
  89%|████████▉ | 444/497 [00:13<00:01, 32.13it/s]
191
  90%|█████████ | 448/497 [00:14<00:01, 32.34it/s]
192
  91%|█████████ | 452/497 [00:14<00:01, 32.32it/s]
193
  92%|█████████▏| 456/497 [00:14<00:01, 32.41it/s]
194
  93%|█████████▎| 460/497 [00:14<00:01, 31.79it/s]
195
  93%|█████████▎| 464/497 [00:14<00:01, 32.50it/s]
196
  94%|█████████▍| 468/497 [00:14<00:00, 33.36it/s]
197
  95%|█████████▍| 472/497 [00:14<00:00, 33.04it/s]
198
  96%|█████████▌| 476/497 [00:14<00:00, 33.52it/s]
199
  97%|█████████▋| 480/497 [00:14<00:00, 33.65it/s]
200
  97%|█████████▋| 484/497 [00:15<00:00, 33.30it/s]
201
  98%|█████████▊| 488/497 [00:15<00:00, 32.63it/s]
202
  99%|█████████▉| 492/497 [00:15<00:00, 32.61it/s]
203
+ FID: 106.12328835883358
204
+
205
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
206
+ warnings.warn(*args, **kwargs)
207
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
208
+ warnings.warn(
209
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
210
+ DINO_I: 0.12495101243257523
211
+
212
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
213
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
214
+ with torch.cuda.amp.autocast():
215
+
216
+ WARNING:huggingface_hub.utils._http:'(ReadTimeoutError("HTTPSConnectionPool(host='huggingface.co', port=443): Read timed out. (read timeout=10)"), '(Request ID: 71d320ba-c4cd-4216-8a61-7118aca31918)')' thrown while requesting HEAD https://huggingface.co/xswu/HPSv2/resolve/main/HPS_v2.1_compressed.pt
217
+ Retrying in 1s [Retry 1/5].
218
+ WARNING:huggingface_hub.utils._http:Retrying in 1s [Retry 1/5].
219
+
220
+ INFO:absl:FID: 106.12328835883358
221
+ INFO:absl:DINO_I: 0.12495101243257523
222
+ INFO:absl:IS: (tensor(17.3624, device='cuda:0'), tensor(1.3039, device='cuda:0'))
223
+ INFO:absl:CLIP_T: 0.19042356838462818
224
+ INFO:absl:HPSv2: 0.2899845361229879
225
+ INFO:absl:Aesthetic: 6.541996148030763
226
+ Scores:
227
+ FID: 106.12328835883358
228
+ DINO_I: 0.12495101243257523
229
+ IS: (tensor(17.3624, device='cuda:0'), tensor(1.3039, device='cuda:0'))
230
+ CLIP_T: 0.19042356838462818
231
+ HPSv2: 0.2899845361229879
232
+ Aesthetic: 6.541996148030763
scripts/eval/slurm-6234587.out ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading PartiPrompts from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv for GPU 0, Node 0
7
+ Number of unique prompts: 1632 | Max prompt length: 389
8
+ 一共932 张
9
+
10
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
11
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
12
+ with torch.cuda.amp.autocast():
13
+
14
+ INFO:absl:IS: (tensor(17.2924, device='cuda:0'), tensor(1.6669, device='cuda:0'))
15
+ INFO:absl:CLIP_T: 0.19844276723032217
16
+ INFO:absl:HPSv2: 0.28268498105552575
17
+ INFO:absl:Aesthetic: 6.514075135212599
18
+ Scores:
19
+ IS: (tensor(17.2924, device='cuda:0'), tensor(1.6669, device='cuda:0'))
20
+ CLIP_T: 0.19844276723032217
21
+ HPSv2: 0.28268498105552575
22
+ Aesthetic: 6.514075135212599
scripts/eval/slurm-6234588.out ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading PartiPrompts from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv for GPU 0, Node 0
7
+ Number of unique prompts: 1632 | Max prompt length: 389
8
+ 一共147 张
9
+
10
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
11
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
12
+ with torch.cuda.amp.autocast():
13
+
14
+ INFO:absl:IS: (tensor(6.2036, device='cuda:0'), tensor(0.9269, device='cuda:0'))
15
+ INFO:absl:CLIP_T: 0.25545033842933423
16
+ INFO:absl:HPSv2: 0.2595023849383503
17
+ INFO:absl:Aesthetic: 6.3289138703119185
18
+ Scores:
19
+ IS: (tensor(6.2036, device='cuda:0'), tensor(0.9269, device='cuda:0'))
20
+ CLIP_T: 0.25545033842933423
21
+ HPSv2: 0.2595023849383503
22
+ Aesthetic: 6.3289138703119185
scripts/eval/slurm-6234589.out ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading PartiPrompts from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv for GPU 0, Node 0
7
+ Number of unique prompts: 1632 | Max prompt length: 389
8
+ 一共696 张
9
+
10
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
11
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
12
+ with torch.cuda.amp.autocast():
13
+
14
+ Traceback (most recent call last):
15
+ File "/mnt/petrelfs/leihaodong/ICLR25/eval/evaluation_metrics.py", line 436, in <module>
16
+ results = evaluate_quantitative_scores_text2img(
17
+ File "/mnt/petrelfs/leihaodong/ICLR25/eval/evaluation_metrics.py", line 309, in evaluate_quantitative_scores_text2img
18
+ image = Image.open(image_file)
19
+ File "/mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/PIL/Image.py", line 3560, in open
20
+ raise UnidentifiedImageError(msg)
21
+ PIL.UnidentifiedImageError: cannot identify image file '/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_PartiPrompts/mscr_sjd_0.05/img/695.png'
22
+ srun: error: SH-IDC1-10-140-37-43: task 0: Exited with exit code 1
scripts/eval/slurm-6234590.out ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading PartiPrompts from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv for GPU 0, Node 0
7
+ Number of unique prompts: 1632 | Max prompt length: 389
8
+ 一共172 张
9
+
10
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
11
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
12
+ with torch.cuda.amp.autocast():
13
+
14
+ INFO:absl:IS: (tensor(6.1117, device='cuda:0'), tensor(0.9643, device='cuda:0'))
15
+ INFO:absl:CLIP_T: 0.25045652375664823
16
+ INFO:absl:HPSv2: 0.23206205146257267
17
+ INFO:absl:Aesthetic: 5.643340925837672
18
+ Scores:
19
+ IS: (tensor(6.1117, device='cuda:0'), tensor(0.9643, device='cuda:0'))
20
+ CLIP_T: 0.25045652375664823
21
+ HPSv2: 0.23206205146257267
22
+ Aesthetic: 5.643340925837672
scripts/eval/slurm-6235595.out ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading PartiPrompts from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv for GPU 0, Node 0
7
+ Number of unique prompts: 1632 | Max prompt length: 389
8
+ 一共695 张
9
+
10
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
11
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
12
+ with torch.cuda.amp.autocast():
13
+
14
+ INFO:absl:IS: (tensor(12.8385, device='cuda:0'), tensor(1.2827, device='cuda:0'))
15
+ INFO:absl:CLIP_T: 0.1999332770946429
16
+ INFO:absl:HPSv2: 0.25848292069469425
17
+ INFO:absl:Aesthetic: 6.157701880297215
18
+ Scores:
19
+ IS: (tensor(12.8385, device='cuda:0'), tensor(1.2827, device='cuda:0'))
20
+ CLIP_T: 0.1999332770946429
21
+ HPSv2: 0.25848292069469425
22
+ Aesthetic: 6.157701880297215
scripts/eval/slurm-6235610.out ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading PartiPrompts from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv for GPU 0, Node 0
7
+ Number of unique prompts: 1632 | Max prompt length: 389
8
+ 一共631 张
9
+
10
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
11
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
12
+ with torch.cuda.amp.autocast():
13
+
14
+ INFO:absl:IS: (tensor(5.3711, device='cuda:0'), tensor(0.3064, device='cuda:0'))
15
+ INFO:absl:CLIP_T: 0.1986828702494573
16
+ INFO:absl:HPSv2: 0.1616893834810816
17
+ INFO:absl:Aesthetic: 4.097829038103106
18
+ Scores:
19
+ IS: (tensor(5.3711, device='cuda:0'), tensor(0.3064, device='cuda:0'))
20
+ CLIP_T: 0.1986828702494573
21
+ HPSv2: 0.1616893834810816
22
+ Aesthetic: 4.097829038103106
scripts/log/emu3/PP/slurm-6224918.out ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading PartiPrompts from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv for GPU 0, Node 0
7
+ Number of unique prompts: 1632 | Max prompt length: 389
8
+
9
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
10
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
11
+ with torch.cuda.amp.autocast():
12
+
13
+ INFO:absl:IS: (tensor(12.2022, device='cuda:0'), tensor(1.0720, device='cuda:0'))
14
+ INFO:absl:CLIP_T: 0.22810792344622313
15
+ INFO:absl:HPSv2: 0.2903643798828125
16
+ INFO:absl:Aesthetic: 6.61770681142807
17
+ Scores:
18
+ IS: (tensor(12.2022, device='cuda:0'), tensor(1.0720, device='cuda:0'))
19
+ CLIP_T: 0.22810792344622313
20
+ HPSv2: 0.2903643798828125
21
+ Aesthetic: 6.61770681142807
scripts/log/emu3/PP/slurm-6224919.out ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading PartiPrompts from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv for GPU 0, Node 0
7
+ Number of unique prompts: 1632 | Max prompt length: 389
8
+
9
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
10
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
11
+ with torch.cuda.amp.autocast():
12
+
13
+ INFO:absl:IS: (tensor(13.9641, device='cuda:0'), tensor(1.6822, device='cuda:0'))
14
+ INFO:absl:CLIP_T: 0.2128829068272711
15
+ INFO:absl:HPSv2: 0.2926989103618421
16
+ INFO:absl:Aesthetic: 6.614537016233386
17
+ Scores:
18
+ IS: (tensor(13.9641, device='cuda:0'), tensor(1.6822, device='cuda:0'))
19
+ CLIP_T: 0.2128829068272711
20
+ HPSv2: 0.2926989103618421
21
+ Aesthetic: 6.614537016233386
scripts/log/emu3/PP/slurm-6224920.out ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading PartiPrompts from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv for GPU 0, Node 0
7
+ Number of unique prompts: 1632 | Max prompt length: 389
8
+
9
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
10
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
11
+ with torch.cuda.amp.autocast():
12
+
13
+ INFO:absl:IS: (tensor(14.5504, device='cuda:0'), tensor(1.4504, device='cuda:0'))
14
+ INFO:absl:CLIP_T: 0.21511175778703154
15
+ INFO:absl:HPSv2: 0.29233695056950937
16
+ INFO:absl:Aesthetic: 6.610858074081278
17
+ Scores:
18
+ IS: (tensor(14.5504, device='cuda:0'), tensor(1.4504, device='cuda:0'))
19
+ CLIP_T: 0.21511175778703154
20
+ HPSv2: 0.29233695056950937
21
+ Aesthetic: 6.610858074081278
scripts/log/emu3/PP/slurm-6224921.out ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading PartiPrompts from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv for GPU 0, Node 0
7
+ Number of unique prompts: 1632 | Max prompt length: 389
8
+
9
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
10
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
11
+ with torch.cuda.amp.autocast():
12
+
13
+ INFO:absl:IS: (tensor(10.4139, device='cuda:0'), tensor(1.7621, device='cuda:0'))
14
+ INFO:absl:CLIP_T: 0.25801803677504354
15
+ INFO:absl:HPSv2: 0.27528296889414205
16
+ INFO:absl:Aesthetic: 6.3358107563314405
17
+ Scores:
18
+ IS: (tensor(10.4139, device='cuda:0'), tensor(1.7621, device='cuda:0'))
19
+ CLIP_T: 0.25801803677504354
20
+ HPSv2: 0.27528296889414205
21
+ Aesthetic: 6.3358107563314405
scripts/log/emu3/PP/slurm-6224922.out ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading PartiPrompts from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv for GPU 0, Node 0
7
+ Number of unique prompts: 1632 | Max prompt length: 389
8
+
9
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
10
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
11
+ with torch.cuda.amp.autocast():
12
+
13
+ INFO:absl:IS: (tensor(9.1179, device='cuda:0'), tensor(1.1087, device='cuda:0'))
14
+ INFO:absl:CLIP_T: 0.2371356459450908
15
+ INFO:absl:HPSv2: 0.26797332763671877
16
+ INFO:absl:Aesthetic: 6.121969189494848
17
+ Scores:
18
+ IS: (tensor(9.1179, device='cuda:0'), tensor(1.1087, device='cuda:0'))
19
+ CLIP_T: 0.2371356459450908
20
+ HPSv2: 0.26797332763671877
21
+ Aesthetic: 6.121969189494848
scripts/log/emu3/PP/slurm-6224923.out ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading PartiPrompts from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv for GPU 0, Node 0
7
+ Number of unique prompts: 1632 | Max prompt length: 389
8
+
9
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
10
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
11
+ with torch.cuda.amp.autocast():
12
+
13
+ INFO:absl:IS: (tensor(10.4369, device='cuda:0'), tensor(1.8989, device='cuda:0'))
14
+ INFO:absl:CLIP_T: 0.2426145700125122
15
+ INFO:absl:HPSv2: 0.268757468775699
16
+ INFO:absl:Aesthetic: 6.344130627418819
17
+ Scores:
18
+ IS: (tensor(10.4369, device='cuda:0'), tensor(1.8989, device='cuda:0'))
19
+ CLIP_T: 0.2426145700125122
20
+ HPSv2: 0.268757468775699
21
+ Aesthetic: 6.344130627418819
scripts/log/emu3/PP/slurm-6224924.out ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading PartiPrompts from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv for GPU 0, Node 0
7
+ Number of unique prompts: 1632 | Max prompt length: 389
8
+
9
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
10
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
11
+ with torch.cuda.amp.autocast():
12
+
13
+ INFO:absl:IS: (tensor(14.7802, device='cuda:0'), tensor(1.8198, device='cuda:0'))
14
+ INFO:absl:CLIP_T: 0.21445053784682183
15
+ INFO:absl:HPSv2: 0.29132057388475835
16
+ INFO:absl:Aesthetic: 6.598674116524622
17
+ Scores:
18
+ IS: (tensor(14.7802, device='cuda:0'), tensor(1.8198, device='cuda:0'))
19
+ CLIP_T: 0.21445053784682183
20
+ HPSv2: 0.29132057388475835
21
+ Aesthetic: 6.598674116524622
scripts/log/emu3/T2I/slurm-6225299.out ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading T2ICompBenchBench from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json for GPU 0, Node 0
7
+
8
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
9
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
10
+ with torch.cuda.amp.autocast():
11
+
12
+ INFO:absl:IS: (tensor(12.6427, device='cuda:0'), tensor(2.0444, device='cuda:0'))
13
+ INFO:absl:CLIP_T: 0.22459603008375598
14
+ INFO:absl:HPSv2: 0.28618738890955686
15
+ INFO:absl:Aesthetic: 6.482009205237898
16
+ Scores:
17
+ IS: (tensor(12.6427, device='cuda:0'), tensor(2.0444, device='cuda:0'))
18
+ CLIP_T: 0.22459603008375598
19
+ HPSv2: 0.28618738890955686
20
+ Aesthetic: 6.482009205237898
scripts/log/emu3/T2I/slurm-6225300.out ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading T2ICompBenchBench from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json for GPU 0, Node 0
7
+
8
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
9
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
10
+ with torch.cuda.amp.autocast():
11
+
12
+ INFO:absl:IS: (tensor(15.4168, device='cuda:0'), tensor(2.0079, device='cuda:0'))
13
+ INFO:absl:CLIP_T: 0.2170085100031744
14
+ INFO:absl:HPSv2: 0.2852641428549459
15
+ INFO:absl:Aesthetic: 6.5750199077636236
16
+ Scores:
17
+ IS: (tensor(15.4168, device='cuda:0'), tensor(2.0079, device='cuda:0'))
18
+ CLIP_T: 0.2170085100031744
19
+ HPSv2: 0.2852641428549459
20
+ Aesthetic: 6.5750199077636236
scripts/log/emu3/T2I/slurm-6225301.out ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading T2ICompBenchBench from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json for GPU 0, Node 0
7
+
8
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
9
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
10
+ with torch.cuda.amp.autocast():
11
+
12
+ INFO:absl:IS: (tensor(16.1048, device='cuda:0'), tensor(1.5941, device='cuda:0'))
13
+ INFO:absl:CLIP_T: 0.22069272279019805
14
+ INFO:absl:HPSv2: 0.2845417229942153
15
+ INFO:absl:Aesthetic: 6.537994932120954
16
+ Scores:
17
+ IS: (tensor(16.1048, device='cuda:0'), tensor(1.5941, device='cuda:0'))
18
+ CLIP_T: 0.22069272279019805
19
+ HPSv2: 0.2845417229942153
20
+ Aesthetic: 6.537994932120954
scripts/log/emu3/T2I/slurm-6225302.out ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading T2ICompBenchBench from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json for GPU 0, Node 0
7
+
8
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
9
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
10
+ with torch.cuda.amp.autocast():
11
+
12
+ INFO:absl:IS: (tensor(9.2221, device='cuda:0'), tensor(1.8388, device='cuda:0'))
13
+ INFO:absl:CLIP_T: 0.23495205142971282
14
+ INFO:absl:HPSv2: 0.2865086244733146
15
+ INFO:absl:Aesthetic: 6.499841072139668
16
+ Scores:
17
+ IS: (tensor(9.2221, device='cuda:0'), tensor(1.8388, device='cuda:0'))
18
+ CLIP_T: 0.23495205142971282
19
+ HPSv2: 0.2865086244733146
20
+ Aesthetic: 6.499841072139668
scripts/log/emu3/T2I/slurm-6225303.out ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading T2ICompBenchBench from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json for GPU 0, Node 0
7
+
8
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
9
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
10
+ with torch.cuda.amp.autocast():
11
+
12
+ INFO:absl:IS: (tensor(9.0747, device='cuda:0'), tensor(1.1286, device='cuda:0'))
13
+ INFO:absl:CLIP_T: 0.2196346385104041
14
+ INFO:absl:HPSv2: 0.26841844128024195
15
+ INFO:absl:Aesthetic: 6.323781307281986
16
+ Scores:
17
+ IS: (tensor(9.0747, device='cuda:0'), tensor(1.1286, device='cuda:0'))
18
+ CLIP_T: 0.2196346385104041
19
+ HPSv2: 0.26841844128024195
20
+ Aesthetic: 6.323781307281986
scripts/log/emu3/T2I/slurm-6225304.out ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading T2ICompBenchBench from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json for GPU 0, Node 0
7
+
8
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
9
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
10
+ with torch.cuda.amp.autocast():
11
+
12
+ INFO:absl:IS: (tensor(9.9621, device='cuda:0'), tensor(0.9783, device='cuda:0'))
13
+ INFO:absl:CLIP_T: 0.22185775332274985
14
+ INFO:absl:HPSv2: 0.27371365906762296
15
+ INFO:absl:Aesthetic: 6.499100695281732
16
+ Scores:
17
+ IS: (tensor(9.9621, device='cuda:0'), tensor(0.9783, device='cuda:0'))
18
+ CLIP_T: 0.22185775332274985
19
+ HPSv2: 0.27371365906762296
20
+ Aesthetic: 6.499100695281732
scripts/log/emu3/T2I/slurm-6225305.out ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/torchmetrics/utilities/prints.py:43: UserWarning: Metric `InceptionScore` will save all extracted features in buffer. For large datasets this may lead to large memory footprint.
2
+ warnings.warn(*args, **kwargs)
3
+ /mnt/petrelfs/leihaodong/anaconda3/envs/eval_xx/lib/python3.10/site-packages/open_clip/factory.py:450: UserWarning: QuickGELU mismatch between final model config (quick_gelu=False) and pretrained tag 'openai' (quick_gelu=True).
4
+ warnings.warn(
5
+ Using a slow image processor as `use_fast` is unset and a slow processor was saved with this model. `use_fast=True` will be the default behavior in v4.52, even if the model was saved with a slow processor. This will result in minor differences in outputs. You'll still be able to use a slow processor with `use_fast=False`.
6
+ Loading T2ICompBenchBench from /mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/T2I-CompBench_val.json for GPU 0, Node 0
7
+
8
+ warnings.warn(f"Importing from {__name__} is deprecated, please import via timm.layers", FutureWarning)
9
+ /mnt/petrelfs/leihaodong/ICLR25/eval/HPSv2/hpsv2/img_score.py:107: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead.
10
+ with torch.cuda.amp.autocast():
11
+
12
+ INFO:absl:IS: (tensor(16.2280, device='cuda:0'), tensor(2.2855, device='cuda:0'))
13
+ INFO:absl:CLIP_T: 0.21824728426104584
14
+ INFO:absl:HPSv2: 0.2856275140131273
15
+ INFO:absl:Aesthetic: 6.53763605670858
16
+ Scores:
17
+ IS: (tensor(16.2280, device='cuda:0'), tensor(2.2855, device='cuda:0'))
18
+ CLIP_T: 0.21824728426104584
19
+ HPSv2: 0.2856275140131273
20
+ Aesthetic: 6.53763605670858
scripts/lumina_gpt/MSCOCO/base.sh ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/sjdtree
3
+ tokenizer_path=/mnt/petrelfs/leihaodong/local_model/chameleon/tokenizer
4
+ isp='random'
5
+ method='speculative_jacobi'
6
+ num_init_new_token=1
7
+ benchmark_way='order'
8
+ prompt="MSCOCO2017Val"
9
+ num_images=4000
10
+ slice='0-4000'
11
+ output_path=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_${prompt}/base
12
+ mkdir -p ${output_path}
13
+
14
+ # nohup
15
+ python /mnt/petrelfs/leihaodong/ICLR25/sjdtree/main.py \
16
+ --tokenizer_path=$tokenizer_path \
17
+ --output_path=$output_path \
18
+ --isp=$isp \
19
+ --method=$method \
20
+ --num_init_new_token=$num_init_new_token \
21
+ --benchmark_way=$benchmark_way \
22
+ --prompt=$prompt \
23
+ --num_images=$num_images \
24
+ --slice=$slice > ${output_path}.log 2>&1
scripts/lumina_gpt/MSCOCO/caccl+sjd++.sh ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ #SBATCH -N 1 # 节点数(可改成多节点)
3
+ #SBATCH --job-name=MSCOCO2017Val # 可选:任务名,便于查看
4
+
5
+ # ==================== 环境变量 ====================
6
+ export PARTITION=DataFrontier_Knowledge
7
+ export CFSCTL=/mnt/petrelfs/leihaodong/app/cfs/bin/cfsctl
8
+ export NNODES=$SLURM_NNODES # 实际分配到的节点数
9
+ export MASTER_ADDR=$(scontrol show hostname $SLURM_NODELIST | head -n1)
10
+ echo "Job started at $(date)"
11
+ echo "Nodes: $SLURM_NODELIST"
12
+ echo "Master node: $MASTER_ADDR"
13
+ echo "Total nodes: $NNODES"
14
+ # ==================== CFS 预加载(启动 + preload + 停止) ====================
15
+ echo "Starting CFS preload..."
16
+ # 取主节点(和你们原来脚本保持一致)
17
+ MAIN_SERVER=$(scontrol show hostname $SLURM_NODELIST | head -n1)
18
+ # 停止可能残留的旧 CFS 实例
19
+ $CFSCTL -p $PARTITION -n $NNODES -X $MAIN_SERVER stop || true
20
+ # 启动 CFS
21
+ $CFSCTL -p $PARTITION -n $NNODES -X $MAIN_SERVER start
22
+ # 开始预加载(这一步会卡住直到所有节点 preload 完成)
23
+ $CFSCTL -p $PARTITION -n $NNODES -X $MAIN_SERVER -a preload
24
+ # ==================== 真正要跑的程序 ====================
25
+ cd /mnt/petrelfs/leihaodong/ICLR25/sjdtree
26
+ isp='random'
27
+ method='caccl'
28
+ num_init_new_token=96
29
+ benchmark_way='order'
30
+ prompt="MSCOCO2017Val"
31
+ num_images=4000
32
+ slice='0-4000'
33
+ output_path=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768/${prompt}/caccl
34
+ tokenizer_path=/mnt/petrelfs/leihaodong/local_model/chameleon/tokenizer
35
+ model_path=/nvme/leihaodong/mnt/local_model/models--Alpha-VLLM--Lumina-mGPT-7B-768/snapshots/755e7e40530a8edf4eea6078cbc484d2bfda091f
36
+ mkdir -p ${output_path}
37
+
38
+ srun \
39
+ -N 1 \
40
+ --ntasks-per-node 1 \
41
+ python main.py \
42
+ --tokenizer_path=$tokenizer_path \
43
+ --output_path=$output_path \
44
+ --model_path=$model_path \
45
+ --isp=$isp \
46
+ --method=$method \
47
+ --num_init_new_token=$num_init_new_token \
48
+ --benchmark_way=$benchmark_way \
49
+ --prompt=$prompt \
50
+ --num_images=$num_images \
51
+ --sjd_pp_threshold=0.5 \
52
+ --slice=$slice \
53
+ --target_size=768 > ${output_path}.log 2>&1
54
+
55
+ # ==================== 清理 CFS ====================
56
+ echo "Python script finished, stopping CFS..."
57
+ $CFSCTL -p $PARTITION -n $NNODES -X $MAIN_SERVER stop
58
+ echo "Job finished at $(date)"
scripts/lumina_gpt/MSCOCO/ms_gsd.sh ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/sjdtree
3
+ isp='random'
4
+ method='group_speculative_jacobi'
5
+ num_init_new_token=16
6
+ benchmark_way='order'
7
+ prompt="MSCOCO2017Val"
8
+ num_images=4000
9
+ slice='0-4000'
10
+ output_path=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_${prompt}/ms_gsd
11
+ tokenizer_path=/mnt/petrelfs/leihaodong/local_model/chameleon/tokenizer
12
+ model_path=Alpha-VLLM/Lumina-mGPT-7B-768
13
+ mkdir -p ${output_path}
14
+
15
+ srun \
16
+ -N 1 \
17
+ --ntasks-per-node 1 \
18
+ python /mnt/petrelfs/leihaodong/ICLR25/sjdtree/main.py \
19
+ --tokenizer_path=$tokenizer_path \
20
+ --output_path=$output_path \
21
+ --model_path=$model_path \
22
+ --isp=$isp \
23
+ --method=$method \
24
+ --num_init_new_token=$num_init_new_token \
25
+ --benchmark_way=$benchmark_way \
26
+ --prompt=$prompt \
27
+ --num_images=$num_images \
28
+ --slice=$slice \
29
+ --static_tree \
30
+ --target_size=768 \
31
+ --tree_choices=Grouped_Tree_6 > ${output_path}.log 2>&1
scripts/lumina_gpt/MSCOCO/ms_lantern.sh ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/sjdtree
3
+ isp='random'
4
+ method='lantern'
5
+ num_init_new_token=16
6
+ benchmark_way='order'
7
+ prompt="MSCOCO2017Val"
8
+ num_images=4000
9
+ slice='0-4000'
10
+ output_path=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_${prompt}/ms_lantern
11
+ tokenizer_path=/mnt/petrelfs/leihaodong/local_model/chameleon/tokenizer
12
+ model_path=Alpha-VLLM/Lumina-mGPT-7B-768
13
+ mkdir -p ${output_path}
14
+
15
+ srun \
16
+ -N 1 \
17
+ --ntasks-per-node 1 \
18
+ python /mnt/petrelfs/leihaodong/ICLR25/sjdtree/main.py \
19
+ --tokenizer_path=$tokenizer_path \
20
+ --output_path=$output_path \
21
+ --model_path=$model_path \
22
+ --isp=$isp \
23
+ --method=$method \
24
+ --num_init_new_token=$num_init_new_token \
25
+ --benchmark_way=$benchmark_way \
26
+ --prompt=$prompt \
27
+ --num_images=$num_images \
28
+ --slice=$slice \
29
+ --static_tree \
30
+ --target_size=768 \
31
+ --tree_choices=Grouped_Tree_6 > ${output_path}.log 2>&1
scripts/lumina_gpt/MSCOCO/ms_sjd.sh ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/sjdtree
3
+ isp='random'
4
+ method='speculative_jacobi'
5
+ num_init_new_token=16
6
+ benchmark_way='order'
7
+ prompt="MSCOCO2017Val"
8
+ num_images=4000
9
+ slice='0-4000'
10
+ output_path=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_${prompt}/ms_sjd
11
+ tokenizer_path=/mnt/petrelfs/leihaodong/local_model/chameleon/tokenizer
12
+ model_path=Alpha-VLLM/Lumina-mGPT-7B-768
13
+ mkdir -p ${output_path}
14
+
15
+ srun \
16
+ -N 1 \
17
+ --ntasks-per-node 1 \
18
+ python /mnt/petrelfs/leihaodong/ICLR25/sjdtree/main.py \
19
+ --tokenizer_path=$tokenizer_path \
20
+ --output_path=$output_path \
21
+ --model_path=$model_path \
22
+ --isp=$isp \
23
+ --method=$method \
24
+ --num_init_new_token=$num_init_new_token \
25
+ --benchmark_way=$benchmark_way \
26
+ --prompt=$prompt \
27
+ --num_images=$num_images \
28
+ --slice=$slice \
29
+ --static_tree \
30
+ --target_size=768 \
31
+ --tree_choices=Grouped_Tree_6 > ${output_path}.log 2>&1
scripts/lumina_gpt/MSCOCO/mscr_gsd.sh ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/sjdtree
3
+ isp='random'
4
+ method='group_speculative_jacobi_groupsum'
5
+ num_init_new_token=16
6
+ benchmark_way='order'
7
+ prompt="MSCOCO2017Val"
8
+ num_images=4000
9
+ slice='0-4000'
10
+ groupsum_delta=0.008
11
+ output_path=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_${prompt}/mscr_gsd
12
+ tokenizer_path=/mnt/petrelfs/leihaodong/local_model/chameleon/tokenizer
13
+ model_path=Alpha-VLLM/Lumina-mGPT-7B-768
14
+ mkdir -p ${output_path}
15
+
16
+ srun \
17
+ -N 1 \
18
+ --ntasks-per-node 1 \
19
+ python /mnt/petrelfs/leihaodong/ICLR25/sjdtree/main.py \
20
+ --tokenizer_path=$tokenizer_path \
21
+ --output_path=$output_path \
22
+ --model_path=$model_path \
23
+ --isp=$isp \
24
+ --method=$method \
25
+ --num_init_new_token=$num_init_new_token \
26
+ --benchmark_way=$benchmark_way \
27
+ --prompt=$prompt \
28
+ --num_images=$num_images \
29
+ --slice=$slice \
30
+ --static_tree \
31
+ --groupsum_delta=$groupsum_delta \
32
+ --target_size=768 \
33
+ --tree_choices=Grouped_Tree_6 > ${output_path}.log 2>&1
scripts/lumina_gpt/MSCOCO/mscr_sjd.sh ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ cd /mnt/petrelfs/leihaodong/ICLR25/sjdtree
3
+ isp='random'
4
+ method='speculative_jacobi_groupsum'
5
+ num_init_new_token=16
6
+ benchmark_way='order'
7
+ prompt="MSCOCO2017Val"
8
+ num_images=4000
9
+ slice='0-4000'
10
+ groupsum_delta=0.05
11
+ output_path=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_${prompt}/mscr_sjd_${groupsum_delta}
12
+ tokenizer_path=/mnt/petrelfs/leihaodong/local_model/chameleon/tokenizer
13
+ model_path=Alpha-VLLM/Lumina-mGPT-7B-768
14
+ mkdir -p ${output_path}
15
+
16
+ srun \
17
+ -N 1 \
18
+ --ntasks-per-node 1 \
19
+ python /mnt/petrelfs/leihaodong/ICLR25/sjdtree/main.py \
20
+ --tokenizer_path=$tokenizer_path \
21
+ --output_path=$output_path \
22
+ --model_path=$model_path \
23
+ --isp=$isp \
24
+ --method=$method \
25
+ --num_init_new_token=$num_init_new_token \
26
+ --benchmark_way=$benchmark_way \
27
+ --prompt=$prompt \
28
+ --num_images=$num_images \
29
+ --slice=$slice \
30
+ --static_tree \
31
+ --groupsum_delta=$groupsum_delta \
32
+ --target_size=768 \
33
+ --tree_choices=Grouped_Tree_6 > ${output_path}.log 2>&1
scripts/lumina_gpt/MSCOCO/sjd++.sh ADDED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+ #SBATCH -N 1 # 节点数(可改成多节点)
3
+ #SBATCH --job-name=MSCOCO2017Val # 可选:任务名,便于查看
4
+
5
+ # ==================== 环境变量 ====================
6
+ export PARTITION=DataFrontier_Knowledge
7
+ export CFSCTL=/mnt/petrelfs/leihaodong/app/cfs/bin/cfsctl
8
+ export NNODES=$SLURM_NNODES # 实际分配到的节点数
9
+ export MASTER_ADDR=$(scontrol show hostname $SLURM_NODELIST | head -n1)
10
+ echo "Job started at $(date)"
11
+ echo "Nodes: $SLURM_NODELIST"
12
+ echo "Master node: $MASTER_ADDR"
13
+ echo "Total nodes: $NNODES"
14
+ # ==================== CFS 预加载(启动 + preload + 停止) ====================
15
+ echo "Starting CFS preload..."
16
+ # 取主节点(和你们原来脚本保持一致)
17
+ MAIN_SERVER=$(scontrol show hostname $SLURM_NODELIST | head -n1)
18
+ # 停止可能残留的旧 CFS 实例
19
+ $CFSCTL -p $PARTITION -n $NNODES -X $MAIN_SERVER stop || true
20
+ # 启动 CFS
21
+ $CFSCTL -p $PARTITION -n $NNODES -X $MAIN_SERVER start
22
+ # 开始预加载(这一步会卡住直到所有节点 preload 完成)
23
+ $CFSCTL -p $PARTITION -n $NNODES -X $MAIN_SERVER -a preload
24
+ # ==================== 真正要跑的程序 ====================
25
+ cd /mnt/petrelfs/leihaodong/ICLR25/sjdtree
26
+ isp='random'
27
+ method='sjd++'
28
+ num_init_new_token=96
29
+ benchmark_way='order'
30
+ prompt="MSCOCO2017Val"
31
+ num_images=4000
32
+ slice='0-4000'
33
+ output_path=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768/${prompt}/sjd++
34
+ tokenizer_path=/mnt/petrelfs/leihaodong/local_model/chameleon/tokenizer
35
+ model_path=/nvme/leihaodong/mnt/local_model/models--Alpha-VLLM--Lumina-mGPT-7B-768/snapshots/755e7e40530a8edf4eea6078cbc484d2bfda091f
36
+ mkdir -p ${output_path}
37
+
38
+ srun \
39
+ -N 1 \
40
+ --ntasks-per-node 1 \
41
+ python main.py \
42
+ --tokenizer_path=$tokenizer_path \
43
+ --output_path=$output_path \
44
+ --model_path=$model_path \
45
+ --isp=$isp \
46
+ --method=$method \
47
+ --num_init_new_token=$num_init_new_token \
48
+ --benchmark_way=$benchmark_way \
49
+ --prompt=$prompt \
50
+ --num_images=$num_images \
51
+ --slice=$slice \
52
+ --target_size=768 > ${output_path}.log 2>&1
53
+
54
+ # ==================== 清理 CFS ====================
55
+ echo "Python script finished, stopping CFS..."
56
+ $CFSCTL -p $PARTITION -n $NNODES -X $MAIN_SERVER stop
57
+ echo "Job finished at $(date)"