Revert "neuralNetwork fixed". The root cause has been fixed in matrix.h
This reverts commit 6ba9ba319592ac3aac15723ad549f1389b5c9718.
This commit is contained in:
parent
6ba9ba3195
commit
12825cc1d3
@ -170,7 +170,7 @@ NeuralNetwork loadModel(const char *path)
|
||||
|
||||
static Matrix imageBatchToMatrixOfImageVectors(const GrayScaleImage images[], unsigned int count)
|
||||
{
|
||||
Matrix matrix = {0, 0, NULL};
|
||||
Matrix matrix = {NULL, 0, 0};
|
||||
|
||||
if(count > 0 && images != NULL)
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user