dotnet / machinelearning-modelbuilder

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

consumeModelApp Crash #1230

Closed christianzoll closed 3 years ago

christianzoll commented 3 years ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Go to 'MacOS Catalina 10.15.7 terminal's vi text-editor'
  2. Complete Steps through Step 4 on https://dotnet.microsoft.com/learn/ml-dotnet/get-started-tutorial/consume using
  3. Proof read step 4
  4. run dotnet run

Expected behavior A clear and concise description of what you expected to happen.

Screen Shot 2021-02-17 at 2 34 13 PM

Screenshots If applicable, add screenshots to help explain your problem.

Screen Shot 2021-02-17 at 2 38 27 PM Screen Shot 2021-02-17 at 2 43 09 PM Screen Shot 2021-02-17 at 2 44 31 PM Screen Shot 2021-02-17 at 2 43 36 PM Screen Shot 2021-02-17 at 2 45 42 PM Screen Shot 2021-02-17 at 2 46 45 PM Screen Shot 2021-02-17 at 2 50 54 PM Screen Shot 2021-02-17 at 2 48 05 PM Screen Shot 2021-02-17 at 2 51 57 PM

Additional context Add any other context about the problem here.

LittleLittleCloud commented 3 years ago

This bug has already been fixed in private release and it will be published soon. For a temporary work-around, simply hard code the model path in consum.cs

LittleLittleCloud commented 3 years ago

The code generator in mlnet cli is in a broken state because the old code gen only support AutoML.Net while we are randomly pick both AutoML to launch trial.

vzhuqin commented 3 years ago

This issue not occurs on MLNET: 16.2.0. macOS Catalina version: 10.15.7 (19H524) 7C50984B-7B1D-4BD3-A7E9-063CAE718A84.png