Andrew DalPino
Andrew DalPino
It looks like amphp/parallel only works with PHP 8.1 or above - since Rubix ML 2.0 supports PHP 7.4 and above, we will need to stick to using the 1.0...
Rubix ML doesn't have any learning to rank capabilities at the moment.
Hey @programarivm unfortunately Rubix ML does not make a good base library for a language generation project in my opinion. The reason is because language generation models, like the autoregressive...
Very nice work! We're on the same page. For the changes we need to Num Power, let's temporarily fork it to test the POC and then submit any PRs to...
Hi @ahmaruff I'm pretty sure there's a problem with the call to SVD using the Tensor extension. I remember it not working a while ago. Can you post this on...
I believe we have a fix for this now ... please try compiling the Tensor extension from the latest master branch. Or wait for us to test and release Tensor...
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...
Definitely @DrDub, ONNX support would enable a ton of possibilities for PHP Machine Learning engineers
Hey @mcharytoniuk I know we spoke about this on Telegram too, but I just wanted to mention it here too that we'll probably favor usability over performance with these Generator...
Hi @chegmarco1989, currently we just have feed-forward networks without attention implemented in Rubix ML.