Added Fusion features for ASFF and for BiFPN(EfficientDet)

This commit is contained in:
AlexeyAB
2019-11-28 20:34:01 +03:00
parent 31d483a295
commit 68db8efb27
11 changed files with 156 additions and 41 deletions

View File

@ -102,7 +102,7 @@ typedef struct tree {
// activations.h
typedef enum {
LOGISTIC, RELU, RELIE, LINEAR, RAMP, TANH, PLSE, LEAKY, ELU, LOGGY, STAIR, HARDTAN, LHTAN, SELU, SWISH, MISH
LOGISTIC, RELU, RELIE, LINEAR, RAMP, TANH, PLSE, LEAKY, ELU, LOGGY, STAIR, HARDTAN, LHTAN, SELU, SWISH, MISH, NORM_CHAN
}ACTIVATION;
// parser.h
@ -235,6 +235,7 @@ struct layer {
int sqrt;
int flip;
int index;
int scale_wh;
int binary;
int xnor;
int peephole;