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) ...
Add a description, image, and links to the 3d-interpolation topic page so that developers can more easily learn about it.