File size: 455 Bytes
aaebaab
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh
cd /mnt/petrelfs/leihaodong/ICLR25/eval
# HF_ENDPOINT=https://hf-mirror.com
dataset_anno_file=/mnt/petrelfs/leihaodong/ICLR25/sjdtree/data/prompts/PartiPrompts.tsv
workdir=/mnt/petrelfs/leihaodong/ICLR25/exp/Lumina-mGPT-7B-768_PartiPrompts/mscr_sjd_0.05/img

srun \
 -N 1 \
 --ntasks-per-node 1 \
 python evaluation_metrics.py \
  --workdir $workdir \
  --dataset_anno_file $dataset_anno_file \
  --dataset_name parti_cocoformat \
  --n_images 0