Python
jyli2_11
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PANDAS 数据合并 merge/join
merge转自http://blog.youkuaiyun.com/weixin_37226516/article/details/64137043pandas的merge方法提供了一种类似于SQL的内存链接操作,官网文档提到它的性能会比其他开源语言的数据操作(例如R)要高效。和SQL语句的对比可以看这里merge的参数on:列名,join用来对齐的那一列的名字,用到这个参数的时候转载 2017-05-24 10:33:35 · 651 阅读 · 0 评论 -
TensorFlow 报错 failed call to cuDevicePrimaryCtxRetain: CUDA_ERROR_INVALID_DEVICE
今天使用python virtualenv安装TensorFlow gpu版,一直报错各种配置版本按官网来的https://www.tensorflow.org/cuda8.0 cudnn5.1错误如下2017-06-16 13:53:53.632070: W tensorflow/stream_executor/cuda/cuda_driver.cc:523] A non-pri原创 2017-06-16 14:39:37 · 20182 阅读 · 3 评论 -
在Linux CentOS 6.x上安装Python 2.7.9
转自http://www.cnblogs.com/dudu/p/4294238.htmlCentOS 6.6自带的是Python 2.6.6,而编译llvm需要Python 2.7以上。checking for python... /usr/bin/pythonchecking for python >= 2.7... not foundconfigure: error: fo转载 2017-06-11 14:39:40 · 412 阅读 · 0 评论 -
Centos 6.4 安装Python 2.7 python-pip
http://www.cnblogs.com/balaamwe/p/3480430.html1. 准备工作下载源码包wget http://python.org/ftp/python/2.7.3/Python-2.7.3.tar.bz2查看是否安装make工具~#rpm -qa|grep makeautomake-1.11.1-4.el6.noarchmake-转载 2017-06-11 19:40:42 · 368 阅读 · 0 评论 -
tensorflow object_dection API错误处理
Ubuntu下使用tensorflow object-detection APIhttps://github.com/tensorflow/models/tree/master/object_detectionhttps://github.com/tensorflow/models/issues/1834https://stackoverflow.com/questions/253原创 2017-07-18 19:32:38 · 3952 阅读 · 4 评论
分享