Merge pull request from ajschumacher/patch-2

typo: "serialize" -> "serialized"
This commit is contained in:
Shanqing Cai 2017-04-26 10:18:51 -04:00 committed by GitHub
commit 8e80cce33b

View File

@ -845,7 +845,7 @@ def parse_single_sequence_example(
Parses a single serialized [`SequenceExample`](https://www.tensorflow.org/code/tensorflow/core/example/example.proto)
proto given in `serialized`.
This op parses a serialize sequence example into a tuple of dictionaries
This op parses a serialized sequence example into a tuple of dictionaries
mapping keys to `Tensor` and `SparseTensor` objects respectively.
The first dictionary contains mappings for keys appearing in
`context_features`, and the second dictionary contains mappings for keys