grid_sample_naive The purpose of this repo is to rewrite the torch.nn.grid_sample in python. Result We can see that our python implementation of grid sample generates the same result of official torch.nn.grid_sample. Acknowledgements