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

Commit 7a630c1

Browse files
authored
Update Readme to Point to coremltools NN guide section (#514)
1 parent adffd87 commit 7a630c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,9 @@ coremltools.utils.rename_feature(spec, 'old_output_name', 'new_output_name')
104104
coremltools.utils.save_spec(spec, 'model_new_output_name.mlmodel')
105105
```
106106

107-
For more details see coremltools [documentation](https://apple.github.io/coremltools/#).
107+
Please see the ONNX conversion section in the [Neural network guide](https://github.com/apple/coremltools/blob/master/docs/NeuralNetworkGuide.md) on how to use the converter.
108+
109+
There are several [notebook examples](https://github.com/apple/coremltools/tree/master/examples/neural_network_inference/onnx_converter) as well for reference.
108110

109111
### Parameters
110112

0 commit comments

Comments
 (0)