edward icon indicating copy to clipboard operation
edward copied to clipboard

Write tutorial on how to save and restore both model and the TensorFlow graph

Open dustinvtran opened this issue 8 years ago • 3 comments
trafficstars

The process is straightforward. See, e.g., test_saver.py. It's worth having an example that users can build from as a template—either as a tutorial or written as a section in some other location of the docs.

The tutorial should provide links to the following references:

  • https://www.tensorflow.org/programmers_guide/variables#saving_and_restoring
  • https://www.tensorflow.org/programmers_guide/meta_graph
  • https://www.tensorflow.org/programmers_guide/supervisor

dustinvtran avatar Jul 03 '17 10:07 dustinvtran

Can I try this one?

gnublet avatar Oct 13 '17 18:10 gnublet

Sure, feel free. Happy to provide feedback if you want to submit a PR while still unfinished.

dustinvtran avatar Oct 13 '17 20:10 dustinvtran

actually if one just simply want the coefficient parameter. I think it is faster and much, much much more clean to use the tensorflow save model API.

pswpswpsw avatar Aug 04 '18 01:08 pswpswpsw