Building Custom Callbacks with Keras and TensorFlow 2

A practical introduction to the custom callback

B. Chen
Towards Data Science
8 min readDec 28, 2020

--

Image made by author using www.canva.com

Callbacks are an important type of object in Keras and TensorFlow. They are designed to be able to monitor the model performance in metrics at certain points in the training run and perform some actions that might depend on those performances in metric values.

--

--