a550461053 opened a new issue #17378: libmxnet.so: File format not recognized URL: https://github.com/apache/incubator-mxnet/issues/17378 ## Description (A clear and concise description of what the bug is.) After updating the version of mxnet to mxnet-cu100==1.6.0b20191102, I get error `AttributeError: module 'mxnet.ndarray' has no attribute 'my_gemm'` ### Error Message When use example/extensions/lib_custom_op/test_gemm.py, got that: `AttributeError: module 'mxnet.ndarray' has no attribute 'my_gemm'` And I check the libmxnet.so, found that: `objdump: /usr/local/lib/python3.6/dist-packages/mxnet/libmxnet.so: File format not recognized` ## To Reproduce ### Steps to reproduce (Paste the commands you ran that produced the error.) 1. cd example/extensions/lib_custom_op/ 2. make 3. python test_gemm.py 4. get error: `AttributeError: module 'mxnet.ndarray' has no attribute 'my_gemm'` 5. objdump -T -t /usr/local/lib/python3.6/dist-packages/mxnet/libmxnet.so 6. get error: `objdump: /usr/local/lib/python3.6/dist-packages/mxnet/libmxnet.so File format not recognized` ## What have you tried to solve it? 1. I use [MobulaOP](https://github.com/wkcn/MobulaOP), it's ok. Can we explain what different between MobulaOP and MXNET. 2. Why the libmxnet.so is not recognized and when can we release the 1.6.0 (:
---------------------------------------------------------------- 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] With regards, Apache Git Services
