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

Exception while inferencing ML.NET ONNX model that uses TextFeatures #5426

Closed
ppampati opened this issue Oct 9, 2020 · 1 comment
Closed
Assignees

Comments

@ppampati
Copy link

ppampati commented Oct 9, 2020

### System information

  • OS version/distro: Windows 10
  • .NET Version (eg., dotnet --info): .NET Core 3.1

Issue

  • **What did you do?
    Trained a Fast tree model on text data.
    Saved the trained model to ONNX format
    Load the ONNX model and run Prediction
  • **What happened?
    Prediction code threw an exception and application crashed.
  • What did you expect?
    Prediction code to return score and predict label.
    Sample code is attached
    MLNetONNXSample.zip

Source code / logs

Please paste or attach the code or logs or traces that would be helpful to diagnose the issue you are reporting.

@Lynx1820
Copy link
Contributor

This issue was resolved with PR #5435.

@ghost ghost locked as resolved and limited conversation to collaborators Mar 17, 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

No branches or pull requests

2 participants