摘要: with tf.Session() as sess: # The `Iterator.string_handle()` method returns a tensor that can be evaluated # and used to feed the `handle` placeholder. 阅读全文
posted @ 2021-02-01 15:29 小小马进阶笔记 阅读(121) 评论(0) 推荐(0)
摘要: 这个库是因为argparse在IDE中和在ipython notebook中使用是有差异的,习惯了再IDE里面用,转到ipython中会报错,究其原因,还是对库的本质不够理解。 import argparse parser = argparse.ArgumentParser(description= 阅读全文
posted @ 2021-02-01 15:28 小小马进阶笔记 阅读(1051) 评论(0) 推荐(0)
摘要: ###################### 在将tensorflow 的.ckpt文件转成pb文件和pb文件测试时需要网络节点的输入和输出名称 以下方法,。均不可行!!!!! ###################### with tf.Session() as sess: # 加载模型定义的gr 阅读全文
posted @ 2021-02-01 15:06 小小马进阶笔记 阅读(1217) 评论(2) 推荐(0)