Skip to content

Model builder Error - Unable to find method 'PredictMultiClassClassificationAsync/3' on Microsoft.ML.ModelBuilder.AutoMLEngine #1001

@forReason

Description

@forReason

System Information (please complete the following information):

  • Model Builder Version: Current
  • Visual Studio Version

Describe the bug
I cannot predict from models. Training works fine.
The following error arises:
image
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.ValidateEnd(Task task)
at StreamJsonRpc.JsonRpc.d__941.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.ML.ModelBuilder.AutoMLServiceFactory.AutoMLServiceProxy.<PredictMultiClassClassificationAsync>d__16.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Microsoft.ML.ModelBuilder.TrainSession.<PredictMultiClassClassificationAsync>d__51.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at System.Runtime.CompilerServices.TaskAwaiter1.GetResult()
at Microsoft.ML.ModelBuilder.ToolWindows.EvaluateTabDataContext.d__93.MoveNext()

To Reproduce
Steps to reproduce the behavior:

  1. Go to Solution
  2. Richtclick -> Add -> MachineLearning
  3. Click on Image Classification, select train data and start trainng
  4. Once Training is finished, go to the evaluate section
    image
  5. Select an image to evaluate -> Error

Expected behavior
Select an image for evaluation or prediction and get a prediction

Additional context
Log File:
http://julianbechtold.de/media/ce9cf982-687e-4fab-8b9d-f202af8d484a.txt

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions