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 merge requests found
Pipeline #6325 failed with stage
in 5 minutes and 56 seconds
...@@ -176,7 +176,7 @@ def _get_predictor() -> predictors.Predictor: ...@@ -176,7 +176,7 @@ def _get_predictor() -> predictors.Predictor:
) )
return predictors.Predictor.from_archive( 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