常见错误
千语_肉丸子
好好学习、天天向上
结交各种大牛、共同进步
展开
-
jieba分词出现如下错误:AttributeError: 'float' object has no attribute 'decode'
在利用结巴(jieba)进行分词时出现如下错误,AttributeError: 'float' object has no attribute 'decode': 真实挺无语的,当读取编码为utf8时不会报错,当读取为gbk时会报这类错误,这个可以解决很多此类型的错误。原始内容:def cutword(x): seg = jieba.cut(x) #结巴分词函数 ...原创 2018-08-15 19:48:01 · 42758 阅读 · 3 评论 -
安装tflearn报错(typeerror parse() got an unexpected keyword argument transport_encoding)
原文:http://blog.csdn.net/cheese_pop/article/details/78201359查了一些大神的博客,在anaconda prompt窗口安装tflearn会报如下错误:typeerror parse() got an unexpected keyword argument transport_encoding错误是在安装了TensorFlow后出现...原创 2018-01-29 16:14:34 · 5541 阅读 · 0 评论 -
TypeError: cannot perform reduce with flexible type
在对矩阵求均值和求和时遇到下属问题 仔细看数据发现下属问题dtype='<U9'转化成float形式求均值原创 2017-08-04 12:18:25 · 19225 阅读 · 1 评论