4 lines
96 B
Bash
4 lines
96 B
Bash
|
#!bash
|
||
|
CARD=0,1
|
||
|
|
||
|
CUDA_VISIBLE_DEVICES=$CARD python train.py --model_def config/yolov3-person.cfg
|