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: [email protected] With regards, Apache Git Services
