gpflux.experiment_support.tensorboard#
TensorBoard event iterator
Module Contents#
- tensorboard_event_iterator(file_pattern: str | List[str] | tf.Tensor) Iterator[Event] [source]#
Iterator yielding preprocessed tensorboard Events.
- Parameters:
file_pattern – A string, a list of strings, or a
tf.Tensor
of string type (scalar or vector), representing the filename glob (i.e. shell wildcard) pattern(s) that will be matched.