-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
In sample function TrainConvolutionalNeuralNetwork(), exception System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' is returned on this call:
engine.Train(numIterations, testData, model =>
{
bestGraph = model.Graph;
});
This is using the provided sample code without changes.
This reproduces both using .NET 5.0 and .NET Core 3.1 compilation.
Additional issues:
- There is no package called Install-Package BrightWire.Numerics
- It's therefore not possible to call UseNumericsLinearAlgebra()
Metadata
Metadata
Assignees
Labels
No labels