Is your feature request related to a problem? Please describe.
When read in the NiftiImage with LoadImage transform the affine matrix is saved in torch.float64, which causes problems when using MacBook's neural engine because mps accelerator doesn't support float64.
Describe the solution you'd like
Just make the affine matrix into float 32, thank you!
Describe alternatives you've considered
None
Additional context
None
Is your feature request related to a problem? Please describe.
When read in the NiftiImage with LoadImage transform the affine matrix is saved in
torch.float64, which causes problems when using MacBook's neural engine becausempsaccelerator doesn't support float64.Describe the solution you'd like
Just make the affine matrix into float 32, thank you!
Describe alternatives you've considered
None
Additional context
None