dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
9.02k stars 1.88k forks source link

UnauthorizedAccessException in UWP App #4423

Closed ashalogic closed 4 years ago

ashalogic commented 4 years ago

Issue

System.Net.WebException: 'An exception occurred during a WebClient request.' when trying to create new mlContext.Model.ImageClassification() in UWP App

Source code / logs

image

ashalogic commented 4 years ago

also "platformnotsupportedexception: system.drawing is not supported on this platform. ml.net"

is ML.Net really working in UWP ?

harishsk commented 4 years ago

ML.NET does not officially support UWP. Some API is in dotnet core like System.Drawing are not available in UWP.

We will consider this as a feature request.

Please reopen the issue if you need more clarification.