From ac6cac6a6e985f7a87d39a99a721dd37e04768d5 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 10 Dec 2019 23:48:39 +0100 Subject: ok --- cli/app/commands/biggan/search.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/app/commands') 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) -- cgit v1.2.3-70-g09d2