mirror of
https://github.com/pjreddie/darknet.git
synced 2023-08-10 21:13:14 +03:00
add avgpool layer
This commit is contained in:
@ -14,7 +14,8 @@ typedef enum {
|
||||
CROP,
|
||||
ROUTE,
|
||||
COST,
|
||||
NORMALIZATION
|
||||
NORMALIZATION,
|
||||
AVGPOOL
|
||||
} LAYER_TYPE;
|
||||
|
||||
typedef enum{
|
||||
|
Reference in New Issue
Block a user