You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/05/14 11:39:44 UTC

[GitHub] [incubator-mxnet] feixiangdekaka commented on issue #14751: Model build error: Check failed: i >= 0 && i < ndim(): index = -2 must be in range [0, -1)

feixiangdekaka 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-492201847
 
 
   > Hi @atopion, I'm still trying to find a windows machine to test on. In the mean time, could you try complete remove and re-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
   > 
   > If you still face thi error, please let me know the mxnet version you used. if pip package, package name( mxnet-mkl, mxnet-cu90, mxnet-cu90mkl, ect), if build from source, what are the build flags? refer to i[nstall guide](https://mxnet.apache.org/versions/master/install/index.html?platform=Linux&language=Python&processor=CPU)
   > Thanks!
   
   raise MXNetError(py_str(_LIB.MXGetLastError()))
   mxnet.base.MXNetError: [19:37:35] include/mxnet/tuple.h:202: Check failed: i >= 0 && i < ndim(): index = 0 must be in range [0, -1)
    

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services