dotnet / machinelearning

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

ML.Net deep-learning classification tutorial code doesn't build on Linux platform? #7072

Open khteh opened 3 months ago

khteh commented 3 months ago

System Information (please complete the following information):

Describe the bug Following this tutorial https://learn.microsoft.com/en-us/dotnet/machine-learning/tutorials/image-classification-api-transfer-learning, VSCode hits the following error:

error NU1301: The local source '/usr/src/ML.Net/DeepLearning_ImageClassification_Binary/C:\Program Files (x86)\Microsoft SDKs\NuGetPackages\' doesn't exist.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots, Code, Sample Projects If applicable, add screenshots, code snippets, or sample projects to help explain your problem.

Additional context Add any other context about the problem here.