Fix missing . (#16460)

This commit is contained in:
matthieudelaro 2018-02-08 21:17:37 +01:00 committed by Jonathan Hseu
parent d6ff644382
commit 5e23338fec

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.