plugins package

Subpackages

Submodules

plugins.ekfac_plugin module

class plugins.ekfac_plugin.EKFAC_Plugin(network, eps=0.1)[source]

Bases: BaseSGDPlugin

before_update(strategy)[source]

Called before optimizer.update() by the BaseTemplate.

class plugins.ekfac_plugin.KFAC_Plugin(network, eps=0.1)[source]

Bases: BaseSGDPlugin

before_update(strategy)[source]

Called before optimizer.update() by the BaseTemplate.