SELU activation and yolo openimages

This commit is contained in:
Joseph Redmon
2018-09-04 17:25:05 -07:00
parent 98e2a7674f
commit 680d3bde19
10 changed files with 1445 additions and 17 deletions

View File

@@ -54,7 +54,7 @@ typedef struct{
tree *read_tree(char *filename);
typedef enum{
LOGISTIC, RELU, RELIE, LINEAR, RAMP, TANH, PLSE, LEAKY, ELU, LOGGY, STAIR, HARDTAN, LHTAN
LOGISTIC, RELU, RELIE, LINEAR, RAMP, TANH, PLSE, LEAKY, ELU, LOGGY, STAIR, HARDTAN, LHTAN, SELU
} ACTIVATION;
typedef enum{