dotnet / machinelearning-modelbuilder

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

MLNET Cli fails with System.NotImplementedException when running image-classification command #2679

Open DanielSe opened 1 year ago

DanielSe commented 1 year ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Download ´assets.zip´ from https://github.com/dotnet/machinelearning-samples/tree/main/samples/modelbuilder/ImageClassification_Azure_LandUse
  2. Extract archive: $ unzip assets.zip
  3. Run: $ mlnet image-classification --dataset ./assets
  4. See error

Expected behavior Expection is for the Cli tool to use AutoML to train a model on the dataset.

Thiago-Bastani commented 1 year ago

Got thet problem too. They had fixed it in a previous issue, but I guess it's back again.

xumix commented 1 year ago

same here