-
Notifications
You must be signed in to change notification settings - Fork 60
Description
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:

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:
- Go to Solution
- Richtclick -> Add -> MachineLearning
- Click on Image Classification, select train data and start trainng
- Once Training is finished, go to the evaluate section

- 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