Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes KMeans scoring differences between ORT and OnnxRunner #4942

Merged
merged 2 commits into from
Mar 14, 2020

Conversation

Lynx1820
Copy link
Contributor

The KMeans ORT score predictions were off because batches were not being handled correctly.
There is still an issue because Nimbus produces int32 predictions, when they should be uint32, since ML.NET returns key values, but I plan on working on that separately, since it's probably a Nimbus bug.

@Lynx1820 Lynx1820 requested a review from a team as a code owner March 13, 2020 22:34
@Lynx1820 Lynx1820 merged commit cdb1e4b into dotnet:master Mar 14, 2020
mstfbl pushed a commit to mstfbl/machinelearning that referenced this pull request Mar 17, 2020
)

* support for batch inferencing on ORT models

* resolving comments
@ghost ghost locked as resolved and limited conversation to collaborators Mar 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants