File size: 604 Bytes
7803bdf
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env bash

REF_BATCH="/gemini/space/hsd/project/dataset/cc3m-wds/validation/metadata.npz"
CUDA_VISIBLE_DEVICES=1 nohup python evaluator_rf.py \
    --ref_batch ${REF_BATCH} \
    --sample_batch /gemini/space/gzy_new/models/Sida/sd3_rectified_samples_new_batch_2.npz \
    > eval_rectified_noise_new_batch_2.log 2>&1 &
# CUDA_VISIBLE_DEVICES=0 nohup python evaluator_rf.py \
#     --ref_batch ${REF_BATCH} \
#     --sample_batch "/gemini/space/gzy_new/models/Sida/sd3_lora_samples_3w/checkpoint-checkpoint-500000-rank32-guidance-7.0-steps-40-size-512x512.npz" \
#     > eval_baseline.log 2>&1 &