/grid_sample_naive

Unofficial python implementation for "torch.nn.grid_sample"

Primary LanguagePythonMIT LicenseMIT

grid_sample_naive

The purpose of this repo is to rewrite the torch.nn.grid_sample in python.

Result

result We can see that our python implementation of grid sample generates the same result of official torch.nn.grid_sample.

Acknowledgements