tensorflow1 설치

Toma·2022년 2월 8일

tensorflow1 을 위한 가상환경 생성
conda create -n tf114 python=3.6.5 anaconda

activate tf114

python -m pip install --upgrade pip

conda remove wrapt

pip install tensorflow==1.14

python #Python 3.6.5
import tensorflow as tf
pip uninstall numpy
pip install numpy

profile
Don't forget the grace

0개의 댓글