go updates

This commit is contained in:
Joseph Redmon
2016-03-16 04:30:48 -07:00
parent 64ffc28220
commit cff59ba135
12 changed files with 296 additions and 77 deletions

View File

@ -92,6 +92,7 @@ struct layer{
float *rand;
float *cost;
float *filters;
char *cfilters;
float *filter_updates;
float *state;