Thief of Wealth

GPU 동기화 오류이다.


다음 코드를 돌려서 해결하자


import tensorflow as tf

config = tf.ConfigProto()

config.gpu_options.per_process_gpu_memory_fraction = 0.4

session = tf.Session(config=config)

session.close()

'개발 > Deep Learning' 카테고리의 다른 글

Tensorboard 사용법  (0) 2019.07.09
구글에서 데이터셋 검색  (0) 2019.07.08
Keras 기본설명 (각 레이어 기능 등)  (0) 2019.07.07
딥러닝 디버깅하기 tensor watch  (0) 2019.07.05
anaconda tensorflow gpu설치  (0) 2019.07.03
profile on loading

Loading...