Skip to content

Commit 6926152

Browse files
authored
Update instructions for ONNX to Tensorflow tutorial (#257)
Update instructions for ONNX to Tensorflow tutorial since the latest ONNX to Tensorflow converter also depends on Tensorflow Addons. Signed-off-by: Chin Huang <[email protected]>
1 parent d7f3a47 commit 6926152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/OnnxTensorflowImport.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"\n",
1111
"## Step 1: Installation\n",
1212
"\n",
13-
"First install [ONNX](https://github.com/onnx/onnx) and [Tensorflow](https://github.com/tensorflow/tensorflow) by following the instructions on each of their repository.\n",
13+
"First install [ONNX](https://github.com/onnx/onnx), [Tensorflow](https://github.com/tensorflow/tensorflow), and [Tensorflow Addons](https://github.com/tensorflow/addons) by following the instructions on each of their repository.\n",
1414
"\n",
1515
"Then, install the ONNX-Tensorflow package:\n",
1616
"``` \n",

0 commit comments

Comments
 (0)