tf.FixedLenSequenceFeature

class tf.FixedLenSequenceFeature

Configuration for a dense input feature in a sequence item.

To treat a sparse input as dense, provide allow_missing=True; otherwise, the parse functions will fail on any examples missing this feature.

Fields: shape: Shape of input data. dtype: Data type of input. allow_missing: Whether to allow this feature to be missing from a feature list item.

doc_TensorFlow
2016-10-14 13:07:53
Comments
Leave a Comment

Please login to continue.