machinelearning
machinelearning copied to clipboard
ML.NET is an open source and cross-platform machine learning framework for .NET.
- OS & Version: [Windows 10] - ML.NET Version: [ML.NET v2.01] - .NET Version: [.NET 6.0] I have trained a DNN model using TensorFlot.NET (0.110.2) and saved the model to...
**System Information (please complete the following information):** - Windows 10 - ML.NET 3.0.0 - .NET 7.0 **Describe the bug** There are a number of examples that use a PredictionEngine with...
## Describe the bug I'm following this tutorial: https://learn.microsoft.com/dotnet/machine-learning/tutorials/image-classification-api-transfer-learning. The assert directory I used contains 24 images. ```cs const string AssetsRelativePath = "assets"; MLContext mlContext = new MLContext(); IEnumerable images...
**System Information (please complete the following information):** - OS & Version: Linux Alpine - ML.NET Version: ML.NET 3.0 - .NET Version: .Net 5.0 **Describe the bug** ``` Array dimensions exceeded...
**System Information (please complete the following information):** - OS & Version: [e.g. Windows 11] - ML.NET Version: [e.g. ML.NET v3.0.0] - .NET Version: [e.g. .NET 8.0] **Describe the bug** I...
**Is your feature request related to a problem? Please describe.** Let's see the current training settings: var settings = new BinaryExperimentSettings { MaxExperimentTimeInSeconds = 30 * 60, MaxModels = 10,...
**System Information (please complete the following information):** - OS & Version: Linux Apline - ML.NET Version: 3.0 - .NET Version: .Net 5 **Describe the bug** var settings = new BinaryExperimentSettings...
**System Information (please complete the following information):** - OS & Version: mcr.microsoft.com/dotnet/sdk:5.0 docker image (Linux Alpine) - ML.NET Version: 3.0.0-preview.23511.1 - .NET Version: NET 5.0 **Describe the bug** At this...
- [ ] [Provide E2E sample](https://github.com/dotnet/machinelearning/issues/630#issuecomment-1831961047) - [ ] Look into Tokenizer questions / concerns - [ ] [Data needs to be tokenized](https://github.com/dotnet/machinelearning/issues/630#issuecomment-1812658740) - [ ] [Choosing a different tokenizer](https://github.com/dotnet/machinelearning/issues/630#issuecomment-1813563078)...
### System information Windows 11, Net 8.0 When setting up a webAPI with a similar command to predictionEnginePool.AddPredictionEnginePool() .FromFile(modelName: modelName, filePath: $"MLModels/{modelName}.zip", watchForChanges: true); Is there a way to know...