Skip to content

Einops v0.4.0: EinMix and torch.jit.script

Compare
Choose a tag to compare
@arogozhnikov arogozhnikov released this 18 Jan 07:30
· 297 commits to master since this release

Main Changes

  • torch.jit.script is supported (in addition to previous torch.jit.trace)
  • EinMix (swiss-knife for next-gen MLPs) is added. A much-improved einsum/linear layer is now available.
  • einops.repeat in torch does not create copy when possible

Detailed PRs

New Contributors

Full Changelog: v0.3.2...v0.4.0