Fixed bug with: net->seen

This commit is contained in:
AlexeyAB
2017-10-26 18:04:26 +03:00
parent 56fd10435a
commit b714004546
2 changed files with 6 additions and 6 deletions

View File

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