facebookresearch / Detectron

FAIR's research platform for object detection research, implementing popular algorithms like Mask R-CNN and RetinaNet.
Apache License 2.0
26.27k stars 5.46k forks source link

Does Detectron have the operator" batch normal" in the modeling? #873

Open dengshanlearn opened 5 years ago

dengshanlearn commented 5 years ago

Hi, I'm a learner, I wanna ask a simple question that I've searched it in the internet for a long time: does Detectron have the operator" batch normal" in the modeling? And how to use it? I only found that Detectron's modeling has the operator "LRN", and I have used it, but I wanna try BN operator, so please give a help, thanks!