From 0458542e4d06ae7aaae23c15e04ef43f54ad4f8d Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 10 Dec 2019 22:23:04 +0100 Subject: refactor and add hdf5 support --- cli/app/settings/app_cfg.py | 1 + 1 file changed, 1 insertion(+) (limited to 'cli/app/settings') diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py index 7ec107e..bdbbb90 100644 --- a/cli/app/settings/app_cfg.py +++ b/cli/app/settings/app_cfg.py @@ -30,6 +30,7 @@ CLICK_GROUPS = { SELF_CWD = os.path.dirname(os.path.realpath(__file__)) # Script CWD DIR_APP = str(Path(SELF_CWD).parent.parent.parent) DIR_IMAGENET = join(DIR_APP, 'data_store/imagenet') +DIR_INVERSES = join(DIR_APP, 'data_store/inverses') DIR_OUTPUTS = join(DIR_APP, 'data_store/outputs') FP_MODELZOO = join(DIR_APP, 'modelzoo/modelzoo.yaml') -- cgit v1.2.3-70-g09d2