PyTorch equivalent of np.interpolate

Hi, I’m trying to rewrite some code which uses the np.interpolate function to use a PyTorch equivalent function. Does such a function exist or has anyone written anything similar? Thanks!

It seems the feature request is tracked here and it also contains a few implementations you could try to use.