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/06/13 02:44:09 UTC

[GitHub] Erdos001 opened a new issue #11255: P100 + MXNet is slow

Erdos001 opened a new issue #11255: P100 + MXNet is slow
URL: https://github.com/apache/incubator-mxnet/issues/11255
 
 
   Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug reports. For non-technical issues and feature requests, feel free to present the information in what you believe is the best form.
   
   For Q & A and discussion, please start a discussion thread at https://discuss.mxnet.io 
   
   ## Description
   I have installed the Anaconda3 and installed the mxnet-cu90 by pip but the training speed is very slow
   
   and I find that ,the data reading speed is much slow , when reading image data and decoding the binary data by imdecode , the GPU usage is 30%, I guess that, the speed bottleneck of the speed is data reading.
   
   multi-gpu and single gpu are the same slow 
   ## Environment info (Required)
   Ubuntu16.04
   P100
   
   
   ```
   What to do:
   1. Download the diagnosis script from https://raw.githubusercontent.com/apache/incubator-mxnet/master/tools/diagnose.py
   2. Run the script using `python diagnose.py` and paste its output here.
   
   ```
   
   Package used (Python/R/Scala/Julia):
   (I'm using ...)
   
   For Scala user, please provide:
   1. Java version: (`java -version`)
   2. Maven version: (`mvn -version`)
   3. Scala runtime if applicable: (`scala -version`)
   
   For R user, please provide R `sessionInfo()`:
   
   ## Build info (Required if built from source)
   
   Compiler (gcc/clang/mingw/visual studio):
   
   MXNet commit hash:
   (Paste the output of `git rev-parse HEAD` here.)
   
   Build config:
   (Paste the content of config.mk, or the build command.)
   pip install mxnet-cu90
   ## Error Message:
   (Paste the complete error message, including stack trace.)
   No error, but the speed is slow
   
   ![default](https://user-images.githubusercontent.com/12196464/41326818-77fd52e6-6ef3-11e8-9a3e-7b8c146306e8.png)
   
   ## Minimum reproducible example
   (If you are using your own code, please provide a short script that reproduces the error. Otherwise, please provide link to the existing example.)
   
   ## Steps to reproduce
   (Paste the commands you ran that produced the error.)
   
   1.Training with mxnet and P100
   2.
   
   ## What have you tried to solve it?
   
   1. installed python3, python2
   2.
   

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