actions#

class fkat.pytorch.actions.LightningAction(*args, **kwargs)[source]#

A generic action to be executed given the context provided via key-value arguments.

perform(**kwargs: Any) Any[source]#

Performs the action with the context provided via key-value arguments.