Skip to content

Commit

Permalink
resolved #296
Browse files Browse the repository at this point in the history
  • Loading branch information
hvgazula committed Mar 18, 2024
1 parent b3e2a8a commit 5a3d807
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nobrainer/processing/segmentation.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ def fit(
loss=losses.dice,
metrics=metrics.dice,
callbacks=None,
verbose=1,
):
"""Train a segmentation model"""
# TODO: check validity of datasets
Expand Down Expand Up @@ -100,6 +101,7 @@ def _compile():
if dataset_validate
else None,
callbacks=callbacks,
verbose=verbose
)

return self
Expand Down

0 comments on commit 5a3d807

Please sign in to comment.