Self-Created Tools to convert ONNX files (NCHW) to TensorFlow/TFLite/Keras format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf). I don't need a Star, but give me a pull request.
MIT License
712
stars
73
forks
source link
Reduce error frequency of `Concat` of two tensors containing constants and disable tensor swapping during `Sub`, `Div` and `Mod`. #482
1. Content and background
Concat
Concat
of two tensors containing constants.common_functions.py
Sub
,Div
andMod
.2. Summary of corrections
3. Before/After (If there is an operating log that can be used as a reference)
4. Issue number (only if there is a related issue)