Last post Mar 09, 2021 08:48 PM by mgebhard
Member
5 Points
167 Posts
Mar 09, 2021 06:57 PM|fazioliamboina|LINK
i know how to train a image classification model with the model builder in visual studio, and i know how to use it.
but how do i build a model in code. and then how to acces the model for usage.
basically this
TrainNewModel(somefolderwithphotos, zipfileoutputpath); string prediction = newmodel(zipfilelocation).predict(photo);
All-Star
53711 Points
24037 Posts
Mar 09, 2021 08:48 PM|mgebhard|LINK
It helps if you ask for support in the correct forum.
https://docs.microsoft.com/en-us/answers/topics/dotnet-mlnet.html
Member
5 Points
167 Posts
avoid ml.net model builder and use code.
Mar 09, 2021 06:57 PM|fazioliamboina|LINK
i know how to train a image classification model with the model builder in visual studio, and i know how to use it.
but how do i build a model in code. and then how to acces the model for usage.
basically this
All-Star
53711 Points
24037 Posts
Re: avoid ml.net model builder and use code.
Mar 09, 2021 08:48 PM|mgebhard|LINK
It helps if you ask for support in the correct forum.
https://docs.microsoft.com/en-us/answers/topics/dotnet-mlnet.html