Closed wang19950602 closed 7 years ago
There isn't a functional way of changing the GPU device but you can manually change the gpu_index param in 'cuda.c'
Much appreciate for your quick reply. Actually, the problem is not the choice of gpu device, I change the 'compute_30,sm_30' to 52 in CMakeFile.txt, which is the corresponding compute ability of GTX960, and finally it works!
Hello, I have got a little problem when I catkin_make, I got 2 GPU in my sever, GTX960 and Tesla K40, it seems that the darknet_ros node choose the GTX960 as default GPU, how can I change to Tesla K40. Just like in yolo, I can change gpu by adding option "-i 1". Thank you!