RE: 최신 아나콘다(Anaconda) 와 텐서플로우(TensorFlow) 설치 방법

You are viewing a single comment's thread from:

최신 아나콘다(Anaconda) 와 텐서플로우(TensorFlow) 설치 방법

in anaconda •  6 years ago 

anaconda 환경에서 tensorflow-gpu 설치 시 아래의 명령어로 사용하는 것이 좋습니다.
(tensorflow) D:> conda install -c anaconda tensorflow-gpu

GPU 사용확인
(tensorflow) D:> python
(tensorflow) D:> import tensorflow as tf
(tensorflow) D:> sess = tf.Session(config=tf.ConfigProto(log_device_placement=True))

gpu:0 이 뜨면 성공입니다!!!

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!