fast-reid/scripts/train_triplet_softmax.sh

5 lines
191 B
Bash
Raw Normal View History

2018-07-21 17:19:33 +08:00
#!/usr/bin/env bash
2018-08-02 23:18:09 +08:00
CUDA_VISIBLE_DEVICES=0 python3 main_reid.py train --save_dir='./pytorch-ckpt/market1501_softmax_triplet' \
--max_epoch=400 --eval_step=5 --model_name='softmax_triplet' \