Skip to content

Tracker

Tracks loss, accuracy and model weights during model.fit()

track_loss(self, loss, mode)

Update TrackingValues loss. mode can be train or val

track_metrics(self, metric, mode, render=False)

Update TrackingValues metrics. mode can be train or val and will update logs if render is True


Last update: October 3, 2021

Comments