dotnet / dotnet/machinelearning-modelbuilder

Model Builder Error: Training time finished without any models trained.

Open
#2,914 0 comments 1 reaction 0 assignees View on GitHub
GS Tutorial
Dominant language
Dockerfile
Stars
285
Forks
66
PR merge metrics
No merged PRs in 30d

Description

**System Information:**
- Microsoft.ML Version: 3.0.1
- Microsoft Visual Studio Professional 2022 (64-bit) - Current Version 17.1.0

**Describe the bug**
- I ran into the issue on the following page: https://dotnet.microsoft.com/en-us/learn/ml-dotnet/get-started-tutorial/train
- When I try to train based on the provided materials I get the following error message:

Model Builder Error
Training time finished without any models trained.

at Microsoft.ML.ModelBuilder.AutoMLService.Experiments.LocalAutoMLExperiment.d__15.MoveNext() in //src/Microsoft.ML.ModelBuilder.AutoMLService/Experiments/LocalAutoMLExperiment.cs:line 170
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.ML.ModelBuilder.AutoMLEngine.d__21.MoveNext() in //src/Microsoft.ML.ModelBuilder.AutoMLService/AutoMLEngineService/AutoMLEngine.cs:line 167 at StreamJsonRpc.JsonRpc.d__143`1.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.ML.ModelBuilder.ViewModels.TrainViewModel.d.MoveNext()

**To Reproduce**
Steps to reproduce the behavior:
1. Go to the Train Tab
2. Specify the number of seconds: 60
3. Click on the button Train
4. See error

![error_ml_dotnet](https://github.com/dotnet/machinelearning-modelbuilder/assets/89734639/3a43782e-6cac-47bc-9583-4cb82fb0df23)

(Tried to run the same model with longer time - 300sec, same error)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.