본문 바로가기
Computer Science/Deep Learning

Anaconda 아나콘다로 Tensorflow 1.15.0 설치하기

by 롱일스 2021. 4. 28.
반응형

$conda create -n env_tf python=3.6.5

$source activate env_tf

(env_tf) $ conda install -c conda-forge tensorflow-gpu=1.15

(env_tf) $ python >>import tensorflow as tf >>tf.__version__ 1.15

 

 

++ 추가로  jupyter-notebook 에서 env kernel 추가하기

(env_tf)$ conda install ipykernel

 

728x90
반응형