roywei commented on issue #14751: Model build error: Check failed: i >= 0 && i < ndim(): index = -2 must be in range [0, -1) URL: https://github.com/apache/incubator-mxnet/issues/14751#issuecomment-486446968 Hi @atopion, I'm trying to find a windows machine to test on. In the mean time, could you try uninstall and install mxnet again? I see you reported mxnet version 1.4.0 ``` ----------MXNet Info----------- Version : 1.4.0 ``` but from the commit hash you reported and error message it's the latest master. to uninstall, do `pip uninstall ` to remove the pip package and `make clean` to remove the mxnet lib build from source. I have verified the following works fine on linux: mxnet 1.4.0 `pip install mxnet-cu90` or mxnet nightly(latest master) `pip install mxnet-cu90 --pre` keras-mxnet 2.2.4.1: `pip install keras-mxnet` pip3 and python3 also works
---------------------------------------------------------------- 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
