TrackerCallback¶
- class TrackerCallback(result_tracker)[source]¶
Bases:
pykeen.training.callbacks.TrainingCallbackAn adapter for the
pykeen.trackers.ResultTracker.Initialize the callback.
Methods Summary
post_epoch(epoch, epoch_loss, **kwargs)Log the epoch and loss.
Methods Documentation