
dataset processing
文章平均质量分 50
悠风号
人的理想志向往往和他的能力成正比
展开
-
elasticsearch: RequestError(400, ‘parse_exception‘, ‘unknown key [mapping] for create index‘)
ES 批量导入数据报错 elasticsearch.exceptions.RequestError: RequestError(400, 'parse_exception', 'unknown key [mapping] for create index') 最后发现竟然是索引表配置文件的json数据格式不对, json数据换行必须是缩进一个tab键 ...原创 2022-02-24 11:11:15 · 10145 阅读 · 0 评论 -
the basic approach to read dataset(TFRecord) with iterator in Tensorflow
1. the three steps for reading datasets 1) define the constructor method of dataset; 2) define the iterator; 3) to obtain the data tensor from iterator by using get_next method.For example :import ...原创 2018-03-25 15:58:43 · 381 阅读 · 0 评论