dotnet / machinelearning-modelbuilder

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

ML.Net ARM : Could not assembly 'Microsoft.ML.ModelBuilder.AutoMLService' #1208

Closed crazyoutlook closed 3 years ago

crazyoutlook commented 3 years ago

System Information (please complete the following information):

Describe the bug

To Reproduce Steps to reproduce the behavior:

mlnet classification --dataset "yelp_labelled.txt" --has-header false --label-col 1 --train-time 20

Expected behavior Ml Model should get trained

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

Additional context Add any other context about the problem here.

zewditu commented 3 years ago

@LittleLittleCloud ,could have any idea why is this issue?

LittleLittleCloud commented 3 years ago

Hi @crazyoutlook

MLNet currently doesn't support ARM device because some of its libraries can only run on x64/86 platform. But as I know, @michaelgsharp in MLNet team is working on replacing those libraries with arm-compatible ones. So maybe in the next release this error will gone.

LittleLittleCloud commented 3 years ago

Close due to no response, feel free to reopen it if you have any other questions.