machinelearning icon indicating copy to clipboard operation
machinelearning copied to clipboard

New Text Classification Model on ARM Fails to Train

Open RehanSaeed opened this issue 5 months ago • 3 comments

System Information (please complete the following information):

  • OS & Version: Windows 11 for ARM on a Surface Laptop 7
  • ML.NET Version: ML.NET Model Builder 2022 v17.19.2.2511501
  • .NET Version: v9

Describe the bug When creating a new ML.NET Text Classification Model in Visual Studio. The wizard errors when trying to train the model.

To Reproduce Steps to reproduce the behavior:

  1. File -> New Model on a blank .NET 9 project.
  2. Select Text Classification
  3. Enter a CSV file.
  4. Click on train

Expected behavior I should be able to train the model. ARM is supposed to work.

Screenshots, Code, Sample Projects

Image

Additional context

Full logs below: MLModel1-67B6PD.txt

RehanSaeed avatar Jul 13 '25 12:07 RehanSaeed