This repository has been archived by the owner on Jul 17, 2024. It is now read-only.
Releases: microsoft/ELL
Releases · microsoft/ELL
v2.1.7
- Added Hard Sigmoid activation type to Python interfaces
- Speed up Retarget Trainer
- Wrap.py fixes for C++ interfaces
- Cleanup and (minor) optimization of FFTNode
- Cleanup headers in utilities, emitters, and model to speed up builds
- Python logging instead of print
v2.1.6
v2.1.5
v2.1.4
v2.1.3
v2.1.2
v2.1.1
v2.1.0
- Improved support for ProtoNN trainer and compiling ProtoNN models are now available. Introductory tutorial here.
- Added the following models:
- stacked: dsf_I128x128x3CMCMCMCMCMCCCMC1AS, dst_I128x128x3CMCMCMCMCMCCCMC1AS, dsb_I128x128x3CMCMCMCMCMCCCMC1AS
- no maxpool: dscs2_I128x128x3CCCCCCC1AS, ddcs2_I128x128x3CCCCCCCCCCCCCC1AS
- Laying the foundation for RNN, LSTM, and GRU layers
- Improved steppable maps. Tutorial soon.
- Added the
datasetFromImages
tool, which aids in creating ELL compatible datasets from images, which can then be used by ELL's trainers to produce a trained predictor. - Fixes for bugs and compiler warnings throughout the codebase