일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- CUDA
- Anaconda
- colaboratory
- gpu memory
- Deep Learning
- windows
- object detection
- dataset
- YouTube 8M
- error
- dlib
- face_recognition
- FIle
- Windows 10
- python3
- ppc64le
- download
- raspberry pi
- shakeratos
- pyTorch
- Jupyter notebook
- TensorFlow
- keras
- 딥러닝
- colab
- install
- urllib
- linux
- ubuntu
- python
- Today
- Total
목록Windows 10 (2)
Shakerato
1. Install Anaconda3, GPU driver, CUDA, cudnn2. Run 'cmd' as administrator3. conda create -n [myenv] python=3.6 anaconda4. activate [myenv]5. conda install theano pygpu(if you got error, try this command: "conda install -c conda-forge pygpu") 6. conda install numpy scipy mkl-service libpython 7. Create a file "C:\Users\[Username]\.theanorc"[global]floatX = float32device = cuda0 8. Test code on G..
1. check cuda9.0 installed (nvcc --version) (if yet, install cuda) https://developer.nvidia.com/cuda-90-download-archive (if no gpu) pass this step 2, Install Anaconda https://www.anaconda.com/download/ 3. in 'cmd' conda create -n pytorch python=3.6 anaconda (follow https://anaconda.org/soumith/pytorch)4. in 'cmd' conda install pytorch cuda90 -c pytorch (if no gpu) conda install pytorch-cpu -c p..