Skip to content

Commit 6f87228

Browse files
authored
Fix typo in README.md (#1345)
Fixes microsoft/onnxruntime#6712. Signed-off-by: Derek Murray <[email protected]>
1 parent 9d1080f commit 6f87228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ The converter needs to take care of a few things:
401401

402402
tf2onnx starts with a frozen graph. This is because of item 3 above.
403403

404-
### Step 2 - 1:1 convertion of the protobuf from tensorflow to onnx
404+
### Step 2 - 1:1 conversion of the protobuf from tensorflow to onnx
405405

406406
tf2onnx first does a simple conversion from the TensorFlow protobuf format to the ONNX protobuf format without looking at individual ops.
407407
We do this so we can use the ONNX graph as internal representation and write helper functions around it.

0 commit comments

Comments
 (0)