keras-YOLOv3-mobilenet
keras-YOLOv3-mobilenet copied to clipboard
How to train the model with GPU?
I have use the "os.environ["CUDA_VISIBLE_DEVICES"] = "0", but the traing still use CPU. How to setting to use GPU?