add scale_channels, swish, logistic(sigmoid), avgpool ; add enet_coco(EfficientNetB0-Yolov3).cfg #172

Open
thnkinbtfly wants to merge 6 commits from thnkinbtfly/master into master

6 Commits

Author SHA1 Message Date
thnkinbtfly 93082cae1f use ElementWiseLayer(broadcast) for scale_channels 2020-12-14 11:01:23 +00:00
thnkinbtfly f134fb6230 add enet_coco test 2020-12-14 06:30:46 +00:00
thnkinbtfly bec6b236bb support scale_channels with scale_wh=0 2020-12-14 06:10:21 +00:00
thnkinbtfly 2674cf0c48 support swish activation 2020-12-14 05:37:51 +00:00
thnkinbtfly 2d2144639f support darknet-style avgpool (global avgpool) 2020-12-14 05:31:10 +00:00
thnkinbtfly b7af24980e support sigmoid (logistic) activation 2020-12-14 05:20:58 +00:00