dotnet / machinelearning-modelbuilder

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

No generate the .csv reports started with "Train" and "MBConfig". #1861

Closed vzhuqin closed 2 years ago

vzhuqin commented 2 years ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Run MLNet.CLI Test Pass: image
  2. See that there is no the .csv reports started with "Train" and "MBConfig" generated.

Expected behavior Generated csv reports (Should starts with Train and MBConfig).

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

beccamc commented 2 years ago

@LittleLittleCloud Can you investigate?

LittleLittleCloud commented 2 years ago

Hi @vzhuqin

It's expected as I move the benchmark testing to MLNet-Benchmark ci build so it no longer generate csv report locally. I'll update test instruction in model builde repo ASAP

vzhuqin commented 2 years ago

MLNet.CLI Test Pass has been updated. Move to Ready To Ship