TrackerCallback

class TrackerCallback(result_tracker)[source]

Bases: pykeen.training.callbacks.TrainingCallback

An adapter for the pykeen.trackers.ResultTracker.

Initialize the callback.

Methods Summary

post_epoch(epoch, epoch_loss, **kwargs)

Log the epoch and loss.

Methods Documentation

post_epoch(epoch, epoch_loss, **kwargs)[source]

Log the epoch and loss.

Return type

None