Model Conversion Tutorials

How to convert ML models into a Wallaroo compatible format.

Wallaroo pipelines support the ONNX standard. The following guides offer tips on converting a ML model to ONNX.

See the Wallaroo ML Models Upload and Registrations tutorials for guides on uploading different model frameworks into a Wallaroo instance.

These sample guides and their machine language models can be downloaded from the Wallaroo Tutorials Repository.


PyTorch to ONNX Outside Wallaroo

How to convert PyTorch ML models into the ONNX format.

XGBoost Convert to ONNX

How to convert XGBoost to ONNX using the onnxmltools.convert library