I did not succeed, except for this
# Helper for Converting Frozen graph from Disk to TF serving compatible Model def get_graph_def_from_file(graph_filepath): tf.reset_default_graph() with ops.Graph().as_default(): with tf.gfile.GFile(graph_filepath, 'rb') as f: graph_def = tf.GraphDef() graph_def.ParseFromString(f.read()) return graph_def
Then with tuberculosis it worked
#ssh -L 6006:127.0.0.1:6006 root@<remoteip> # for tensor board - in your local machine type 127.0.0.1 !tensorboard --logdir '/coding/log_tb/1'
Alex punnen
source share