dotnet / machinelearning-modelbuilder

Simple UI tool to build custom machine learning models.
Creative Commons Attribution 4.0 International
263 stars 56 forks source link

[CLI] Repeating trial cancellation message. #2011

Open luisquintanilla opened 2 years ago

luisquintanilla commented 2 years ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Train a classification model using the CLI

Expected behavior

When a trial is cancelled, only display the message once.

Screenshots

image

Additional context

Log file: log.txt

luisquintanilla commented 2 years ago

@LittleLittleCloud FYI

LittleLittleCloud commented 2 years ago

Turns out it's not a bug. mlnet cli presents error message accurately and precisely. But would alleviate once this issue #1863 get fixed.

luisquintanilla commented 1 year ago

@v-Hailishi can you please validate whether this has been fixed. If we can't repro, I'll close the issue.

v-Hailishi commented 1 year ago

@luisquintanilla I don't know how to see the error message "Trial 23 encounter error with message: One or more errors occurred. (Operation was canceled.)". The classification model can be trained successfully by using CLI 16.13.10. image