Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

example error: typestring mismatch #1115

Closed
fayeshine opened this issue Dec 30, 2015 · 5 comments
Closed

example error: typestring mismatch #1115

fayeshine opened this issue Dec 30, 2015 · 5 comments

Comments

@fayeshine
Copy link

python example/image-classification/train_mnist.py
[01:44:30] ./dmlc-core/include/dmlc/logging.h:208: [01:44:30] include/mxnet/operator.h:456: Check failed: (this->name) == (type) Register Name and TypeString mismatch, name="Embedding", but TypeString="BlockGrad"
terminate called after throwing an instance of 'dmlc::Error'
what(): [01:44:30] include/mxnet/operator.h:456: Check failed: (this->name) == (type) Register Name and TypeString mismatch, name="Embedding", but TypeString="BlockGrad"

@vchuravy
Copy link
Contributor

vchuravy commented Jan 2, 2016

What compiler did you use? I saw this once with icc #413

@fayeshine
Copy link
Author

@vchuravy ,I used icc 16. However, using gcc 5.2 also generate other bugs.

@oneengineer
Copy link

I got the same error. Instead, I am using icc15 and mkl 16.

[17:30:15] ../../dmlc-core/include/dmlc/logging.h:215: [17:30:15] include/mxnet/operator.h:494: Check failed: (this->name) == (type) Register Name and TypeString mismatch, name="_PlusScalar", but TypeString="BlockGrad"
terminate called after throwing an instance of 'dmlc::Error'
what(): [17:30:15] include/mxnet/operator.h:494: Check failed: (this->name) == (type) Register Name and TypeString mismatch, name="_PlusScalar", but TypeString="BlockGrad"
Aborted

@sandeep-krishnamurthy
Copy link
Contributor

https://github.com/dmlc/mxnet/blob/master/example/image-classification/train_mnist.py works fine. All issues are fixed. This issue can be closed - @piiswrong

@yajiedesign
Copy link
Contributor

This issue is closed due to lack of activity in the last 90 days. Feel free to reopen if this is still an active issue. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants