10 lines
482 B
Bash
10 lines
482 B
Bash
# CARD=5
|
|
# CUDA_VISIBLE_DEVICES=$CARD python find_best_pth.py --path_opt option/RSITMD/ablation/RSITMD_GAC_decay0.5_m0.2_without_m4m5.yaml > run_score_log3.txt 2>&1 &
|
|
|
|
# CARD=4
|
|
# CUDA_VISIBLE_DEVICES=$CARD python find_best_pth.py --path_opt option/RSICD/decay0.5/RSICD_GAC_decay0.5_m0.2.yaml > run_score_log2.txt 2>&1 &
|
|
|
|
|
|
CARD=4
|
|
CUDA_VISIBLE_DEVICES=$CARD python find_best_pth.py --path_opt option/RSICD/ablation/RSICD_GAC_decay0.5_m0.2_without_m4m5.yaml > run_score_log.txt 2>&1 &
|