tensorflow2教程 安装文档
Last updated on January 24, 2025 am
🧙 Questions
在windows上面安装tensorflow的运行环境
☄️ Ideas
前提
- Pip 19.0+
- Python 3.7–3.10
- Microsoft Visual C++ Redistributable
下载安装windows包
安装tensorflow
# 检查版本
python3 --version
pip3 --version
pip install --upgrade pip
# Current stable release for CPU and GPU
pip install tensorflow
本地代码调试
🔗 Links
tensorflow2教程 安装文档
https://ispong.isxcode.com/pytorch/tensorflow/tensorflow2教程 安装文档/