Configuration management system for storing and loading configurations in yml format.
Training configuration can be set in the form of a dict (see reproducibleTraining example) and saved to disk.
Loading the configuration allows to reproduce the same training process.
Any configuration dict containing pure python objects and types can be saved and loaded.
Configuration management system for storing and loading configurations in yml format. Training configuration can be set in the form of a dict (see reproducibleTraining example) and saved to disk. Loading the configuration allows to reproduce the same training process. Any configuration dict containing pure python objects and types can be saved and loaded.