mirror of
https://github.com/JDAI-CV/fast-reid.git
synced 2025-06-03 14:50:47 +08:00
5 lines
178 B
Bash
5 lines
178 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
CUDA_VISIBLE_DEVICES=0 python3 main_reid.py train --save_dir='/DATA/pytorch-ckpt/market1501_softmax' --max_epoch=400 \
|
||
|
--eval_step=50 --model_name='softmax'
|