noether.scaffold.choices

Classes

TrackerChoice

Enum where members are also (and must be) strings

HardwareChoice

Enum where members are also (and must be) strings

Module Contents

class noether.scaffold.choices.TrackerChoice

Bases: enum.StrEnum

Enum where members are also (and must be) strings

Initialize self. See help(type(self)) for accurate signature.

WANDB = 'wandb'
TRACKIO = 'trackio'
TENSORBOARD = 'tensorboard'
DISABLED = 'disabled'
class noether.scaffold.choices.HardwareChoice

Bases: enum.StrEnum

Enum where members are also (and must be) strings

Initialize self. See help(type(self)) for accurate signature.

GPU = 'gpu'
MPS = 'mps'
CPU = 'cpu'