machinelearning
machinelearning copied to clipboard
ML.NET is an open source and cross-platform machine learning framework for .NET.
This pull request updates the following dependencies [marker]: (Begin:97926d79-6b8b-4d32-c8db-08d9d479971c) ## From https://github.com/dotnet/arcade - **Subscription**: 97926d79-6b8b-4d32-c8db-08d9d479971c - **Build**: 20240214.1 - **Date Produced**: February 14, 2024 4:13:48 PM UTC - **Commit**: d5b02a4900c4d521cb48b8f0d7e3f28175268f7c...
**System Information (please complete the following information):** - OS & Version: Windows 11 - ML.NET Version: 16.18.2 - .NET Version: 8.0 **Describe the bug** I have a self created training...
**System Information (please complete the following information):** - OS & Version: Windows 11 22H2 x64 - ML.NET Version: https://github.com/dotnet/machinelearning/pull/6703 - .NET Version: Net 8 **Describe the bug** When updating OnnxRuntime...
Hello, I'm working on object detection with Coco data ( two datasets 1855 images or 58661 images) After some time I receive a Loss: NaN What's the problem please knowing...
**System Information (please complete the following information):** - OS & Version: Windows 11 - ML.NET Version: v3.0.1 & AutoML 0.21.1 - .NET Version: 8.0 **Describe the bug** When creating an...
**System Information (please complete the following information):** - OS & Version: Windows 11 - ML.NET Version: 0.20 - .NET Version: .NET 6.0 **Describe the bug** Result of Microsoft.ML.AutoML.MulticlassClassificationExperiment public override...
@tarekgh, this isn't for merging, but it shows appx what I had in mind for incorporating spans into Model (I know you're currently revising the surface area, so take this...
We are excited to review your PR. So we can do the best job, please check: - [ ] There's a descriptive title that will make sense to other developers...
Using a BinaryClassifier, with AutoML in F#, I have my data structured at this type: myData: float32 array list So, each row is a float32 array and I've a list...
add a simple feature in one line load the model into memory like python does what is your problem create a simple way to download models from huggingface? quantized up...