Skip to content

v2.1.0

Compare
Choose a tag to compare
@hallvardnmbu hallvardnmbu released this 14 Sep 11:38
· 114 commits to main since this release

Maxpool tensor consistency.

  • Update maxpool logic to ensure consistency wrt. other layers.
  • Maxpool layers now return a tensor::Tensor (of shape tensor::Shape::Quintuple), instead of nested Vecs.
  • This will lead to consistency when implementing maxpool for feedback blocks.