Skip to content

2.2.0 - AIfES for Arduino

Latest
Compare
Choose a tag to compare
@Johannes-IMS Johannes-IMS released this 20 Feb 13:23
07a4382

Release Notes

With this update AIfES supports Convolutional Neural Networks (CNNs).

New Features:

  • Convolutional Neural Nets with following layers:
    • Conv2D
    • Flatten
    • Maxpool
    • BatchNorm
  • Transposed weights for Dense layers (speed improvement)

Bug Fixes:

  • Loss reductions (mean and sum, new default is mean, which is different to previous release)
  • Bug fixed in loss calculation in MSE
  • Bug fixed in AISTORAGE-Wrapper
  • Fixing dytpe bug in inference function for output dtype
  • Fix compiler warnings