roma_unsb/scripts/traincp.sh

20 lines
645 B
Bash
Raw Normal View History

2025-03-07 19:20:37 +08:00
python train.py \
--dataroot /home/openxs/kunyu/datasets/InfraredCity-Lite/Double/Moitor \
2025-03-09 23:30:05 +08:00
--name cp_3 \
2025-03-07 19:20:37 +08:00
--dataset_mode unaligned_double \
--display_env CP \
--model roma_unsb \
--lambda_ctn 10 \
2025-03-09 23:30:05 +08:00
--lambda_inc 8.0 \
--eta_ratio 0.4 \
2025-03-07 19:20:37 +08:00
--lambda_global 6.0 \
--lambda_spatial 6.0 \
--gamma_stride 20 \
2025-03-09 23:30:05 +08:00
--lr 0.00002 \
--gpu_id 3 \
2025-03-07 19:20:37 +08:00
--eta_ratio 0.4 \
--n_epochs 100 \
--n_epochs_decay 100 \
2025-03-09 21:41:52 +08:00
# cp1 复现cptrans的效果 --lr 0.000001
2025-03-09 23:30:05 +08:00
# cp2 修了一下cp1的代码--lr 0.000002
## cp3 将梯度加强修改为attention加强--lr 0.000005,--lambda_inc 8.0,--gpu_id 3(基于cp2的sh)