Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

undefined symbol: MXShallowCopyNDArray #90

Closed
a550461053 opened this issue Jan 17, 2020 · 2 comments
Closed

undefined symbol: MXShallowCopyNDArray #90

a550461053 opened this issue Jan 17, 2020 · 2 comments

Comments

@a550461053
Copy link

When I test the tutorials, I get the warning:

/root/test/MobulaOP/mobula/glue/mx.py:44: UserWarning: Using asynchronous execution for MXNet failed, since /usr/local/lib/python3.6/dist-packages/mxnet/libmxnet.so: undefined symbol: MXShallowCopyNDArray
It will drop the performance.

But I have try different version of mxnet: 1.5.0, 1.5.1, 1.6.0b20190729
same warning.

@wkcn
Copy link
Owner

wkcn commented Jan 17, 2020

Hi @a550461053 , The API MXShallowCopyNDArray was added into MXNet in the PR apache/mxnet#15581 in Aug. 8, 2019.

Please use MXNet whose version >=1.6.0b20190809 : )

@a550461053
Copy link
Author

Hi @a550461053 , The API MXShallowCopyNDArray was added into MXNet in the PR apache/incubator-mxnet#15581 in Aug. 8, 2019.

Please use MXNet whose version >=1.6.0b20190809 : )

Thanks, it's ok. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants