Add a utility to visualize object-based checkpoints
authorAllen Lavoie <allenl@google.com>
Fri, 20 Apr 2018 19:40:57 +0000 (12:40 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 20 Apr 2018 19:43:51 +0000 (12:43 -0700)
commit517d1912f4ec71180944320350a3694332a1dedc
tree23fd05eb7e72c8ce13766a516280622089cd0c70
parentb23e91d247368f2046dae035b5c7bdda56512077
Add a utility to visualize object-based checkpoints

Useful for generating a warm fuzzy feeling that everything you think should be saved was saved, and for explaining what object-based checkpointing is. (Also useful on the former front will be a planned "assert that all of this Graph's trainable variables are accessible from object X" function.)

Somewhat hacky since it generates strings rather than using the pydot bindings (and so works without a pydot dependency).

PiperOrigin-RevId: 193708003
tensorflow/contrib/BUILD
tensorflow/contrib/checkpoint/__init__.py
tensorflow/contrib/checkpoint/python/BUILD
tensorflow/contrib/checkpoint/python/visualize.py [new file with mode: 0644]
tensorflow/contrib/checkpoint/python/visualize_test.py [new file with mode: 0644]