diff --git a/src/twomartens/masterthesis/config.py b/src/twomartens/masterthesis/config.py index da80b0f..2e082c4 100644 --- a/src/twomartens/masterthesis/config.py +++ b/src/twomartens/masterthesis/config.py @@ -42,7 +42,8 @@ _CONFIG_PROPS = { "scenenet_gt_test": (str, ""), "output": (str, ""), "summaries": (str, ""), - "weights": (str, "") + "weights": (str, ""), + "evaluation": (str, "") }, "Debug": { "summaries": (bool, "True"),