v2.1.0
Maxpool tensor consistency.
- Update maxpool logic to ensure consistency wrt. other layers.
- Maxpool layers now return a
tensor::Tensor
(of shapetensor::Shape::Quintuple
), instead of nestedVec
s. - This will lead to consistency when implementing maxpool for
feedback
blocks.