forked from vipshop/cache-dit
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmetrics.sh
More file actions
executable file
路35 lines (32 loc) 路 1.3 KB
/
Copy pathmetrics.sh
File metadata and controls
executable file
路35 lines (32 loc) 路 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# DBCache
# TFLOPs + Latency
cache-dit-metrics-cli \
clip_score image_reward --summary \
--cal-speedup --gen-markdown-table \
--ref-prompt-true ./prompts/DrawBench200.txt \
--img-source-dir ./tmp/DrawBench200_DBCache \
--perf-tags "Mean pipeline TFLOPs" "Mean pipeline time" \
--perf-log ./log/cache_dit_bench_default.log
cache-dit-metrics-cli \
psnr ssim lpips --summary \
--cal-speedup --gen-markdown-table \
--ref-img-dir ./tmp/DrawBench200_DBCache/C0_Q0_NONE \
--img-source-dir ./tmp/DrawBench200_DBCache \
--perf-tags "Mean pipeline TFLOPs" "Mean pipeline time" \
--perf-log ./log/cache_dit_bench_default.log
# DBCache_TaylorSeer_O(1)
# TFLOPs + Latency
cache-dit-metrics-cli \
clip_score image_reward --summary \
--cal-speedup --gen-markdown-table \
--ref-prompt-true ./prompts/DrawBench200.txt \
--img-source-dir ./tmp/DrawBench200_DBCache_TaylorSeer \
--perf-tags "Mean pipeline TFLOPs" "Mean pipeline time" \
--perf-log ./log/cache_dit_bench_taylorseer.log
cache-dit-metrics-cli \
psnr ssim lpips --summary \
--cal-speedup --gen-markdown-table \
--ref-img-dir ./tmp/DrawBench200_DBCache_TaylorSeer/C0_Q0_NONE \
--img-source-dir ./tmp/DrawBench200_DBCache_TaylorSeer \
--perf-tags "Mean pipeline TFLOPs" "Mean pipeline time" \
--perf-log ./log/cache_dit_bench_taylorseer.log