1. windows 및 프로그램 다운로드 (1) Virtual Box https://www.virtualbox.org/ Oracle VM VirtualBox Welcome to VirtualBox.org! News Flash New July 16th, 2019VirtualBox 6.0.10 released! Oracle today released a 6.0 maintenance release which improves stability and fixes regressions. See the Changelog for details. New July 16th, 2019VirtualBox 5.2.32 release www.virtualbox.org (2) Windows Server 2019 https://ww..
from tensorflow.python.client import device_lib device_lib.list_local_devices() 만약 GPU가 사용가능 하다면, GPU 항목이 뜹니다.
[확인하는 방법] 확인 방법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 C..