pytorch_pfn_extras.reporting#

Functions

pytorch_pfn_extras.reporting.get_current_reporter()

Returns the current reporter object.

pytorch_pfn_extras.reporting.overload(func)

Decorator for overloaded functions/methods.

pytorch_pfn_extras.reporting.report(values)

Reports observed values with the current reporter object.

pytorch_pfn_extras.reporting.report_scope(...)

Returns a report scope with the current reporter.

Classes

pytorch_pfn_extras.reporting.DictSummary()

Online summarization of a sequence of dictionaries.

pytorch_pfn_extras.reporting.Reporter()

Object to which observed values are reported.

pytorch_pfn_extras.reporting.Summary()

Online summarization of a sequence of scalars.