forked from freudenreichan/info2Praktikum-NeuronalesNetz
neuralNetwork fixed
This commit is contained in:
parent
f4427d2892
commit
6ba9ba3195
@ -170,7 +170,7 @@ NeuralNetwork loadModel(const char *path)
|
||||
|
||||
static Matrix imageBatchToMatrixOfImageVectors(const GrayScaleImage images[], unsigned int count)
|
||||
{
|
||||
Matrix matrix = {NULL, 0, 0};
|
||||
Matrix matrix = {0, 0, NULL};
|
||||
|
||||
if(count > 0 && images != NULL)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user