v0.5.0
New Modules for Vision Tasks
Conv1D
,Conv2D
currently without support for stride, dilation, or group convolutionMaxPool2D
BatchNorm2D
New General Tensor Operations
log1p
thanks to @bioinformatistsin
,cos
,tanh
thanks to @makroiss
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.