diff options
| -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) |
