Skip to content

qinzheng93/diagonalwise-refactorization-tensorflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Diagonalwise Refactorization: An Efficient Training Method for Depthwise Convolutions

This is the TensorFlow 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 TensorFlow, Diagonalwise Refactorization is implemented in Python and can be further accelerated using C++.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages