Artificial Intelligence Technology
Posted kangjunhao
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Artificial Intelligence Technology相关的知识,希望对你有一定的参考价值。
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的主要内容,如果未能解决你的问题,请参考以下文章
COMP3608 Artificial Intelligence难点讲解
ARTIFICIAL INTELLIGENCE SEARCH
Artificial Intelligence Technology