vandanavk commented on issue #8794: GPU throws out of index error? URL: https://github.com/apache/incubator-mxnet/issues/8794#issuecomment-406437019 @SumNeuron Right now, context can be set within a block at max (https://github.com/apache/incubator-mxnet/blob/master/python/mxnet/context.py). `with mx.Context(mx.gpu(2)): # Context changed in with block. ` There is no support for automatically switching between contexts yet. There is a request (https://github.com/apache/incubator-mxnet/issues/6333) for the same. Can this issue be marked as closed? @SumNeuron @sandeep-krishnamurthy
---------------------------------------------------------------- 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
