Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

Commit 2e44d4c

Browse files
authored
Update README.md
1 parent 96548e3 commit 2e44d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Converting PyTorch model into CoreML model is a two step process
5050
5151
### What about frameworks other than PyTorch?
5252
- Step 1 can be replaced by respective framework to ONNX converter,
53-
- Once, you have a ONNX model, you can use onnx_coreml.convert to get CoreML model
53+
- Once, you have a ONNX model, you can use `onnx_coreml.convert` to get CoreML model
5454
which can be deployed on device.
5555
5656
### More examples demonstrating prediction and validating converted model's correctness

0 commit comments

Comments
 (0)