From 4b034e8def2869c53d65a63d4ca2416368ac4155 Mon Sep 17 00:00:00 2001 From: magicse Date: Thu, 22 Sep 2022 23:47:39 +0300 Subject: [PATCH] changed error changed t2onnx.convert on correct name tf2onnx.convert --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ba142688..8ea7a7cc2 100644 --- a/README.md +++ b/README.md @@ -90,7 +90,7 @@ To create a wheel for distribution: ## Getting started -To get started with `tensorflow-onnx`, run the `t2onnx.convert` command, providing: +To get started with `tensorflow-onnx`, run the `tf2onnx.convert` command, providing: * the path to your TensorFlow model (where the model is in `saved model` format) * a name for the ONNX output file: