pyyolo icon indicating copy to clipboard operation
pyyolo copied to clipboard

In the makefile, do not set CUDNN=1 when using GPU

Open kennetms opened this issue 8 years ago • 1 comments
trafficstars

Just a warning, if you want to use pyyolo with GPU support, make sure CUDNN=0 in the makefile.

Also, make sure that line 13 in the makefile is commented out.

Otherwise, pyyolo works well, even on the latest version of darknet code, as long as you add lstm_layer.o to the makefile objects.

Also, thank you for making pyyolo.

kennetms avatar Jul 07 '17 17:07 kennetms

Thanks for good information!

digitalbrain79 avatar Jul 08 '17 00:07 digitalbrain79