tensorflow
Platypush documentation
tensorflow
- class platypush.message.event.tensorflow.TensorflowBatchEndedEvent(batch: int, *args, **kwargs)[source]
Bases:
TensorflowEvent
Triggered when a the processing of a Tensorflow model training/evaluation batch ends.
- class platypush.message.event.tensorflow.TensorflowBatchStartedEvent(batch: int, *args, **kwargs)[source]
Bases:
TensorflowEvent
Triggered when a Tensorflow model training/evaluation batch starts being processed.
- class platypush.message.event.tensorflow.TensorflowEpochEndedEvent(epoch: int, *args, **kwargs)[source]
Bases:
TensorflowEvent
Triggered when a Tensorflow model training/evaluation epoch ends.
- class platypush.message.event.tensorflow.TensorflowEpochStartedEvent(epoch: int, *args, **kwargs)[source]
Bases:
TensorflowEvent
Triggered when a Tensorflow model training/evaluation epoch begins.
- class platypush.message.event.tensorflow.TensorflowEvent(model: str, logs: Optional[Dict[str, Union[int, float]]], *args, **kwargs)[source]
Bases:
Event