laymon.displays

Module Contents

Classes

FeatureMapDisplay() A class for defining methods for displaying the parameters being monitored by a FeatureMapObserver.
class laymon.displays.FeatureMapDisplay[source]

Bases: laymon.interfaces.Display

A class for defining methods for displaying the parameters being monitored by a FeatureMapObserver.

display_params(self, activation, max_subplots=5)[source]

Method for updating the subplots and figure with the new parameters (activation maps).

_show(self)[source]
update_display(self, parameters, display_title)[source]

Updates the display with the new parameters :param parameters: Tensor (activation map params) :param display_title: Title of the figure