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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]