美文网首页我爱编程
解决Tensorflow在ubuntu16.04的编译问题

解决Tensorflow在ubuntu16.04的编译问题

作者: waitfun02 | 来源:发表于2018-03-07 22:06 被阅读0次

在ubuntu运行tensorflow的项目时出现一下错误:

2018-03-07 21:35:39.153574: I tensorflow/core/platform/cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2 FMA

Killed

https://github.com/lakshayg/tensorflow-build

查看tensorflow的版本号

python

import tensorflow as tf

tf.__version__

相关文章

网友评论

    本文标题:解决Tensorflow在ubuntu16.04的编译问题

    本文链接:https://www.haomeiwen.com/subject/iggsfftx.html