在配置ubuntu中eclipse 和TensorFlow中遇到的一些问题

来源:互联网 发布:中国知网数据库检索 编辑:程序博客网 时间:2024/06/07 04:00
http://blog.csdn.net/kevinew/article/details/51519279
解决:
tensorflow-1.0.0-cp34-cp34m-linux_x86_64.whl is not a supported wheel on this platform.


tensoeflow实战笔记
http://blog.csdn.net/longji/article/details/70093098


安装eclipse  


打开超级权限移动jre
打开终端:alt+f2,输入gnome-terminal,回车,在弹出的界面操作:
1.输入sudo nautilus回车,输入你的用户的密码,这样就打开了一个超级用户权限的资源管理器,然后你直接创建你的目录就行了。




linux gdk安装
http://www.cnblogs.com/shihaiming/p/5809553.html


vim的安装和命令
https://jingyan.baidu.com/article/48206aeaf07f37216ad6b3a6.html


运行python最简单例子时候出现的错误:
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use SSE4.2 instructions, but these are available on your machine and could speed up CPU computations.
W tensorflow/core/platform/cpu_feature_guard.cc:45] The TensorFlow library wasn't compiled to use AVX instructions, but these are available on your machine and could speed up CPU computations.


加入:export TF_CPP_MIN_LOG_LEVEL=2

阅读全文
0 0
原创粉丝点击