尝试了各种np.save np.savetxt scipy.io均无法完成,tensorflow中有直接write的函数* tf.write_file(filename, contents, name=None),但是只能write string格式的数据,其对应的读取函数为tf.read_file(filename, name=None)
故而只能保存成tfrecord的形式
尝试了各种np.save np.savetxt scipy.io均无法完成,tensorflow中有直接write的函数* tf.write_file(filename, contents, name=None),但是只能write string格式的数据,其对应的读取函数为tf.read_file(filename, name=None)
故而只能保存成tfrecord的形式
本文标题:tensorflow中保存单个tensor
本文链接:https://www.haomeiwen.com/subject/irjwgxtx.html
网友评论