leezu commented on issue #18865: URL: https://github.com/apache/incubator-mxnet/issues/18865#issuecomment-669594144
`mx.cpu(0)` is not really different from `mx.cpu(1)`. There is only one random resource for CPUs, whereas there is one per device-id for GPUs: https://github.com/apache/incubator-mxnet/blob/6bbd53107aa16fc41e8d462cf5dc46fb70d592df/src/resource.cc#L394-L402 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
