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/06/19 01:05:19 UTC

[GitHub] vrakesh commented on issue #11329: Cannot call data() on parameters initialized on multiple GPUs

vrakesh commented on issue #11329: Cannot call data() on parameters initialized on multiple GPUs
URL: https://github.com/apache/incubator-mxnet/issues/11329#issuecomment-398241856
 
 
   hi @jonomon , thank you for reporting the issue
   could you try the following , in the multi-gpu environment
   ```python
   import mxnet as mx
   mx.Context.default_ctx = mx.gpu(0)
   ```
   Requesting to check, if  this solves your problem for now. 
   
   @sandeep-krishnamurthy  Requesting to tag this under Gluon,Python

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