tomosipo
tomosipo copied to clipboard
A library for painless 3D tomographic reconstruction
In pytorch, does tomosipo support mixed precision training, such as tensors of type torch.float16 ?
This PR adds support for forward-mode and higher-order differentiation in PyTorch autograd engine. Additionally, it enables integration with `torch.func`, which implements JAX-style composable functional transforms in PyTorch, allowing for a...
The goal of this pull request is to add a new type of operator that has support for Pytorch's autograd differentiation but with a nicer interface than the current to_autograd...
This PR adds support for geometries describing cylindrical detectors that are soon coming up in Astra Toolbox (see https://github.com/astra-toolbox/astra-toolbox/pull/444). To do: - [ ] Implement methods marked with `NotImplementedError` -...