ChaiBapchya opened a new issue #13326: [Feature Request] Set context for entire file using single command URL: https://github.com/apache/incubator-mxnet/issues/13326 It would be a good feature to have a single command `mx.context.set_context('gpu')` whereby below that line, all the MXNet functions would be run with the context as `gpu` Current scenario: Use `ctx` parameter for every single function. Instead of asking the user to mention `ctx` for every function, one command per file would improve the user experience.
---------------------------------------------------------------- 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
