You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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?
![test2](https://user-images.githubusercontent.com/33109344/231071391-66a291b6-af82-4941-8b9d-a6bef7291392.jpg)
@the-lay
The output result:
The correct result should be:
![test2 (copy)](https://user-images.githubusercontent.com/33109344/231071517-7323c451-0fd3-4d37-ba3d-4edad60965f1.jpg)
The text was updated successfully, but these errors were encountered: