vbench i2v passed test

This commit is contained in:
Shen-Chenhui 2024-06-24 06:48:08 +00:00
parent b9094ece10
commit 1e6c44238b

View file

@ -19,15 +19,10 @@ fi
LOG_BASE=$(dirname $CKPT)/eval
echo "Logging to $LOG_BASE"
# GPUS=(0 1 2 3 4 5 6 7)
# TASK_ID_LIST=(5a 5b 5c 5d 5e 5f 5g 5h) # for log records only
# START_INDEX_LIST=(0 140 280 420 560 700 840 980)
# END_INDEX_LIST=(140 280 420 560 700 840 980 2000)
GPUS=(4 5 6 7)
TASK_ID_LIST=(5a 5b 5c 5d) # for log records only
START_INDEX_LIST=(0 140 280 420)
END_INDEX_LIST=(140 280 420 560)
GPUS=(0 1 2 3 4 5 6 7)
TASK_ID_LIST=(5a 5b 5c 5d 5e 5f 5g 5h) # for log records only
START_INDEX_LIST=(0 140 280 420 560 700 840 980)
END_INDEX_LIST=(140 280 420 560 700 840 980 2000)
for i in "${!GPUS[@]}"; do