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