All,
From a few hours of research, I have some doubt many people if any have gotten Microsoft.ML working on their Macs. When the trainers (I tried a few) try to consume the data the below error is thrown:
System.DllNotFoundException: CpuMathNative assembly: type: member:(null) at (wrapper managed-to-native) Microsoft.ML.Internal.CpuMath.Thunk.SumSqU(single*,int)
I tried a few different things that have worked for others on Windows machines. From what I can tell it is either:
- https://github.com/dotnet/machinelearning/issues/3764 <-- Project or solution not configured for x64. ✓
- ML.Net sentimental analysis prediction of comments not working in ASP.NET MVC web application <-- Bugs in Microsoft.ML 1.4.0+. ✓
- https://github.com/dotnet/machinelearning/issues/1999 <-- Not having the Visual Studio C++ extension installed. X
Since Visual Studio for Mac doesn't have a C++ extension does anyone have a possible work around for this? Any and all ideas welcome!
Many Thanks,
kdizzle