v0.4.3
What's Changed: Implement #28. In ext.torch.Collate:
- Adds support for python primitives (
int,float,complex), which are turned into atorch.Tensor; this can be disabled withconvert_scalars=False - Add a fallback which just aggregates unrecognized leaves into a list
Full Changelog: v0.4.2...v0.4.3