Eniac-Xie / faster-rcnn-resnet

ResNet Implementation for Faster-rcnn
MIT License
207 stars 117 forks source link

batch norm layers #12

Open 1292765944 opened 7 years ago

1292765944 commented 7 years ago

I don't find any difference in batchnorm layer between Microsoft's caffe and official caffe. How does the Microsoft's caffe reduces the memory usage? Could you explain with more details?

Best!