Fertisch aber HolladieWaldfee
This commit is contained in:
parent
c6f9776cd7
commit
943525ef8b
@ -132,3 +132,5 @@ void clearSeries(GrayScaleImageSeries *series)
|
|||||||
free(series);
|
free(series);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//HolladieWaldfee
|
||||||
|
|||||||
@ -21,3 +21,5 @@ GrayScaleImageSeries *readImages(const char *path);
|
|||||||
void clearSeries(GrayScaleImageSeries *series);
|
void clearSeries(GrayScaleImageSeries *series);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//HolladieWaldfee
|
||||||
@ -170,3 +170,5 @@ int main()
|
|||||||
|
|
||||||
return UNITY_END();
|
return UNITY_END();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//HolladieWaldfee
|
||||||
2
main.c
2
main.c
@ -66,3 +66,5 @@ int main(int argc, char *argv[])
|
|||||||
|
|
||||||
return exitCode;
|
return exitCode;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//HolladieWaldfee
|
||||||
1
makefile
1
makefile
@ -64,3 +64,4 @@ else
|
|||||||
rm -f *.o mnist runMatrixTests runNeuralNetworkTests runImageInputTests
|
rm -f *.o mnist runMatrixTests runNeuralNetworkTests runImageInputTests
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
//HolladieWaldfee
|
||||||
|
|||||||
3
matrix.c
3
matrix.c
@ -176,3 +176,6 @@ Matrix multiply(const Matrix matrix1, const Matrix matrix2)
|
|||||||
}
|
}
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//HolladieWaldfee
|
||||||
3
matrix.h
3
matrix.h
@ -25,3 +25,6 @@ Matrix multiply(const Matrix matrix1, const Matrix matrix2);
|
|||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
//HolladieWaldfee
|
||||||
@ -194,3 +194,6 @@ int main()
|
|||||||
|
|
||||||
return UNITY_END();
|
return UNITY_END();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//HolladieWaldfee
|
||||||
@ -171,3 +171,4 @@ void showMnist(unsigned int windowWidth, unsigned int windowHeight, const GraySc
|
|||||||
free(navigationLabel);
|
free(navigationLabel);
|
||||||
free(predictionLabel);
|
free(predictionLabel);
|
||||||
}
|
}
|
||||||
|
//HolladieWaldfee
|
||||||
@ -6,3 +6,5 @@
|
|||||||
void showMnist(unsigned int windowWidth, unsigned int windowHeight, const GrayScaleImageSeries *series, const unsigned char predictions[]);
|
void showMnist(unsigned int windowWidth, unsigned int windowHeight, const GrayScaleImageSeries *series, const unsigned char predictions[]);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
//HolladieWaldfee
|
||||||
@ -266,3 +266,5 @@ void clearModel(NeuralNetwork *model)
|
|||||||
model->numberOfLayers = 0;
|
model->numberOfLayers = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//HolladieWaldfee
|
||||||
@ -24,3 +24,6 @@ unsigned char *predict(const NeuralNetwork model, const GrayScaleImage images[],
|
|||||||
void clearModel(NeuralNetwork *model);
|
void clearModel(NeuralNetwork *model);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
//HolladieWaldfee
|
||||||
@ -281,3 +281,6 @@ int main()
|
|||||||
|
|
||||||
return UNITY_END();
|
return UNITY_END();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
//HolladieWaldfee
|
||||||
@ -8,3 +8,6 @@ typedef int (*UnitTestType)(void);
|
|||||||
#define RUN_UNIT_TEST(fct) printf("%80s: %d\n", #fct, fct())
|
#define RUN_UNIT_TEST(fct) printf("%80s: %d\n", #fct, fct())
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
//HolladieWaldfee
|
||||||
Loading…
x
Reference in New Issue
Block a user