Skip to content

Redo the Configuration.py functions with proper data classes etc.

Currently, the Configuration.py are pretty hardcoded and could be done much better and simpler with data-classes. Also, each argument of the config files should be an attribute of the config object, but also be in their respective dict (backward compatability).

Using a base class from which preprocessing and training configs inherit

Edited by Manuel Guth