Skip to content

v0.5.0

Compare
Choose a tag to compare
@nathanielsimard nathanielsimard released this 12 Feb 20:55
· 1026 commits to main since this release
2401d8a

New Modules for Vision Tasks

  • Conv1D, Conv2D currently without support for stride, dilation, or group convolution
  • MaxPool2D
  • BatchNorm2D

New General Tensor Operations

Breaking Changes

  • Devices are now passed by reference, thanks to feedback from @djdisodo.
  • The shape function now returns an owned struct, and backends no longer need to cache each shape.