Notice
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- object detection
- dlib
- colaboratory
- dataset
- Windows 10
- ubuntu
- 딥러닝
- FIle
- CUDA
- gpu memory
- error
- Anaconda
- download
- install
- pyTorch
- ppc64le
- Jupyter notebook
- urllib
- raspberry pi
- YouTube 8M
- TensorFlow
- face_recognition
- windows
- shakeratos
- python3
- python
- colab
- linux
- keras
- Deep Learning
Archives
- Today
- Total
목록dnn (1)
Shakerato
Theano (using GPU) install in Windows 10
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..
Research
2019. 2. 7. 01:05