hizhangp / yolo_tensorflow

Tensorflow implementation of YOLO, including training and test phase.
MIT License
795 stars 442 forks source link

How to use GPU ? #67

Open haixiaotian opened 6 years ago

haixiaotian commented 6 years ago

When I write --gpu 0,1,I find that the GPU is not worked。 Does anyone know why?

syjiang05 commented 5 years ago

I solved this problem through followed website: https://blog.csdn.net/chivalrousli/article/details/79402134. I hope it can help you @haixiaotian