add scale_channels, swish, logistic(sigmoid), avgpool ; add enet_coco(EfficientNetB0-Yolov3).cfg #172
Reference in New Issue
Block a user
Delete Branch "thnkinbtfly/master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Added Features
Add followings:
Tested with enet_coco (I removed dropout layers from the original enet_coco.cfg)
Reproduce test with enet_coco
git clone the tkDNN forked darknet.
git apply following patch file to the forked darknet. Note that if you don't change the BN epsilon (#167), the final output will fail to be similar.
download enet-coco weights from official darknet repo
follow the steps to generate weights and input/outputs.
Example :
./darknet export ../tkDNN/tests/darknet/cfg/enet-coco-wo-dropout.cfg enetb0-coco_final.weights layersbuild tkDNN and