From 7678860431270f8f73fbb0891e8e9f8c0e7568a4 Mon Sep 17 00:00:00 2001 From: Katsuya Hyodo Date: Sun, 9 Oct 2022 00:04:04 +0900 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d0db2a9..aa9b84d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ **For those who lack skills in converting from ONNX to TensorFlow, we recommend using this tool. It is a tool in the making, so there are lots of bugs, but it is much easier than going through OpenVINO.** +Self-Created Tools to convert ONNX files (NCHW) to TensorFlow format (NHWC). The purpose of this tool is to solve the massive Transpose extrapolation problem in onnx-tensorflow (onnx-tf). + https://github.com/PINTO0309/onnx2tf