karlind opened a new issue #12158: What's the difference between Context('cpu')
and Context('cpu_shared')?
URL: https://github.com/apache/incubator-mxnet/issues/12158
When I try to write a custom `batchify_fn`, I find `default_mp_batchify_fn`
uses a `Context('cpu_shared', 0)`. I searched document and find almost no
description about that.
Comment says it saves memory. But i want to know what's the difference
between `Context('cpu')` and `Context('cpu_shared')`. Also how to use it.
Thanks for help.
----------------------------------------------------------------
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