jsflow / samples_fid_custom.sh
xiangzai's picture
Add files using upload-large-folder tool
b65e56d verified
CUDA_VISIBLE_DEVICES=0 nohup python fid_custom.py \
--sample_batch /gemini/space/zhaozy/guzhenyu/UAVFlow/UAV_Flow_base/exps/jsflow-experiment/samples/New/REG/reg_xl_2400000_sde_100/checkpoints/SiT-XL-2-2400000-size-256-vae-ema-cfg-1.0-seed-0-sde-0.85-1.0.npz\
--save_txt /gemini/space/zhaozy/guzhenyu/UAVFlow/UAV_Flow_base/exps/jsflow-experiment/samples/fid_custom_0.5.txt \
> eval_custom_0.25.log 2>&1 &
# CUDA_VISIBLE_DEVICES=1 nohup python fid_custom.py \
# --sample_batch /gemini/space/zhaozy/guzhenyu/UAVFlow/UAV_Flow_base/exps/jsflow-experiment/samples/REG/my_samples.npz \
# --save_txt /gemini/space/zhaozy/guzhenyu/UAVFlow/UAV_Flow_base/exps/jsflow-experiment/samples/fid_custom_0.75.txt \
# > eval_custom_0.75.log 2>&1 &