摘要: ```python def kv2sparse(lines, num_cols, sep=',', kv_sep=':', hash_key=False): """ 解析kv格式的数据. Parameters lines : string or string tensor the input dat 阅读全文
posted @ 2020-09-28 10:02 bregman 阅读(110) 评论(0) 推荐(0)