tfgraphviz icon indicating copy to clipboard operation
tfgraphviz copied to clipboard

A visualization tool to show a TensorFlow's graph like TensorBoard

Results 1 tfgraphviz issues
Sort by recently updated
recently updated
newest added

I am getting the following error. Is unicode in tf variable/scope names not supported? ``` in load(self) 143 # sess = tf.Session(graph=tf.get_default_graph()) 144 self.sess.run(self.init) --> 145 g = tfg.board(tf.get_default_graph()) 146...