fast-reid/scripts/train_softmax_triplet.sh

9 lines
269 B
Bash
Raw Normal View History

2018-09-19 18:17:06 +08:00
#!/usr/bin/env bash
checkpoint_dir=/home/test2/liaoxingyu/pytorch-ckpt/reid/market_softmax_triplet/
mkdir -p ${checkpoint_dir}
python3 tools/train.py --config_file='configs/market_softmax_triplet.yml' \
--save_dir=${checkpoint_dir} | tee ${checkpoint_dir}/train.log