We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d1080f commit 6f87228Copy full SHA for 6f87228
README.md
@@ -401,7 +401,7 @@ The converter needs to take care of a few things:
401
402
tf2onnx starts with a frozen graph. This is because of item 3 above.
403
404
-### Step 2 - 1:1 convertion of the protobuf from tensorflow to onnx
+### Step 2 - 1:1 conversion of the protobuf from tensorflow to onnx
405
406
tf2onnx first does a simple conversion from the TensorFlow protobuf format to the ONNX protobuf format without looking at individual ops.
407
We do this so we can use the ONNX graph as internal representation and write helper functions around it.
0 commit comments