| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- Button
- pycharm
- javascript
- dataframe
- mariadb
- mean
- Numpy
- pip
- Series
- E-P1
- install
- 알고리즘
- 삼성소프트웨어멤버십
- SPL
- RNN
- CNN
- index
- DFS
- Python
- GT-S80
- LSTM
- pandas
- synology
- imread
- Lotto
- keras
- GitHub
- ipad
- Splunk
- SciPy
Archives
- Today
- Total
잠토의 잠망경
[keras] gpu off 본문
https://datascience.stackexchange.com/questions/58845/how-to-disable-gpu-with-tensorflow
import os
os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
Comments