Matrix Tests und Imageinput Tests check
This commit is contained in:
parent
b2335caebb
commit
262bd850b1
@ -3,6 +3,7 @@
|
||||
#include <math.h>
|
||||
#include <string.h>
|
||||
#include "neuralNetwork.h"
|
||||
#include "matrix.h"
|
||||
|
||||
#define BUFFER_SIZE 100
|
||||
#define FILE_HEADER_STRING "__info2_neural_network_file_format__"
|
||||
|
||||
@ -4,8 +4,11 @@
|
||||
#include <math.h>
|
||||
#include "unity.h"
|
||||
#include "neuralNetwork.h"
|
||||
#include "matrix.h"
|
||||
|
||||
|
||||
#define NN_HEADER "__info2_neural_network_file_format__\n"
|
||||
|
||||
//das auch zu machen
|
||||
static void writeMatrix(FILE *file, const Matrix *m) {
|
||||
unsigned short rows = (unsigned short)m->rows;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user