Skip to content
Snippets Groups Projects
Commit ab66027c authored by piotrmp's avatar piotrmp Committed by Lukasz Pszenny
Browse files

Command-line options for LAMBO segmentation.

parent bbe33702
No related merge requests found
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment