mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
go updates
This commit is contained in:
@ -92,6 +92,7 @@ struct layer{
|
||||
float *rand;
|
||||
float *cost;
|
||||
float *filters;
|
||||
char *cfilters;
|
||||
float *filter_updates;
|
||||
float *state;
|
||||
|
||||
|
Reference in New Issue
Block a user