Adam Pocock
Adam Pocock
I think this might be an interesting topic to bring up at the ONNX community meeting (https://community.linuxfoundation.org/events/details/lfhq-lf-ai-data-foundation-presents-lf-ai-data-day-onnx-community-meetup-silicon-valley/) which happens in June to see if there are other people interested. Maybe...
The ORT jar on Maven Central doesn't support macOS aarch64, though it works just fine if you compile it from source on an M1 (I got it working in December...
There's a Python wrapper for CMIM in the `devel` branch, but I've not had chance in the past few years to expand it across all the algorithms in FEAST. It...
Images don't attach to issues when you reply via email, so you'll need to attach it in the web GUI. Or paste it in as a code block.
Ooops, that should be `python setup.py install` or `pip install .`. I've not packaged this library very well, so it'll also expect to write to `/usr/local/lib` and have that on...
As Python doesn't have namespacing in PyPI then using `feast` is going to collide with https://pypi.org/project/feast/ if they are installed together. So the package should probably be renamed to `fstoolbox`...
Tribuo is used in production in multiple Oracle products (mostly for classification use cases), and has been for about 5 years now. In the open source world we know it's...
How are you accessing the outputs in Java? And can you supply an example model?
I checked one of the test models (a logistic regression exported from scikit-learn), and I got the expected output of a tensor containing the predicted labels, and a sequence of...
Ok, I'll look at it. The spec for the behaviour of the onnx sequence seems underspecified, currently in Java it is written to pull out the first element of each...