#!/usr/bin/env python3
# -*- coding: utf-8 -*-
##### 实现.pb模型和.pbtxt模型之间的转换
import tensorflow as tf
from google.protobuf import text_format
def convert_pb_to_pbtxt():
"""
:param filename:
:return:
"""
with tf.gfile.GFile(
11-18
5114
