public class Main { public static void main(String args[]){ System.out.println("打印main方法中的输入参数,有"+args.length+"个参数"); for(int i=0;i<args.length;i++){ System.out.println(args[i]); } } } C:\J\TIJ\c10>java Main 1 2 3打印main方法中的输入参数,有
打印pb模型参数及可视化结构import tensorflow as tf from tensorflow.python.framework import graph_util tf.reset_default_graph() # 重置计算图 output_graph_path = '/home/huihua/NewDisk/stuff_detector_v1.pb' with tf.Session() as sess: tf.global_variables_initializer().run