tensorflow
风语1990
只有努力才有希望,只有付出才有回报
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ubuntu(linux)下 python2.7 安装tensorflow 0.12和1.0
0.12版本 在python2.7中 TensorFlow-cpu 0.12版本 sudo pip install --upgrade https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.0-cp27-none-linux_x86_64.whl tensorflow-gpu 0.12版本 sudo pip原创 2017-03-22 16:15:17 · 5124 阅读 · 0 评论 -
centos下 matplotlib 安装失败问题
在Python2.7环境下 出现如下错误: 出错的原因是:没有安装subprocess32 所以安装:pip install subprocess32,会出现如下错误: 这里缺了某些系统包: sudo yum -y install gcc gcc-c++ kernel-devel sudo yum -y install python-devel libx原创 2017-03-22 16:23:04 · 1871 阅读 · 0 评论
分享