Merge pull request #9451 from ajschumacher/patch-2
typo: "serialize" -> "serialized"
This commit is contained in:
commit
8e80cce33b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user