Skip to content

IndexOutOfRangeException #44

@dominicp1973

Description

@dominicp1973

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:

  1. There is no package called Install-Package BrightWire.Numerics
  2. It's therefore not possible to call UseNumericsLinearAlgebra()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions