2221 Change InvertD and TransformInverter to in-place operation#2235
2221 Change InvertD and TransformInverter to in-place operation#2235wyli merged 12 commits intoProject-MONAI:devfrom
Conversation
|
/black |
|
thanks, Invertd is a complex one, is it possible to explain |
|
Hi @wyli , Make sense, let me try to add some examples in the doc-string first. Thanks. |
Signed-off-by: Nic Ma <[email protected]>
|
/black |
|
Hi @wyli , I added detailed example in the doc-string of Thanks. |
|
thanks, could you please move it into tutorials as a notebook? then it'll be very helpful when explaining this transform. |
|
Hi @wyli , Sure, I will update this tutorial example to use the latest API when this PR merged: Thanks. |
Signed-off-by: Nic Ma <[email protected]>
Signed-off-by: Wenqi Li <[email protected]>

Fixes #2221 .
Description
This PR changed the invert operation of
InvertDtransform andTransformInverterto be in-place operation.Status
Ready
Types of changes
./runtests.sh -f -u --net --coverage../runtests.sh --quick --unittests.make htmlcommand in thedocs/folder.