Class ValueType (1.22.1)

ValueType(value)

An enum representing the value type of a TensorboardTimeSeries.

Values: VALUE_TYPE_UNSPECIFIED (0): The value type is unspecified. SCALAR (1): Used for TensorboardTimeSeries that is a list of scalars. E.g. accuracy of a model over epochs/time. TENSOR (2): Used for TensorboardTimeSeries that is a list of tensors. E.g. histograms of weights of layer in a model over epoch/time. BLOB_SEQUENCE (3): Used for TensorboardTimeSeries that is a list of blob sequences. E.g. set of sample images with labels over epochs/time.

Inheritance

builtins.object > builtins.int > builtins.object > enum.Enum > enum.IntEnum > proto.enums.Enum > ValueType