Skip to content

v0.4.3

Choose a tag to compare

@thetianshuhuang thetianshuhuang released this 21 Sep 22:31
· 21 commits to main since this release
db65d6e

What's Changed: Implement #28. In ext.torch.Collate:

  • Adds support for python primitives (int, float, complex), which are turned into a torch.Tensor; this can be disabled with convert_scalars=False
  • Add a fallback which just aggregates unrecognized leaves into a list

Full Changelog: v0.4.2...v0.4.3