fast-reid/scripts/train_market_duke_cuhk_bj.sh

6 lines
251 B
Bash
Raw Normal View History

2019-08-07 16:54:50 +08:00
gpu=0
2019-08-01 15:49:31 +08:00
CUDA_VISIBLE_DEVICES=$gpu python tools/train.py -cfg='configs/softmax_triplet.yml' \
DATASETS.NAMES '("market1501","duke","cuhk03","beijing")' \
SOLVER.IMS_PER_BATCH '64' \
2019-08-07 16:54:50 +08:00
OUTPUT_DIR 'logs/beijing/market_duke_cuhk03_beijing_revise_bs64_light'