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 2018/03/01 09:50:38 UTC

[GitHub] phizaz commented on issue #7653: ipython, The kernel appears to have died. It will restart automatically.

phizaz 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-369537980
 
 
   Using `np.float16` causes it to die.
   
   ```
   import mxnet as mx
   import numpy as np
   
   x = mx.nd.ones((2,3), dtype=np.float16)
   z = mx.nd.dot(x, x.T)
   z.asnumpy()
   ```

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


With regards,
Apache Git Services