Skip to content

Releases: yoyololicon/torchlpc

v0.6

10 Sep 09:02
Compare
Choose a tag to compare

What's Changed

  • v0.6: drop support for <2.0, support jacobian and hessian computation by @yoyololicon in #12

Summary:

  • Drop support for torch<2.0 to use the new schema for writing autograd.Function
  • add vmap for calculating jacfwd/jacrev/hessian

Full Changelog: v0.5...v0.6