일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- RNN
- keras
- pip
- install
- Button
- 삼성소프트웨어멤버십
- Series
- Splunk
- pycharm
- pandas
- GitHub
- ipad
- Numpy
- Python
- DFS
- 알고리즘
- mariadb
- Lotto
- SPL
- synology
- SciPy
- javascript
- LSTM
- GT-S80
- mean
- imread
- CNN
- E-P1
- index
- dataframe
- Today
- Total
목록keras (3)
잠토의 잠망경
https://datascience.stackexchange.com/questions/58845/how-to-disable-gpu-with-tensorflow import os os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
Solution 문제 InternalError: GPU sync failed 해결 코드상에 아래 부분을 넣어준다. from keras.backend import tensorflow_backend as K config = tf.ConfigProto() config.gpu_options.allow_growth = True K.set_session(tf.Session(config=config))
1. CUDA Toolkit 설치 (Base: 10.1) 2. cuDNN 설치 (Base: 10.1) 1. CUDA Toolkit 설치(10.1) https://developer.nvidia.com/cuda-10.1-download-archive-update2?target_os=Windows&target_arch=x86_64&target_version=10&target_type=exelocal CUDA Toolkit 10.1 update2 Archive Select Target Platform Click on the green buttons that describe your target platform. Only supported platforms will be shown. Operating System..