Merge pull request #16874 from jhseu/revert

Revert "Fix missing . (#16460)"
This commit is contained in:
Jonathan Hseu 2018-02-08 12:32:40 -08:00 committed by GitHub
commit 926fc13f73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -156,7 +156,7 @@ of checkpoints and freezes them together into a single file.
What this does is load the `GraphDef`, pull in the values for all the variables
from the latest checkpoint file, and then replace each `Variable` op with a
`Const` that has the numerical data for the weights stored in its attributes.
`Const` that has the numerical data for the weights stored in its attributes
It then strips away all the extraneous nodes that aren't used for forward
inference, and saves out the resulting `GraphDef` into an output file.