mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Optimized memory allocation for Detection (inference only), without allocation memory for training
This commit is contained in:
@ -190,6 +190,7 @@ struct layer {
|
||||
void(*backward_gpu) (struct layer, struct network_state);
|
||||
void(*update_gpu) (struct layer, int, float, float, float);
|
||||
layer *share_layer;
|
||||
int train;
|
||||
int batch_normalize;
|
||||
int shortcut;
|
||||
int batch;
|
||||
|
Reference in New Issue
Block a user