microsoft / MMdnn

MMdnn is a set of tools to help users inter-operate among different deep learning frameworks. E.g. model conversion and visualization. Convert models between Caffe, Keras, MXNet, Tensorflow, CNTK, PyTorch Onnx and CoreML.
MIT License
5.78k stars 968 forks source link

MMdnn 0.3.1 numpy and mxnet required version? #919

Open ddfabbro opened 3 years ago

ddfabbro commented 3 years ago

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?