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/10/02 23:10:48 UTC

[GitHub] vrakesh commented on issue #12255: Pretty high cpu load when import mxnet

vrakesh commented on issue #12255: Pretty high cpu load when import mxnet
URL: https://github.com/apache/incubator-mxnet/issues/12255#issuecomment-426460487
 
 
   @kardoszc using the example provided by you , i was able to get the same result on run 1 on a MAC, on consecutive runs of the above, the speed was better, or similar
   ```bash
   $python mxnet11.py 
   load libmxnet1.1.so  0.019122838973999023
   load libmxnet1.3.so  0.035729169845581055
   $python mxnet11.py 
   load libmxnet1.1.so  0.01851797103881836
   load libmxnet1.3.so  0.034262895584106445
   $ python mxnet11.py 
   load libmxnet1.1.so  0.019358158111572266
   load libmxnet1.3.so  0.03675413131713867
   $ python mxnet11.py 
   load libmxnet1.1.so  0.01902318000793457
   load libmxnet1.3.so  0.03872489929199219
   ```

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