在anaconda中运行如下代码
pip install --upgrade pip
pip install tensorflow
pip install tf-nightly
安装完后,进入python环境,
运行
import tensorflow as tf
tf.__version__
在anaconda中运行如下代码
pip install --upgrade pip
pip install tensorflow
pip install tf-nightly
安装完后,进入python环境,
运行
import tensorflow as tf
tf.__version__