mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
art, cudnn
This commit is contained in:
@ -11,6 +11,7 @@ typedef enum {
|
||||
} learning_rate_policy;
|
||||
|
||||
typedef struct network{
|
||||
float *workspace;
|
||||
int n;
|
||||
int batch;
|
||||
int *seen;
|
||||
@ -49,6 +50,7 @@ typedef struct network_state {
|
||||
float *truth;
|
||||
float *input;
|
||||
float *delta;
|
||||
float *workspace;
|
||||
int train;
|
||||
int index;
|
||||
network net;
|
||||
|
Reference in New Issue
Block a user