Created by: wc8287194
已训练好的pb模型可以在tensorflow的sess.run中正常调用,在feed_dict字典中的input为 self.graph.get_tensor_by_name('prefix/input_1:0') 在convert.py中设置in_nodes为"prefix/input_1:0",报错如下 修改in_nodes为‘input_1’,报错相同。