安装TensorFlow
系统要求等具体请参考TensorFlow官网。安装TensorFlow后可以进行算子开发验证、训练业务开发。
安装命令参考如下:
- 安装TensorFlow1.15.0
pip3 install tensorflow==1.15.0 --no-index --find-links https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/MindX/OpenSource/python/index.html --trusted-host ascend-repo.obs.cn-east-2.myhuaweicloud.com
- 安装TensorFlow2.6.5(该方式仅支持Python3.7)
pip3 install tensorflow==2.6.5 --no-index --find-links https://ascend-repo.obs.cn-east-2.myhuaweicloud.com/MindX/OpenSource/python/index.html --trusted-host ascend-repo.obs.cn-east-2.myhuaweicloud.com
若用户想使用源码编译方式安装TensorFlow,请参见源码编译安装TensorFlow。
父主题: 安装TensorFlow