trw.callbacks.callback_reporting_learning_rate_recorder

Module Contents

Classes

CallbackReportingLearningRateRecorder

Report the weight statistics of each layer

Attributes

logger

trw.callbacks.callback_reporting_learning_rate_recorder.logger
class trw.callbacks.callback_reporting_learning_rate_recorder.CallbackReportingLearningRateRecorder

Bases: trw.callbacks.callback.Callback

Report the weight statistics of each layer

first_time(self, options)
__call__(self, options, history, model, losses, outputs, datasets, datasets_infos, callbacks_per_batch, **kwargs)