Converts Machine Learning models to ONNX for use in Windows ML
The keras2onnx model converter enables users to convert Keras models into the ONNX model format. Initially, the Keras converter was developed in the project onnxmltools. keras2onnx converter development was moved into an independent repository to support more kinds of Keras models and reduce the complexity of mixing multiple converters.
The keras2onnx model converter enables users to convert Keras models into the ONNX model format. Initially, the Keras converter was developed in the project onnxmltools. keras2onnx converter development was moved into an independent repository to support more kinds of Keras models and reduce the complexity of mixing multiple converters.
To install py310-keras2onnx, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py310-keras2onnx
To see what files were installed by py310-keras2onnx, run:
port contents py310-keras2onnx
To later upgrade py310-keras2onnx, run:
sudo port selfupdate && sudo port upgrade py310-keras2onnx
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.