美文网首页
tensorflow中保存单个tensor

tensorflow中保存单个tensor

作者: ClarenceHoo | 来源:发表于2017-12-29 21:26 被阅读0次

    尝试了各种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