fast-reid/scripts/train_softmax.sh

9 lines
253 B
Bash
Raw Normal View History

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