Closed sumanthreddy-a closed 5 years ago
Hi @sumanth512, I can't seem to reproduce this issue. Can you list the steps you took to cause this issue? The darknet install process is a bit finicky, running the script below might fix your issue:
rm -rf node_modules/darknet
export DARKNET_BUILD_WITH_GPU=1
export DARKNET_BUILD_WITH_CUDNN=1
npm install darknet
I cant enable gpu and cudnn.when I tried to export cudnn and gpu it show me 'fatal: destination path 'darknet' already exists and is not an empty directory.' this error