TrackerTrainingCallback

class TrackerTrainingCallback[source]

Bases: TrainingCallback

An adapter for the pykeen.trackers.ResultTracker.

It logs the loss after each epoch to the given result tracker,

Initialize the callback.

Methods Summary

post_epoch(epoch, epoch_loss, **kwargs)

Call after epoch.

Methods Documentation

post_epoch(epoch: int, epoch_loss: float, **kwargs: Any) None[source]

Call after epoch.

Parameters:
Return type:

None