pytorch_pfn_extras.training.extensions.best_value#

Classes

pytorch_pfn_extras.training.extensions.best_value.BestValue(...)

Extension traces the best value of a specific key in the observation.

pytorch_pfn_extras.training.extensions.best_value.ExtensionsManagerProtocol(...)

pytorch_pfn_extras.training.extensions.best_value.MaxValue(key)

Extension traces the maximum value of a specific key in the observation.

pytorch_pfn_extras.training.extensions.best_value.MinValue(key)

Extension traces the maximum value of a specific key in the observation.