balbasty / nitorch

Neuroimaging in PyTorch
Other
83 stars 14 forks source link

Make spm module purely torch #5

Closed brudfors closed 4 years ago

brudfors commented 4 years ago

The spm module currently uses a mix of numpy and scipy functions, these should be replaced with torch. The only time-consuming part of this replacement is probably expm and logm.