danFromTelAviv / FReLU-Keras

implementation of FReLU in keras
4 stars 2 forks source link

How to apply this relu activation while darknet training #1

Open spaul13 opened 5 years ago

spaul13 commented 5 years ago

@danFromTelAviv can u plz tell me how to apply this new relu activation during the darknet training (https://github.com/AlexeyAB/darknet) for my customized tiny-yolov3 model?

danFromTelAviv commented 5 years ago

the frelu code is for the keras/tf framework. darknet is a different framework. There are implementations of yolo in keras however they are far more complex to use than danknet.