Skip to main content
VESSL provides integrations for Keras, an interface for the TensorFlow library. You can find a complete example using Keras in our GitHub repository.

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.

Logging metrics

Logging image objects