mobilenetv3-yolov3
mobilenetv3-yolov3 copied to clipboard
train gpu4
python train.py --gpu_num GPU_NUM 4 why only one-gpu have worked?thanks
python train.py --gpu_num 4 为什么无法使用GPU进行训练?是需要怎么修改一下吗?非常感谢你,谢谢
Hi ,you can wrap the model with keras.utils.multi_gpu_model in train.py ,refer to the example in yolo.py