Skip to content
Snippets Groups Projects
Commit 62bf02ab authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[py] Fix checkpoint wrapper saving in the same dir

parent f9ad4cd0
No related branches found
No related tags found
1 merge request!316Fix checkpoint wrapper saving in the same dir
Pipeline #69896 failed
......@@ -347,8 +347,8 @@ def checkpoint_pipeline_simple(
bob.pipelines.wrap(
["checkpoint"],
transformer,
features_dir=base_dir,
model_path=base_dir,
features_dir=os.path.join(base_dir, name),
model_path=os.path.join(base_dir, name),
hash_fn=hash_fn,
force=force,
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment