Skip to content

ONERT-MICRO 2.0.0

Latest
Compare
Choose a tag to compare
@chunseoklee chunseoklee released this 30 Sep 08:54
c74c988

Release Notes for onert-micro 2.0.0

Operations updated

  • New ops supported : Cast, Ceil, Elu, Fill
  • New CMSIS NN accelerated ops : SVDF, Relu, Relu6

New features for on-device training

  • New Trainable Operation : GRU, StridedSlice
    • limitation : You can train GRU's weights. Since input gradient is not supported now, GRU layer should be the last layer for training.
  • New Loss Function : Sparse Categorical Cross Entropy (experimental)