Skip to content
This repository has been archived by the owner on May 12, 2024. It is now read-only.

Releases: PINTO0309/tflite2tensorflow

tflite2tensorflow v1.13.5

22 Oct 13:51
Compare
Choose a tag to compare
  • tftrt convert bug fixes

tflite2tensorflow v1.13.4

18 Oct 02:19
Compare
Choose a tag to compare
  • Support for AutoML Reshape
  • Force replacement of sort_result_descending=false when --output_openvino_and_myriad is enabled
  • #16

tflite2tensorflow v1.13.3

17 Oct 05:21
Compare
Choose a tag to compare
  • Support for ONNX optimization
    • extract_constant_to_initializer
    • eliminate_unused_initializer
    • Automatic execution of onnx-simplifier

tflite2tensorflow v1.13.2

14 Oct 11:49
Compare
Choose a tag to compare
  • Adding the --rigorous_optimization_for_myriad option.
    • Replace operations that are not supported by myriad with operations that are as feasible as possible.
      • Abs -> Square, Sqrt
      • FloorDiv -> Divide, Cast, Floor
      • Tile -> Cast, Tile

tflite2tensorflow v1.13.1

11 Oct 05:04
Compare
Choose a tag to compare
  • Adding the --rigorous_optimization_for_myriad option.
    • Replace operations that are not supported by myriad with operations that are as feasible as possible.
      • Abs -> Square, Sqrt

tflite2tensorflow v1.13.0

10 Oct 12:53
Compare
Choose a tag to compare
  • Split --output_tftrt option into --output_tftrt_float32 and --output_tftrt_float16

tflite2tensorflow v1.12.1

24 Sep 03:27
Compare
Choose a tag to compare
  • detail bug fixes

tflite2tensorflow v1.12.0

24 Sep 00:07
Compare
Choose a tag to compare
  • Support for Dynamic Range Quantization
    • --output_dynamic_range_quant_tflite option added

tflite2tensorflow v1.11.7

23 Sep 00:55
Compare
Choose a tag to compare
  • Support for Densify

tflite2tensorflow v1.11.6

20 Sep 11:21
Compare
Choose a tag to compare
  • Optimizing NMS for Myriad Blobs
    • When --optimizing_for_openvino_and_myriad is enabled, replace NonMaxSuppressionV5 with NonMaxSuppressionV3.