Class ValueType (1.50.0)

ValueType(value)

An enum representing the value type of a TensorboardTimeSeries.

Enum 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.

Methods

ValueType

ValueType(value)

An enum representing the value type of a TensorboardTimeSeries.

Enum 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.