Skip to content

Commit

Permalink
Update release-notes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenhuaw-me committed Sep 30, 2020
1 parent db940e0 commit 17cd138
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Release Notes
=============


## v0.3.0

2020-09-30, [Project](https://github.com/jackwish/tflite2onnx/projects/4)

* Now open source with [annocement blog](https://jackwish.net/2020/Convert-TensorFlow-Lite-models-to-ONNX.html).
* [Quantization support](https://github.com/jackwish/tflite2onnx/issues/10) enabled, and tried quantized MobileNetV1 an MobileNetV2.
* Drop [Transpose based layout handling](https://github.com/jackwish/tflite2onnx/issues/2) to save effort of managing quantization.
* More [operators](https://github.com/jackwish/tflite2onnx/blob/master/docs/operator-support-status.md) added, and [tested models](https://github.com/jackwish/tflite2onnx/tree/more-model-test/assets/networks):
* MobileNetV1
* MobileNetV2
* DenseNet
* EfficientNet
* MnasNet
* SqueezeNet
* NasNet

## v0.2.0

2020-07-15, [Project](https://github.com/jackwish/tflite2onnx/projects/2)
Expand Down

0 comments on commit 17cd138

Please sign in to comment.