diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-01-12 03:32:22 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-01-12 03:32:22 +0100 |
| commit | 745ef49ffb5bc2f2eefed349149d7effd1de5f2b (patch) | |
| tree | 683c1ac0a265e20ed493e9527760c667549a343d /cli/app/settings/app_cfg.py | |
| parent | 35a7c163bc6928eae9c54f2a3e686ec308dcf03a (diff) | |
disentangled vectors
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 149d1cf..b5c383b 100644 --- a/cli/app/settings/app_cfg.py +++ b/cli/app/settings/app_cfg.py @@ -36,6 +36,7 @@ DIR_INPUTS = join(DIR_APP, 'data_store/inputs') DIR_OUTPUTS = join(DIR_APP, 'data_store/outputs') DIR_RESULTS = join(DIR_APP, 'data_store/results') DIR_RENDERS = join(DIR_APP, 'data_store/renders') +DIR_DISENTANGLED = join(DIR_APP, 'data_store/disentangled') FP_MODELZOO = join(DIR_APP, 'modelzoo/modelzoo.yaml') os.makedirs(DIR_INVERSES, exist_ok=True) |
