Skip to content

2213 allows for non-invertible transforms in TTA#3289

Merged
wyli merged 3 commits intoProject-MONAI:devfrom
wyli:2213-allow-for-non-invertible-tta
Nov 10, 2021
Merged

2213 allows for non-invertible transforms in TTA#3289
wyli merged 3 commits intoProject-MONAI:devfrom
wyli:2213-allow-for-non-invertible-tta

Conversation

@wyli
Copy link
Copy Markdown
Contributor

@wyli wyli commented Nov 8, 2021

Signed-off-by: Wenqi Li [email protected]

Fixes #2213

Description

this is a non-breaking change, removes the strong assumption of all invertibles:

raise RuntimeError(
f"All applied random transform(s) must be invertible. Problematic transform: {type(r).__name__}"

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.

@wyli wyli requested review from Nic-Ma, ericspod and rijobro November 8, 2021 14:31
Signed-off-by: Wenqi Li <[email protected]>
@wyli wyli force-pushed the 2213-allow-for-non-invertible-tta branch from f1c9600 to 3bdad94 Compare November 8, 2021 23:01
@wyli
Copy link
Copy Markdown
Contributor Author

wyli commented Nov 8, 2021

/integration-test

@wyli wyli marked this pull request as ready for review November 9, 2021 07:59
@wyli
Copy link
Copy Markdown
Contributor Author

wyli commented Nov 10, 2021

/build

@wyli wyli enabled auto-merge (squash) November 10, 2021 12:34
@wyli wyli merged commit f54b7af into Project-MONAI:dev Nov 10, 2021
@wyli wyli deleted the 2213-allow-for-non-invertible-tta branch November 10, 2021 14:52
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.

Random Intensity transforms for test-time augmentation

2 participants