Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

v2.0

Latest
Compare
Choose a tag to compare
@thelukester92 thelukester92 released this 07 Oct 20:08
· 330 commits to develop since this release
  • Redesigned how input and output shapes are handled.
  • Batch and batch-like dimensions (i.e. sequence length) are inferred whenever possible; containers do not assume any particular shape.
  • Cleaned up Module interface.
  • Improved unit tests.
  • Switched to hpp file extension.
  • Added some toy problems when testing.
  • Fixed significant recurrent neural network bugs.