Results 8 comments of Yaël Balbastre

Hello, I haven't done in depth comparisons, but I've quickly looked at skimage's code and: - skimage's uses `scipy.zoom` with `grid_mode=True`, which corresponds to interpol's `anchor='edges'` (you did this correctly)...

Hi Sophie, Would you be able to try with an older version of pytorch (1.x instead of 2.x)? That would be the fastest way to get it to work I...

Hi Marc Thanks for reporting this. Could you please tell me which version of PyTorch (and which platform) you are using? (edit: and how you call the function: inputs, etc)...

This issue seems to be related to https://github.com/pytorch/pytorch/issues/82889 It only happens in recent versions of pytorch (I reproduced it on 1.12, but I don't know when it was introduced). In...

If the structure of the code is the same, it seems that the license transfers: https://opensource.stackexchange.com/questions/6699/if-i-translate-port-a-repository-from-one-programming-language-to-another-do-i

Yes, we could have nitorch-spm with a GPL license that contains pure ports. I think I'd like to have MIT for the core project, because it makes it more widely...

PyTorch is (I think) BSD, which is basically MIT + credits required. But we don't compile or package anything from PyTorch ourselves, so I don't think it makes a difference.

Thanks for the pointer John! If you're interested, you may want to have a look at Pyro as well: https://pyro.ai Both libraries rely on some sort of MC sampling to...