torch / cunn

Other
215 stars 174 forks source link

Add support of depth-wise convolution #452

Closed stooloveu closed 7 years ago

stooloveu commented 7 years ago

See: https://github.com/torch/nn/pull/1098

nicholas-leonard commented 7 years ago

@stooloveu Added unit test, fixed a bug, rebased and merged https://github.com/torch/cunn/commit/e97095d33184f97b5c82e606031071fd107b298e. Thank you for your patience and hard work!