Release Notes
v0.3.2
2021-02-03, Project
- New API
getSupportedOperators()
to know what operators have been supported. No longer need to maintain a list manually. - FP16 quantization: fold FP16 tensors to unblock MediaPipe models. See this issue for details.
Thanks for the contribution of @briangrifiin!
v0.3.1
2020-12-28, Project
- More operators, check the support list.
- Relax data type check, most for FP16 and INT8.
- Interface
enableDebugLog()
to dump log for debugging purpose.
Thanks for the contribution of @erizmr @briangrifiin and @IkbeomJeon!
v0.3.0
2020-09-30, Project
- Now open source with annocement blog.
- Quantization support enabled, and tried quantized MobileNetV1 an MobileNetV2.
- Drop Transpose based layout handling to save effort of managing quantization.
- More operators added, and tested models:
- MobileNetV1
- MobileNetV2
- DenseNet
- EfficientNet
- MnasNet
- SqueezeNet
- NasNet
v0.2.0
2020-07-15, Project
- Operator support of MobileNetV2.
- Infrastructure improvements.
- Propagation based layout handling.
v0.1.0
2020-05-24, Project
- Model converting Workflow.
- Basic operator support of MobileNetV1.
- Transpose based layout handling.