I am trying to use GPU to achieve 3D interpolation, using the following method:
transformed_volume = transform(volume, scale=(0.5, 0.5, 0.5), interpolation='linear', device='gpu:0', reshape=True)
python=3.9, cupy-cuda112==8.5.0
But the output is an incorrect result, why?
@the-lay
The output result:

The correct result should be:
