You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mxnet.apache.org by GitBox <gi...@apache.org> on 2021/12/31 04:54:30 UTC

[GitHub] [incubator-mxnet] Rushikeshkoli15 opened a new issue #20802: Issue in custom recordio format.

Rushikeshkoli15 opened a new issue #20802:
URL: https://github.com/apache/incubator-mxnet/issues/20802


   ## Description
   I am creating a age estimation model and for that I have the image of persons in the age folders(age ranges from 0 to 100) .Image of the person with common age lies in the same folder.  In order to train the model on gpu I am using mxnet-cu100. I have created recordio dataset of this data using im2rec.py but while training I got the following error. 
   
   ### Error Message
   File "/root/insightface/recognition/arcface_mxnet/verification.py", line 289, in test
       _embeddings = net_out[0].asnumpy()
     File "/usr/local/lib/python3.6/dist-packages/mxnet/ndarray/ndarray.py", line 1996, in asnumpy
       ctypes.c_size_t(data.size)))
     File "/usr/local/lib/python3.6/dist-packages/mxnet/base.py", line 253, in check_call
       raise MXNetError(py_str(_LIB.MXGetLastError()))
   mxnet.base.MXNetError: [18:40:34] include/mxnet/././tensor_blob.h:290: Check failed: this->shape_.Size() == static_cast<size_t>(shape.Size()) (5453704704 vs. 1158737408) : TBlob.get_with_shape: new and old shape do not match total elements
   
   plz help and thank you in advance


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org


[GitHub] [incubator-mxnet] github-actions[bot] commented on issue #20802: Issue in custom recordio format.

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on issue #20802:
URL: https://github.com/apache/incubator-mxnet/issues/20802#issuecomment-1003268891


   Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue.
   Please make sure to include all the relevant context, and one of the @apache/mxnet-committers will be here shortly.
   If you are interested in contributing to our project, let us know! Also, be sure to check out our guide on [contributing to MXNet](https://mxnet.apache.org/community/contribute) and our [development guides wiki](https://cwiki.apache.org/confluence/display/MXNET/Developments).


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@mxnet.apache.org
For additional commands, e-mail: issues-help@mxnet.apache.org