MMdnn
MMdnn copied to clipboard
MMdnn 0.3.1 numpy and mxnet required version?
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?