【Conda】【TensorFlow】创建环境安装TensorFlow 2.0

上传:difachy 浏览: 30 推荐: 0 文件:PDF 大小:74.82KB 上传时间:2020-12-23 03:16:14 版权申诉
1 conda create -n TF_2C python=3.6 2 activate TF_2C 3 pip install tensorflow==2.0.0 -i https://pypi.tuna.tsinghua.edu.cn/simple 4 测试 输出TensorFlow版本:print(tf.__version__) 5 安装其他 (1)安装matplotlib python -m pip install -U pip setuptools python -m pip install matplotlib
上传资源
用户评论