Minor fix

This commit is contained in:
AlexeyAB
2018-12-29 22:56:38 +03:00
parent cb94ef9308
commit 527578744b
2 changed files with 4 additions and 2 deletions

View File

@ -21,7 +21,7 @@ typedef struct network{
float *workspace;
int n;
int batch;
int *seen;
uint64_t *seen;
float epoch;
int subdivisions;
float momentum;