-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Error on prediction with LSTM Model in ONNX Format in ML.Net #5273
Copy link
Copy link
Closed
Labels
Awaiting User InputAwaiting author to supply further info (data, model, repro). Will close issue if no more info given.Awaiting author to supply further info (data, model, repro). Will close issue if no more info given.P3Doc bugs, questions, minor issues, etc.Doc bugs, questions, minor issues, etc.onnxExporting ONNX models or loading ONNX modelsExporting ONNX models or loading ONNX modelsquestionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
Awaiting User InputAwaiting author to supply further info (data, model, repro). Will close issue if no more info given.Awaiting author to supply further info (data, model, repro). Will close issue if no more info given.P3Doc bugs, questions, minor issues, etc.Doc bugs, questions, minor issues, etc.onnxExporting ONNX models or loading ONNX modelsExporting ONNX models or loading ONNX modelsquestionFurther information is requestedFurther information is requested
Type
Fields
Give feedbackNo fields configured for issues without a type.
System information
Issue
I would like to predict Values with my LSTM Model in ONNX Format. I am struggling on data input for my ONNX Model in my ML.NET project. When I run my code, I get an Exception: System.NullReferenceException: 'Object reference not set to an instance of an object.' on prediction. The input data is just dummy. I am trying to find out, how to input data in form (None,3,7) as expected from LSTM Model. LSTM Model ist attached. Can someone help me, what I am doing wrong?
Why I get exception or how to deliver data for my ONNX Model.