mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
Added Fusion features for ASFF and for BiFPN(EfficientDet)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user