fast-reid/scripts/train_softmax.sh
sherlock 39d4dcc3de update baseline
finish a new baseline, can get a better result
2018-09-18 15:47:38 +08:00

9 lines
253 B
Bash

#!/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