1.26.0
-
API changed
- The input and output quantization types can now be specified with separate, different parameters for input and output.
- Abolition
input_output_quant_dtype
- Addition
input_quant_dtype
output_quant_dtype
-
Conv
- Supports parameter substitution for post-processing of
Conv
. - replace_conv.json
{ "format_version": 1, "operations": [ { "op_name": "wa/conv/Conv", "param_target": "outputs", "param_name": "output", "post_process_transpose_perm": [0,3,1,2] } ] }
- test
onnx2tf -i model_conv.onnx -kat input -prf replace_conv.json
- Supports parameter substitution for post-processing of
-
Mul
-
README corrections due to API changes (I'll get serious from tomorrow) #702
What's Changed
- Input and output quantization chosen separately by @marcoschepis in #701
- Updated README.md by @marcoschepis in #703
- Supports parameter substitution for post-processing of
Conv
by @PINTO0309 in #704 - Improved conversion stability of
Mul
by @PINTO0309 in #705
New Contributors
- @marcoschepis made their first contribution in #701
Full Changelog: 1.25.15...1.26.0