CUDA, CUDNN 설치 확인 및 설치
- advanced/인공지능
- 2019. 2. 19.
[확인하는 방법]
확인 방법
noelbird@noelbird-server:~$ nvcc --version
- 설치되어 있지 않은 경우
Command 'nvcc' not found, but can be installed with:
- 설치된 경우(예제)
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2016 NVIDIA Corporation
Built on Tue_Jan_10_13:22:03_CST_2017
Cuda compilation tools, release 8.0, V8.0.61
설치 방법
sudo apt install nvidia-cuda-toolkit
cudnn 확인방법
cat /usr/local/cuda/include/cudnn.h | grep CUDNN_MAJOR -A 2
아래와 같이 나온다면, CUDNN이 설치 된 것
'advanced > 인공지능' 카테고리의 다른 글
[CV 프로그램 만들기] 5. DB접속 테스트 및 python GUI프로그래밍 (0) | 2019.07.29 |
---|---|
[CV 프로그램 만들기] 4. SQL Server 설정하기 (0) | 2019.07.29 |
[CV 프로그램 만들기]2. DB설치 on Windows Server 2019(2) (0) | 2019.07.25 |
[CV 프로그램 만들기]1. DB설치 on windows server 2019(1) (0) | 2019.07.23 |
Tensorflow에서 gpu 사용가능한지 확인하는 명령어 (0) | 2019.04.02 |