You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/01/22 15:38:06 UTC

[GitHub] suyz526 opened a new pull request #13955: adding the gluon implementation of deformable convolution

suyz526 opened a new pull request #13955: adding the gluon implementation of deformable convolution
URL: https://github.com/apache/incubator-mxnet/pull/13955
 
 
   ## Description ##
   The gluon implementation of deformable convolution
   
   ## Checklist ##
   ### Essentials ###
   - Changes are complete (i.e. I finished coding on this PR)
   - All changes have test coverage:
   - The code is well-documented: 
   
   ### Changes ###
   -[1] like the structure in gluon.nn, I have added a file for convolution layers in gluon.contrib.nn. And the code for deformable convolution is saved there.
   -[2] I have modified the _init_ file
   
   ## Comments ##
   -I have seen people asking for it, so I think this implementation should be helpful.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services