noether.scaffold.choices¶
Classes¶
Enum where members are also (and must be) strings |
|
Enum where members are also (and must be) strings |
Module Contents¶
- class noether.scaffold.choices.TrackerChoice¶
Bases:
enum.StrEnumEnum 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.StrEnumEnum where members are also (and must be) strings
Initialize self. See help(type(self)) for accurate signature.
- GPU = 'gpu'¶
- MPS = 'mps'¶
- CPU = 'cpu'¶