Skip to content

Commit

Permalink
metricmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
camillebrianceau committed Oct 2, 2024
1 parent 5094bbd commit b6d3ae7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions clinicadl/API_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,5 @@
self.config.validation.selection_metrics,
)
###### end ############

test_loader = get_dataloader(dataset, split, network, "train", config)
2 changes: 1 addition & 1 deletion clinicadl/validator/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ValidatorConfig(BaseModel):
# maps_path: Path
mode: str

metrics_module: Optional = None
# metrics_module: Optional = None
report_ci: bool = False
selection_metrics: list

Expand Down

0 comments on commit b6d3ae7

Please sign in to comment.