toandaominh1997 / EfficientDet.Pytorch

Implementation EfficientDet: Scalable and Efficient Object Detection in PyTorch
MIT License
1.44k stars 305 forks source link

ReLU not used in RetinaHead. Deliberate? #123

Closed turner-rovco closed 4 years ago

turner-rovco commented 4 years ago

In class RetinaHead, the ReLU is defined in _init_layers(), but not used anywhere else, I believe it should appear after each convolution in forward().