dominicp1973

Results 3 comments of dominicp1973

I should add that TrainingFeedForwardNeuralNetwork() is working perfectly well so only TrainConvolutionalNeuralNetwork() is broken. I am using version 3.0.1.

This must be an issue with NuGet package assemblies. The error does NOT reproduce if I compile latest source code from BrightWire. To repro, try downloading the NuGet package, and...

Thank you Jack! Actually, it can reproduce the issue. The call stack is: > MathNet.Numerics.MK.dll!BrightData.Memory.TensorSegment.this[uint].set(uint index, float value) Line 38 C# MathNet.Numerics.MK.dll!BrightData.LinearAlgebra.Tensor3D.this[uint, uint, uint].set(uint depth, uint rowY, uint columnX, float...