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