打印tensorflow结构
代码:import tensorflow as tfsess=tf.Sessionwith tf.Graph().as_default(): with tf.gfile.FastGFile('./models/emotion_model.pb', 'rb') as modelfile: graph_def=tf.GraphDef() graph_...