mgunyho 1 day ago

For Torch, I have come across Named Tensors, which should work in a similar way: https://docs.pytorch.org/docs/stable/named_tensor.html

The docs say that it's a prototype feature, and I think it has been that way for a few years now, so no idea how production-ready it is.

1
xiphias2 1 day ago

It's a much worse API than Xarrays, it seems like somebody should build it on top of PyTorch.