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/08/06 01:53:44 UTC

[GitHub] DuCheng2018 opened a new issue #12041: Bug in v1.2.0 ?

DuCheng2018 opened a new issue #12041: Bug in v1.2.0 ?
URL: https://github.com/apache/incubator-mxnet/issues/12041
 
 
   Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug reports. For non-technical issues and feature requests, feel free to present the information in what you believe is the best form.
   
   For Q & A and discussion, please start a discussion thread at https://discuss.mxnet.io 
   
   ## Description
   Mxnet v1.2.0 gpu training failed on my computer.
   
   ## Environment info (Required)
   Here is my environment: 
   Dell T630 
   Gtx 1080 (x4)
   Python 3.6.4 (anaconda3)
   
   ## Error Message:
   I run the following code under mxnet v1.2.0.
   >>import mxnet as mx
   >>a = mx.nd.ones(1,mx.gpu()) #this line of code will cause python.exe crash
   >>b = mx.nd.ones(1) #works well only using cpu
   
   ## What have you tried to solve it?
   I have solved it just by using mxnet v1.1.0 instead.
   

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