mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Some bug fixes, random stuff
This commit is contained in:
@ -35,6 +35,7 @@ typedef struct {
|
||||
int n;
|
||||
int groups;
|
||||
int size;
|
||||
int side;
|
||||
int stride;
|
||||
int pad;
|
||||
int crop_width;
|
||||
@ -60,6 +61,7 @@ typedef struct {
|
||||
|
||||
float probability;
|
||||
float scale;
|
||||
|
||||
int *indexes;
|
||||
float *rand;
|
||||
float *cost;
|
||||
@ -101,4 +103,6 @@ typedef struct {
|
||||
#endif
|
||||
} layer;
|
||||
|
||||
void free_layer(layer);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user