Skip to content

Commit

Permalink
changed error (#2046)
Browse files Browse the repository at this point in the history
changed t2onnx.convert on correct name tf2onnx.convert

Co-authored-by: Jay Zhang <[email protected]>
  • Loading branch information
magicse and fatcat-z authored Dec 25, 2024
1 parent 4b97bcf commit e1042c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit e1042c5

Please sign in to comment.