uninstall nvidia toolkit
https://askubuntu.com/questions/53004...
linux mint 18.2 sonya codebase ubantu 16.04
384
gcc 6 or 5
after install of the cuda 9 and cudnn 7 the all dependency could be installed without any error
yolo v3 v2 9000
pytorh yolov3
darkflow
tensorflow alpha 2
ssd
https://askubuntu.com/questions/10448...
https://gist.github.com/ashokpant/5c4...
https://gist.github.com/zhanwenchen/e...
https://gist.github.com/Mahedi-61/2a2...
https://yangcha.github.io/CUDA90/
https://developer.download.nvidia.com...
https://developer.download.nvidia.com...
https://github.com/pjreddie/darknet/i...
• Makefile:92: recipe for g++ and gcc errors
export PATH=/usr/local/cuda-9.0/bin${PATH:+:${PATH}}
export LD_LIBRARY_PATH=/usr/local/cuda-9.0/lib64${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
https://docs.nvidia.com/deeplearning/...
1. Install NVIDIA Graphics Driver via apt-get
CUDA 9.0 requires NVIDIA driver version 384 or above. To install the driver, use apt-get instead of the CUDA runfile:
sudo apt-get install nvidia-384 nvidia-modprobe
, and then you will be prompted to disable Secure Boot. Select Disable.
Reboot your machine but enter BIOS to disable Secure Boot. Typically you can enter BIOS by hitting F12 rapidly as soon as the system restarts.
Afterwards, you can check the installation with the nvidia-smi command, which will report all your CUDA-capable devices in the system, like this:
Wed Apr 11 23:34:18 2018
+-----------------------------------------------------------------------------+
| NVIDIA-SMI 384.111 Driver Version: 384.111 |
|-------------------------------+----------------------+----------------------+
| GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
|===============================+======================+======================|
| 0 GeForce GTX 1060 Off | 00000000:01:00.0 Off | N/A |
| N/A 60C P5 8W / N/A | 242MiB / 6072MiB | 3% Default |
+-------------------------------+----------------------+----------------------+
+-----------------------------------------------------------------------------+
| Processes: GPU Memory |
| GPU PID Type Process name Usage |
|=============================================================================|
| 0 1003 G /usr/lib/xorg/Xorg 177MiB |
| 0 1646 G compiz 60MiB |
| 0 2230 G /usr/lib/firefox/firefox 1MiB |
+-----------------------------------------------------------------------------+