码迷,mamicode.com
首页 > 其他好文 > 详细

Artificial Intelligence Technology

时间:2018-12-19 15:47:57      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:erp   nbsp   enc   char   bin   命令行   install   ons   support   

1.TensorFlow安装

  pip install tensorflow   (命令行安装方式)

  可以在pycharm中object interpreter中之间搜索安装

 

遇到的问题及其解决方法

  1.  报出错误信息: Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2

    需要在Python文件头部添加即可

import os
os.environ[TF_CPP_MIN_LOG_LEVEL] = 2

 

Artificial Intelligence Technology

标签:erp   nbsp   enc   char   bin   命令行   install   ons   support   

原文地址:https://www.cnblogs.com/kangjunhao/p/10142996.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!