PathSpec-ICLR / scripts /eval /eval_pp.sh
Rayleihaodong's picture
Add files using upload-large-folder tool
49b555e verified
Raw
History Blame Contribute Delete
456 Bytes
#!/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.005/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