aliutkus / torchinterp1d

1D interpolation for pytorch
BSD 3-Clause "New" or "Revised" License
162 stars 19 forks source link

Include functional version and a primitive import example #10

Open varun19299 opened 3 years ago

varun19299 commented 3 years ago

Thanks for this repository (saved my day :P)!

Can we also have a functional version and a brief description in the README showing an import and sample run?

It's fairly easy to implement the functional call, and I would be happy to make a pull request.