dotnet / machinelearning-modelbuilder

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

The model name displays on the Evaluate page is different from the Train page. #1729

Closed vzhuqin closed 2 years ago

vzhuqin commented 3 years ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Select Create a new project from the Visual Studio 2019 start window;
  2. Choose the C# Console App (.NET Core) project template with .Net 5.0;
  3. Add model builder by right click on the project;
  4. Select Image classification+ Local(CPU) to complete training;
  5. The Best model under Training results is: DNN + ResNet50;
  6. Navigate to Evaluate page, see the model is also ImageClassification, which is different.

Expected behavior The training model and trainer should display the same name.

Screenshots Image classification + Local(CPU): image image

Image classification + Azure: image image

Additional context Add any other context about the problem here.

vzhuqin commented 2 years ago

Not repro this issue on latest main: 16.12.2.2207101 Image local: image.png Image Azure: image.png Object: image.png