Skip to content

1815 Add train mode and eval mode in Evaluators#1831

Merged
Nic-Ma merged 9 commits intoProject-MONAI:masterfrom
Nic-Ma:1815-add-mode-evaluator
Mar 24, 2021
Merged

1815 Add train mode and eval mode in Evaluators#1831
Nic-Ma merged 9 commits intoProject-MONAI:masterfrom
Nic-Ma:1815-add-mode-evaluator

Conversation

@Nic-Ma
Copy link
Copy Markdown
Contributor

@Nic-Ma Nic-Ma commented Mar 23, 2021

Fixes #1815 .

Description

This PR added support to set train or eval mode in all the evaluators.

Status

Ready

Types of changes

  • Non-breaking change (fix or new feature that would not break existing functionality).
  • Breaking change (fix or new feature that would cause existing functionality to change).
  • New tests added to cover the changes.
  • Integration tests passed locally by running ./runtests.sh -f -u --net --coverage.
  • Quick tests passed locally by running ./runtests.sh --quick --unittests.
  • In-line docstrings updated.
  • Documentation updated, tested make html command in the docs/ folder.

@Nic-Ma Nic-Ma requested review from ericspod, rijobro and wyli March 23, 2021 14:55
@Nic-Ma
Copy link
Copy Markdown
Contributor Author

Nic-Ma commented Mar 23, 2021

/black

@ericspod
Copy link
Copy Markdown
Member

I mentioned something small you might want to change but otherwise good to go.

@Nic-Ma Nic-Ma enabled auto-merge (squash) March 23, 2021 23:10
@Nic-Ma Nic-Ma merged commit cf502d6 into Project-MONAI:master Mar 24, 2021
@Nic-Ma Nic-Ma deleted the 1815-add-mode-evaluator branch July 2, 2021 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

allows for flexible model "mode" in the evaluators

3 participants