You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
-
Pytorch implementation of CVPR'17 - Local Binary Convolutional Neural Networks.
2
-
* paper: http://xujuefei.com/lbcnn.html
1
+
### Pytorch implementation of CVPR'17 - Local Binary Convolutional Neural Networks
2
+
3
+
Juefei-Xu, F., Naresh Boddeti, V., & Savvides, M. (2017). Local binary convolutional neural networks. In Proceedings of the IEEE conference on computer vision and pattern recognition (pp. 19-28).
4
+
5
+
* paper link: http://xujuefei.com/lbcnn.html
3
6
* original Torch (Lua) repository: https://github.com/juefeix/lbcnn.torch
4
7
5
8
Training even MNIST with parameters, stated in the original repository, is incredibly slow. Here is an example of training a toy model -- "2 x {BatchNorm2d(8) -> ConvLBP(8, 16, 3) -> Conv(16, 8, 1)} -> FC(200) -> FC(50) -> FC(10)" -- on MNIST:
0 commit comments