Skip to content

Commit 428b67e

Browse files
authored
Merge pull request #648 from lucienwang1009/readme
correct tutorial link
2 parents 2856778 + 679bae2 commit 428b67e

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
@@ -74,7 +74,7 @@ python setup.py bdist_wheel
7474

7575
# Usage
7676

77-
You find a end to end tutorial for ssd-mobilenet [here](tutuaials/ConvertingSSDMobilenetToONNX.ipynb).
77+
You find a end to end tutorial for ssd-mobilenet [here](tutorials/ConvertingSSDMobilenetToONNX.ipynb).
7878

7979
To convert a TensorFlow model, tf2onnx supports ```saved_model```, ```checkpoint``` or ```frozen graph``` formats. We recommend the ```saved_model``` format. If ```checkpoint``` or ```frozen graph``` formats are used, the user needs to specify inputs and outputs for the graph by passing the input and output
8080
names with ```--inputs INPUTS``` and ```--outputs OUTPUTS```.

0 commit comments

Comments
 (0)