📌  相关文章
📜  如何 pip 安装 tensorflow - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:48.388000             🧑  作者: Mango

代码示例4
# Requires the latest pip
pip install --upgrade pip

# Current stable release for CPU and GPU
pip install tensorflow

# Or try the preview build (unstable)
pip install tf-nightly