From 3772c3227ebd60b293c479c41d1e8249203901c3 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 27 Sep 2022 17:57:21 +0100 Subject: [PATCH] fixup --- aimodel/src/subcommands/pretrain_predict.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aimodel/src/subcommands/pretrain_predict.py b/aimodel/src/subcommands/pretrain_predict.py index 2a3694f..14be9c8 100644 --- a/aimodel/src/subcommands/pretrain_predict.py +++ b/aimodel/src/subcommands/pretrain_predict.py @@ -82,7 +82,7 @@ def run(args): filepath_output if args.records_per_file <= 0 else filepath_output.replace("$d", 0), write_mode ) - filepath_params = os.path.join(os.path.dirname(filepath_output), "/params.json") + filepath_params = os.path.join(os.path.dirname(filepath_output), "params.json") i = 0