📌  相关文章
📜  安装程序 tensorflow 2.0 - Shell-Bash 代码示例

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

代码示例1
# 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