-
### System information
- **OS version/distro**: Windows 10 Pro v1903
- **.NET Version (eg., dotnet --info)**: .NET Standard 2.0
### Issue
- **What did you do?**
1. Start ModelBuilder
2. Se…
-
ML.NET version: 1.4
I'm working to port [this sample](https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/getting-started/DeepLearning_ImageClassification_Training) to ML.N…
-
According to past examples, I have a working code, and I can load image from MemoryStream.
```
public class ImageData
{
[ImageType(81, 81)]
public Bitmap Bitmap { get; set; }
public strin…
-
https://github.com/linksplatform/Interfaces/blob/caa40a3c4622c5c051a82cfbc1211f2674dbfa95/IConverter%5BT%5D.cs#L3
-
I created a sample image classification use ResNet ONNX like [sample image classification use Inception Tensorflow model](https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/…
-
How to reused train model and PredictionFunction in multiple method?
Please look at below eg.
```
Method1(){
MLContext mlContext = new MLContext();
//step1
TrainTestDat…
-
I've created a Time Series model using the method described [here](https://github.com/dotnet/machinelearning-samples/tree/master/samples/csharp/end-to-end-apps/Forecasting-Sales) resulting in this cod…
-
This is an issue with the `DeepLearning_TensorFlowEstimator` solution.
As-is if you you run `ImageClassification.Predict`, it will work (after you fix the broken relative paths).
But if you Run …
-
**Throwing an exception while defining the pipeline:**
`// 4. Define the model's training pipeline
var pipeline = mlContext.Transforms.Conversion.MapValueToKey(outputColumnName: "LabelA…
-
CoreMods [0.6.2](https://github.com/MinecraftForge/CoreMods/commit/fd217c89781d16e8a9aef5d19aa469bc4eb4f685) 开始支持新的 target type.
```JavaScript
function initializeCoreMod() {
return {
"…