只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2017-10-13 21:50 在爬山的蜗牛 阅读(1) 评论(0) 推荐(0)
摘要: import tensorflow as tffilename_queue = tf.train.string_input_producer(["file0.csv","file1.csv"]) reader = tf.TextLineReader()key, value = reader.read 阅读全文
posted @ 2017-10-13 16:45 在爬山的蜗牛 阅读(656) 评论(0) 推荐(0)