Skip to content

Diagonalwise Refactorization: An Efficient Training Method for Depthwise Convolutions (in PyTorch)

License

Notifications You must be signed in to change notification settings

qinzheng93/diagonalwise-refactorization-pytorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Diagonalwise Refactorization: An Efficient Training Method for Depthwise Convolutions

This is the PyTorch implementation of Diagonalwise Refactorization.

Diagonalwise Refactorization is an efficient implementation for depthwise convolutions. The key idea of Diagonalwise Refactorization is to rearrange the weight vectors of a depthwise convolution into a large diagonal weight matrixi, so as to convert the depthwise convolution into one single standard convolution, which is well supported by the cuDNN library that is highly-optimized for GPU computations.

In PyTorch, Diagonalwise Refactorization is implemented in Python and can be further accelerated using C++.

About

Diagonalwise Refactorization: An Efficient Training Method for Depthwise Convolutions (in PyTorch)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages