hzdr / autodiff101

An introduction to Automatic Differentiation with theory and code examples.
BSD 3-Clause "New" or "Revised" License
5 stars 1 forks source link

Adding torch implementation #3

Open oselin opened 9 months ago

oselin commented 9 months ago

Added torch implementation of JVP, via the extension of torch.autograd capabilities

oselin commented 9 months ago

This pull request solves issue #1