1.管理员身份运行Anaconda Prompt
win10+Anaconda安装Tensorflow2
2.1 CPU版本
输入:pip install -U tensorflow -i https://pypi.tuna.tsinghua.edu.cn/simple
win10+Anaconda安装Tensorflow2
安装完后,在 Spyder-IPython console 中输入“import tensorflow as tf ”命令即可验证 CPU 版本是否安装成功。继续输入“tf.version”查看安装版本。
win10+Anaconda安装Tensorflow2
2.2 GPU版本
pip install -U tensorflow-gpu -i https://pypi.tuna.tsinghua.edu.cn/simple

相关文章:

  • 2021-04-25
  • 2021-05-28
  • 2021-06-20
  • 2021-10-11
  • 2022-01-10
  • 2021-12-16
  • 2021-10-09
  • 2021-11-07
猜你喜欢
  • 2022-12-23
  • 2021-05-29
  • 2021-08-19
  • 2021-05-21
  • 2021-11-26
  • 2021-05-24
  • 2021-08-13
相关资源
相似解决方案