System.ArgumentOutOfRangeException
HResult=0x80131502
Message=The number of columns of a matrix must be positive.
Parameter name: columnCount
Source=MathNet.Numerics
StackTrace:
at MathNet.Numerics.LinearAlgebra.Storage.MatrixStorage`1..ctor(Int32 rowCount, Int32 columnCount) in MathNet.Numerics.LinearAlgebra.Storage\MatrixStorage.cs:line 48
at MathNet.Numerics.LinearAlgebra.Storage.DenseColumnMajorMatrixStorage`1..ctor(Int32 rows, Int32 columns) in MathNet.Numerics.LinearAlgebra.Storage\DenseColumnMajorMatrixStorage.cs:line 24
at MathNet.Numerics.LinearAlgebra.MatrixBuilder`1.Dense(Int32 rows, Int32 columns) in MathNet.Numerics.LinearAlgebra\MatrixBuilder.cs:line 136
at SharpLearning.Neural.Layers.Conv2DLayer.Initialize(Int32 inputWidth, Int32 inputHeight, Int32 inputDepth, Int32 batchSize, Initialization initializtion, Random random) in SharpLearning.Neural.Layers\Conv2DLayer.cs:line 144
at SharpLearning.Neural.NeuralNet.Initialize(Int32 batchSize, Random random) in SharpLearning.Neural\NeuralNet.cs:line 94
at SharpLearning.Neural.NeuralNetLearner.Learn(F64Matrix observations, Double[] targets, Int32[] indices, F64Matrix validationObservations, Double[] validationTargets) in SharpLearning.Neural\NeuralNetLearner.cs:line 126
at SharpLearning.Neural.NeuralNetLearner.Learn(F64Matrix observations, Double[] targets, Int32[] indices) in SharpLearning.Neural\NeuralNetLearner.cs:line 97
at SharpLearning.Neural.NeuralNetLearner.Learn(F64Matrix observations, Double[] targets) in SharpLearning.Neural\NeuralNetLearner.cs:line 92
at SharpLearning.Neural.Learners.ClassificationNeuralNetLearner.Learn(F64Matrix observations, Double[] targets) in SharpLearning.Neural.Learners\ClassificationNeuralNetLearner.cs:line 30
at TLDetect_ML.DataConvert.Main(String[] args) in C:\Gal\Visual Studio\TLDetect_ML\Program.cs:line 113