diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-12-10 23:48:39 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-12-10 23:48:39 +0100 |
| commit | ac6cac6a6e985f7a87d39a99a721dd37e04768d5 (patch) | |
| tree | 10f01f757d34a062cdd06c7b22fa33b203218e35 /cli | |
| parent | 6d13d6f9f964a3a2d14fd3731fa0eba8135d8438 (diff) | |
ok
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/app/commands/biggan/search.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/app/commands/biggan/search.py b/cli/app/commands/biggan/search.py index 76e95ff..34ed6a4 100644 --- a/cli/app/commands/biggan/search.py +++ b/cli/app/commands/biggan/search.py @@ -59,7 +59,7 @@ def cli(ctx, opt_fp_in, opt_dims, opt_video, opt_tag): else: paths = [opt_fp_in] - fp_inverses = os.path.join(app_cfg.INVERSES_DIR, opt_tag) + fp_inverses = os.path.join(app_cfg.DIR_INVERSES, opt_tag) os.makedirs(fp_inverses, exist_ok=True) save_params_latent(fp_inverses, opt_tag) save_params_dense(fp_inverses, opt_tag) |
