From 63fff406a2bd44258c91521add6efc8acf899808 Mon Sep 17 00:00:00 2001 From: Katsuya Hyodo Date: Sun, 9 Oct 2022 10:17:12 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 183cb69..a96aa66 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # openvino2tensorflow -**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.** +**For those who lack skills in converting from ONNX to TensorFlow, I 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)."