We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4aabf5 commit f0da298Copy full SHA for f0da298
1 file changed
examples/CoreML/ONNXLive/README.md
@@ -56,7 +56,7 @@ For now, we'll just download pre-trained models with the script provided by the
56
This script downloads the pre-trained PyTorch models and puts them into the `saved_models` folder.
57
There should now be 4 files, `candy.pth`, `mosaic.pth`, `rain_princess.pth` and `udnie.pth` in your directory.
58
59
-## Converting the PyTorch models to the ONNX model format
+## Convert the PyTorch models to ONNX models
60
61
Now that we have the pre-trained PyTorch models as `.pth` files in the `saved_models` folder, we will need to convert them to ONNX format.
62
The model definition is in the pytorch/examples repository we cloned previously, and with a few lines of python we can export it to ONNX.
0 commit comments