r3stl355 opened a new issue #19104: URL: https://github.com/apache/incubator-mxnet/issues/19104
## Description AttributeError: module 'mxnet.symbol.numpy_extension' has no attribute 'deformable_convolution'. Looks like `src/operator/contrib/deformable_convolution.cc` has been removed or renamed from codebase, closest attribute I found is `deconvolution` but I'm not sure if it's about the same thing ## Occurrences To replicate, `python -m pytest tests/python/unittest/test_operator.py -k "test_deformable_convolution"` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
