RubixML / ML

A high-level machine learning and deep learning library for the PHP language.

Home Page:https://rubixml.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use pretrained models?

nibra opened this issue · comments

Is there any way to use pretrained models like fx those from Huggingface?

Not models built with anything but Rubix ML, but you can use shared models that have been trained with Rubix ML.

See this section of the docs for caveats https://docs.rubixml.com/2.0/model-persistence.html#caveats

Starting in ML 3.0, you will be able to save/load any model from the same major version of the library

I'd love it if we can support models exported in the ONNX format: https://onnx.ai/

But we'll need much more contributors to achieve that.

Definitely @DrDub, ONNX support would enable a ton of possibilities for PHP Machine Learning engineers