213 if return_transform is not None:
214 raise ValueError(
--> 215 "`return_transform` is deprecated. Please access the transformation matrix with "
216 "`.transform_matrix`. For chained matrices, please use `AugmentationSequential`."
217 )
ValueError: `return_transform` is deprecated. Please access the transformation matrix with `.transform_matrix`. For chained matrices, please use `AugmentationSequential`.