Added TridentNet (state-of-art on MS COCO)

This commit is contained in:
AlexeyAB
2019-06-13 14:43:23 +03:00
parent e4f6b276e5
commit bd689f91ac
11 changed files with 4493 additions and 84 deletions

View File

@ -185,6 +185,7 @@ struct layer {
void(*forward_gpu) (struct layer, struct network_state);
void(*backward_gpu) (struct layer, struct network_state);
void(*update_gpu) (struct layer, int, float, float, float);
layer *share_layer;
int batch_normalize;
int shortcut;
int batch;