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
- Windows 10
- Jupyter notebook
- face_recognition
- 딥러닝
- ppc64le
- object detection
- download
- ubuntu
- keras
- pyTorch
- Deep Learning
- colab
- urllib
- shakeratos
- install
- error
- FIle
- CUDA
- dataset
- python
- raspberry pi
- python3
- Anaconda
- dlib
- TensorFlow
- YouTube 8M
- colaboratory
- linux
- gpu memory
- windows
Archives
- Today
- Total
목록theano (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