在TF1.x中,使用冻结的.pb模型方法比较简单,可以参看:https://editor.youkuaiyun.com/md/?articleId=103403309
随着TF2的推进,以后,用TF2的也会越来越多。但是,有时候还是会需要在TF2中使用到TF1.x的模型。对于.pb模型的使用,该如何做呢?直接上code
def wrap_frozen_graph(graph_def, inputs, outputs, print_graph=False):
def _imports_graph_def()