Is your feature request related to a problem? Please describe.
Currently, all the MONAI transforms are in place operation except the newly added Invertd transform.
Usually, if want to keep the previous value, users will add CopyItemsd transform first.
So I would suggest to remove the postfix arg of Invertd transform to make it as in-place operation and align with other transforms.