之前本人写了一篇关于Linux下TensorFlow的搭建,详情可以戳这里

自从TF支持Windows后,在此写一下Win10下的环境搭建,跟Linux基本是异曲同工,八九不离十的。

  1. 安装好Anaconda包(这里就不展开了,上述链接有,下载Windows的版本即可)
  2. pip下安装Tensor Flow,在命令行中比较简单,如下:

【Tensor Flow】TensorFlow在Win10 下的搭建

耐心等待安装完成:

【Tensor Flow】TensorFlow在Win10 下的搭建

4.验证TF安装是否成功:在Jupyter notebook环境导入TF 或者干脆来执行一段代码:

启动Jupyter notebook

【Tensor Flow】TensorFlow在Win10 下的搭建

编写一段hello world程序:

【Tensor Flow】TensorFlow在Win10 下的搭建

输出正常,说明安装好了@

相关文章:

  • 2022-01-01
  • 2021-05-27
  • 2021-07-23
  • 2022-01-22
  • 2021-11-30
  • 2021-08-31
  • 2021-12-25
  • 2021-05-17
猜你喜欢
  • 2021-09-08
  • 2022-02-26
  • 2021-03-28
  • 2021-11-27
  • 2022-01-14
  • 2021-10-28
  • 2022-12-23
相关资源
相似解决方案