bitorch.configΒΆ

Config class for bitorch configurations. These configs can be used to specify key default values which benefit from beeing changed easily via argparse e.g. for training scripts.

Classes

Config()

Config superclass that implements functionality to create argparse arguments for class attributes of subclasses.