Skip to content

Local Binary Convolutional Neural Networks by pytorch

Notifications You must be signed in to change notification settings

eeric/pytorch-LBCNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

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 🌟🌟🌟

About

Local Binary Convolutional Neural Networks by pytorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages