avalanche.training.RegularizationMethod

class avalanche.training.RegularizationMethod[source]

RegularizationMethod implement regularization strategies. RegularizationMethod is a callable. The method update is called to update the loss, typically at the end of an experience.

__init__()

Methods

__init__()

update(*args, **kwargs)