diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-02-14 16:10:48 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-02-14 16:10:48 +0100 |
| commit | abc27615421ebd63048a3450eb89e46c1f51e322 (patch) | |
| tree | 70fe2db33b399082c2eaba8a581b91793efba1c9 /cli/app/settings/app_cfg.py | |
| parent | 92b210979f501e3a9a857b614abdda3786942627 (diff) | |
vgg feature loss
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 8478e5b..b42d46c 100644 --- a/cli/app/settings/app_cfg.py +++ b/cli/app/settings/app_cfg.py @@ -39,6 +39,7 @@ 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') +DIR_NETS = join(DIR_APP, 'data_store/nets') FP_MODELZOO = join(DIR_APP, 'modelzoo/modelzoo.yaml') os.makedirs(DIR_INVERSES, exist_ok=True) |
