Skip to content

Commit 457a487

Browse files
authored
Fix tutorials/keras-resnet50.ipynb link in the README.md (#1566)
Signed-off-by: Kentaro Iizuka <[email protected]>
1 parent bb0c81e commit 457a487

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
@@ -309,7 +309,7 @@ model_proto, external_tensor_storage = tf2onnx.convert.from_keras(model,
309309
An ONNX model_proto and an external_tensor_storage dict.
310310
```
311311

312-
See [tutorials/keras-resnet50.ipynb](tutorials/keras-resnet50) for an end to end example.
312+
See [tutorials/keras-resnet50.ipynb](tutorials/keras-resnet50.ipynb) for an end to end example.
313313

314314
### from_function (tf-2.0 and newer)
315315
```

0 commit comments

Comments
 (0)