Skip to content

Commit 7bb1c7d

Browse files
gerryljhouseroad
authored andcommitted
Fix runtime link error for OnnxTensorflowExport.ipnb (#94)
1 parent 93c9053 commit 7bb1c7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorials/OnnxTensorflowExport.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"\n",
4444
"### Model Conversion\n",
4545
"\n",
46-
"Thirdly, we convert the model to ONNX format using onnx-tensorflow. Using `tensorflow_graph_to_onnx_model` from onnx-tensorflow API (documentation available at https://github.com/onnx/onnx-tensorflow/blob/master/onnx_tf/doc/API.md)."
46+
"Thirdly, we convert the model to ONNX format using onnx-tensorflow. Using `tensorflow_graph_to_onnx_model` from onnx-tensorflow API (documentation available at https://github.com/onnx/onnx-tensorflow/blob/master/doc/API.md)."
4747
]
4848
},
4949
{

0 commit comments

Comments
 (0)