summaryrefslogtreecommitdiff
path: root/cli/app/settings/app_cfg.py
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-12-10 22:23:04 +0100
committerJules Laplace <julescarbon@gmail.com>2019-12-10 22:23:04 +0100
commit0458542e4d06ae7aaae23c15e04ef43f54ad4f8d (patch)
treebcf584264b950a62500a7f9bc3c4f5703848a8bd /cli/app/settings/app_cfg.py
parentc7ad87acbce1b307b49489eb11a6f5f8740a66e3 (diff)
refactor and add hdf5 support
Diffstat (limited to 'cli/app/settings/app_cfg.py')
-rw-r--r--cli/app/settings/app_cfg.py1
1 files changed, 1 insertions, 0 deletions
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')