We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Platform (like ubuntu 16.04/win10): Ubuntu 16.04.4 LTS Python version: Python 3.5.2 Source framework with version (like Tensorflow 1.4.1 with GPU): mxnet 1.2.0
Platform (like ubuntu 16.04/win10): Ubuntu 16.04.4 LTS
Python version: Python 3.5.2
Source framework with version (like Tensorflow 1.4.1 with GPU): mxnet 1.2.0
I installed the latest MMdnn version using
pip install -U git+https://github.com/Microsoft/MMdnn.git@master
But pip warned
mxnet 1.2.0 has requirement numpy<1.15.0,>=1.8.2 ...
If I downgrade numpy to <1.15.0,>=1.8.2
mmdnn 0.3.1 has requirement numpy>=1.15.0 ...
Which versions should I be using for numpy and mxnet?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I installed the latest MMdnn version using
But pip warned
If I downgrade numpy to <1.15.0,>=1.8.2
Which versions should I be using for numpy and mxnet?
The text was updated successfully, but these errors were encountered: