niftynet.engine.handler_performance module

This module tracks model validation performance over training

class PerformanceLogger(**_unused)[source]

Bases: object

This class handles iteration events to store the current performance as an attribute of the sender (i.e. application).

update_performance_history(_sender, **msg)[source]

Printing iteration message with tf.logging interface. :param _sender: :param msg: an iteration message instance :return: