Open alisterburt opened 10 months ago
https://github.com/teamtomo/libtilt/blob/958e58096746a00e437f8714eca11815af4a669e/src/libtilt/projection/project_real.py#L76
@rsanchezgarc pointed out we should be able to use torch.vmap here rather than the list comprehension
torch.vmap
https://github.com/teamtomo/libtilt/blob/958e58096746a00e437f8714eca11815af4a669e/src/libtilt/projection/project_real.py#L76
@rsanchezgarc pointed out we should be able to use
torch.vmap
here rather than the list comprehension