This repository has been archived by the owner on May 12, 2024. It is now read-only.
Releases: PINTO0309/tflite2tensorflow
Releases · PINTO0309/tflite2tensorflow
tflite2tensorflow v1.13.5
- tftrt convert bug fixes
tflite2tensorflow v1.13.4
- Support for AutoML
Reshape
- Force replacement of
sort_result_descending=false
when--output_openvino_and_myriad
is enabled - #16
tflite2tensorflow v1.13.3
- Support for ONNX optimization
- extract_constant_to_initializer
- eliminate_unused_initializer
- Automatic execution of onnx-simplifier
tflite2tensorflow v1.13.2
- 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
- Replace operations that are not supported by myriad with operations that are as feasible as possible.
tflite2tensorflow v1.13.1
- 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
- Replace operations that are not supported by myriad with operations that are as feasible as possible.
tflite2tensorflow v1.13.0
- Split
--output_tftrt
option into--output_tftrt_float32
and--output_tftrt_float16
tflite2tensorflow v1.12.1
- detail bug fixes
tflite2tensorflow v1.12.0
- Support for
Dynamic Range Quantization
--output_dynamic_range_quant_tflite
option added
tflite2tensorflow v1.11.7
- Support for
Densify
tflite2tensorflow v1.11.6
- Optimizing NMS for Myriad Blobs
- When
--optimizing_for_openvino_and_myriad
is enabled, replaceNonMaxSuppressionV5
withNonMaxSuppressionV3
.
- When