HuangZhanPeng commented on issue #7653: ipython, The kernel appears to have 
died. It will restart automatically.
URL: 
https://github.com/apache/incubator-mxnet/issues/7653#issuecomment-328045901
 
 
   In [2]: import mxnet as mx
   
   In [3]: x = mx.nd.ones((2, 3))
   
   In [4]: y = mx.nd.ones((2, 3)) * 2
   
   In [5]: z = mx.nd.dot(x, y.T)
   
   In [6]: Illegal instruction (core dumped)
   [xxxxxxxxxxxxxx@xxx ~]$
   
   I don't know why the 'dot' operation just not work at centos, every time 
will leave the msg 'Illegal instruction (core dumped)' and exit ipython to the 
linux terminal
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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

Reply via email to