Skip to content
Snippets Groups Projects
Commit 719c7766 authored by François  LAURENT's avatar François LAURENT
Browse files

hotfix (tagging-backend train/predict broken by finetune)

parent e6c2e88d
No related branches found
No related tags found
1 merge request!2Critical hotfix + past_future_extensions argument
Pipeline #106392 passed
...@@ -111,6 +111,7 @@ def main(fun=None): ...@@ -111,6 +111,7 @@ def main(fun=None):
trxmat_only = reuse_h5files = False trxmat_only = reuse_h5files = False
make_dataset = build_features = None make_dataset = build_features = None
pretrained_model_instance = None pretrained_model_instance = None
original_model_instance = None
sandbox = False sandbox = False
balancing_strategy = 'auto' balancing_strategy = 'auto'
include_all = None include_all = None
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment