Skip to content

Releases: zhenhuaw-me/tflite2onnx

tflite2onnx 0.4.1

13 Nov 04:49
Compare
Choose a tag to compare

Update links. No functional changes.

tflite2onnx 0.4.0

31 Aug 11:35
8019a74
Compare
Choose a tag to compare

2021-08-31, Project

  • More operators, and API getSupportedOperators() to list the supported operators.
  • Relax data type check, most for FP16 and INT8.
  • FP16 quantization: fold FP16 tensors to unblock MediaPipe models. See #35 for details.
  • API enableDebugLog() to dump log for debugging purpose.

Thanks for the contribution of @erizmr @briangrifiin and @IkbeomJeon!

tflite2onnx 0.3.2

03 Feb 13:42
Compare
Choose a tag to compare
tflite2onnx 0.3.2 Pre-release
Pre-release
  • 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 #35 for details.

tflite2onnx 0.3.1

28 Dec 13:18
Compare
Choose a tag to compare
tflite2onnx 0.3.1 Pre-release
Pre-release

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!

tflite2onnx 0.3.0

30 Sep 03:39
92c9432
Compare
Choose a tag to compare
tflite2onnx 0.3.0 Pre-release
Pre-release

tflite2onnx 0.2.0

16 Jul 00:35
Compare
Choose a tag to compare
tflite2onnx 0.2.0 Pre-release
Pre-release

tflite2onnx 0.1.0

10 Aug 15:29
Compare
Choose a tag to compare
tflite2onnx 0.1.0 Pre-release
Pre-release

MobileNetV1 passes.