diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-08 20:17:30 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-08 20:17:30 +0100 |
| commit | b9f515173f480a0468fc54d05bf134ebb15b0328 (patch) | |
| tree | d473b3946ba20f95b31305e4c9c04ca17dba92df /cli/app/settings/app_cfg.py | |
| parent | 76d4a9ed2e209cea7d3524e1b537faaabc4ca1c6 (diff) | |
moving in the live stuff
Diffstat (limited to 'cli/app/settings/app_cfg.py')
| -rw-r--r-- | cli/app/settings/app_cfg.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/app/settings/app_cfg.py b/cli/app/settings/app_cfg.py index bade59c..6ddd445 100644 --- a/cli/app/settings/app_cfg.py +++ b/cli/app/settings/app_cfg.py @@ -31,6 +31,7 @@ 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_VECTORS = join(DIR_APP, 'data_store/vectors') DIR_INPUTS = join(DIR_APP, 'data_store/inputs') DIR_OUTPUTS = join(DIR_APP, 'data_store/outputs') FP_MODELZOO = join(DIR_APP, 'modelzoo/modelzoo.yaml') |
