Skip to content
Snippets Groups Projects
Commit 39a9c9f8 authored by piotrmp's avatar piotrmp
Browse files

Command-line options for LAMBO segmentation.

parent 799257d7
Branches
No related tags found
No related merge requests found
Pipeline #6325 failed
......@@ -176,7 +176,7 @@ def _get_predictor() -> predictors.Predictor:
)
return predictors.Predictor.from_archive(
archive, FLAGS.predictor_name, extra_args= {"lambo_model_name" : FLAGS.lambo_model_name}
archive, FLAGS.predictor_name, "validation", True, {"lambo_model_name" : FLAGS.lambo_model_name}
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment