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 2018/11/05 07:17:06 UTC

[GitHub] lupesko commented on issue #13106: mx.contrib.symbol.DeformableConvolution

lupesko commented on issue #13106: mx.contrib.symbol.DeformableConvolution
URL: https://github.com/apache/incubator-mxnet/issues/13106#issuecomment-435776135
 
 
   @lizhen2017 you can see [here](https://mxnet.incubator.apache.org/api/python/gluon/gluon.html?highlight=symbolbl#mxnet.gluon.SymbolBlock) how you can wrap MXNet symbol in a Gluon SymbolBlock. As you probably know, DeformableConvolution is available as an MXNet symbol ([here](https://mxnet.incubator.apache.org/api/python/symbol/contrib.html#mxnet.symbol.contrib.DeformableConvolution)).
   
   Feel free to close the issue unless you have further questions. Thanks!

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