I am creating neural nets with Tensorflow and skflow; for some reason I want to get the values of some inner tensors for a given input, so I am usi
Tensorflow
skflow
This worked for me:
for n in tf.get_default_graph().as_graph_def().node: print('\n',n)