Visual Studio Code에서 Jupyter를 사용하려 한다. Visual Studio Code 설치- python은 이미 설치되어 있어야 한다. - pylint도 설치되어 있어야 한다. C:\> pip3 install pylint 사이트( https://code.visualstudio.com/ )에서 설치파일을 받는다. Visual Studio Code 확장 설치- '확장' 메뉴에서 'python'으로 검색 'Install'을 한다.'jupyter'로 검색 'Install'을 한다. Python Package 설치 c:\> pip3 install --upgrade pip - jupyter 설치 c:\> pip3 install jupyter c:\> pip3 in..
설치는 64bit 환경에서 진행되었다. 1. CUDA / cuDNN 설치TensorFlow사이트에서 GPU 지원 설치 확인한다. https://www.tensorflow.org/install/install_windows GPU지원과 관련된 내용 중 'CUDA 8.0 , cuDNN 5.1' 를 다운로드 한다. CUDA 설치 후 cuDNN내 bin디렉토리 하위의 cudnn64_5.dll 파일을 "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v8.0\bin" 로 복사한다. cudnn64_5.dll을 복사하지 않으면, "ImportError: DLL load failed: 지정된 모듈을 찾..
윈도우에서는 2가지 방법으로 TensorFlow를 사용하기 위한 설치를 해보겠다.아주 간단한 설치 방법이다. - PC에서 윈도우 x64, VirtualBox, Intel Video를 사용 중이다. (Hyper-V가 가능한 버젼이며, CUDA 미사용 중이다) 1. Window에 직접 Python으로 하는 방법 a. TensorFlow사이트를 우선 열어서 참고한다. - https://www.tensorflow.org/install/install_windows#common_installation_problems b. 구글링으로 Python 3.5.x (x64)를 다운로드 및 설치한다. - 편의를 위해서 링크 제공: https://www.python.org/downloads/rele..
mac에서 불편하던 중 대략 만들어 봤따. ... @ by ChangYeol,Kim @ http://umakingtistory.com ''' pt1 = '/uma/' pt2 = '.txt' hostList = ['1.Development', '2.Staging', '4.Production'] def chooseHostList(): hosts = readFile('/etc/hosts') i = 0 while(i < len(hostList)): src_buf = readFile(pt1 + hostList[i] + pt2) if hosts == src_buf: print '[*', (i+1), '] ', hostList[i] else: print '[ ', (i+1), '] ', hostList[i] i = ..
- Total
- Today
- Yesterday
- java
- regexp
- GNUStep
- jupyter
- hosts
- 한영전환
- Profiler
- CUDA
- TensorFlow
- FindWindows
- Python
- BCB
- capture
- Xcode
- ollama
- 프로젝트
- javascript
- cudnn
- Atom
- IViewObject
- Swift Package Manager
- Copilot
- Eclipse
- VCL
- SCM
- Bada
- CI
- CppWebBrowser
- IHTMLElement
- TShellWindows
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 |