ExperimentCallback
ExperimentCallback extends Keras’ callback class. Add ExperimentCallback as a callback parameter in the fit function to automatically track Keras metrics at the end of each epoch. You can also log image objects using ExperimentCallback.
| Parameter | Description | 
|---|---|
| data_type | Use imageto log image objects | 
| validation_data | Tuple of (validation_data, validation_labels) | 
| labels | List of labels to get the caption from the inferred logits. The argmax value will be used if labels are not provided. | 
| num_images | Number of images to log in the validation data | 

