Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 624 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 624 Bytes

pytorch-LBCNN

Local Binary Convolutional Neural Networks by pytorch

1.Original torch project

https://github.com/juefeix/lbcnn.torch

2.This project by pytorch

Only including the Convolutional layer through Local Binary,it was named LBCNN.py

3.Usage

Making Local Binary Convolutional layer instead of the original Convolutional layer

e.g:

from LBCNN import LBCNN #module

....

....

self.conv = LBCNN(in_channels,out_channels,3,stride,1) #define LBCNN in model file

4.See blog

http://blog.csdn.net/yyqq7226741/article/details/78308036

If I can help you, please give me a star 🌟🌟🌟