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

Merge branch 'fix-wrap' into 'master'

Fix checkpoint wrapper saving in the same dir

See merge request !316
parents f9ad4cd0 f435b468
No related branches found
No related tags found
1 merge request!316Fix checkpoint wrapper saving in the same dir
Pipeline #69970 passed
......@@ -19,7 +19,7 @@
},
"bob.bio.spear": {
"versions": {
"latest": "https://www.idiap.ch/software/bob/docs/bob/bob.bio.spear/master"
"latest": "https://www.idiap.ch/software/bob/docs/bob/bob.bio.spear/master/sphinx"
},
"sources": {}
},
......
......@@ -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