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 2017/12/19 06:14:30 UTC

[GitHub] wangdi1983 opened a new issue #9134: How to run a mxnet example using GPU on Jetson TX1?

wangdi1983 opened a new issue #9134: How to run a mxnet example using GPU on Jetson TX1?
URL: https://github.com/apache/incubator-mxnet/issues/9134
 
 
   1. When I try running a mxnet example using GPU on my Jetson TX1 board, such as:
            nvidia@tegra-ubuntu:~/mxnet/example/image-classification$ python train_imagenet.py --gpus 0 
       It failed with some mistake, as an attaching file.
   
   2. ThenI try running it without using GPU:
            nvidia@tegra-ubuntu:~/mxnet/example/image-classification$ python train_imagenet.py
      It successed.  But When I trying to watch GPU info:
            nvidia@tegra-ubuntu:~/mxnet/example/image-classification$ sudo ~/tegrastats 
      I got:
            RAM 1214/3983MB (lfb 19x4MB) cpu [13%,61%,52%,30%]@1734 EMC 5%@1600 APE 25 GR3D 0%@998
   RAM 1214/3983MB (lfb 19x4MB) cpu [12%,45%,62%,37%]@1734 EMC 5%@1600 APE 25 GR3D 0%@998
   RAM 1214/3983MB (lfb 19x4MB) cpu [30%,44%,61%,23%]@1734 EMC 5%@1600 APE 25 GR3D 0%@998
   RAM 1214/3983MB (lfb 19x4MB) cpu [42%,44%,45%,19%]@1734 EMC 5%@1600 APE 25 GR3D 0%@998
   RAM 1214/3983MB (lfb 19x4MB) cpu [26%,40%,59%,30%]@1734 EMC 5%@1600 APE 25 GR3D 0%@998
   ################################################################################
   
   Dos "GR3D 0%@998" means GPU not working?  And how to run a mxnet example using GPU on Jetson TX1?
   
   Hoping for an answer...
   
        
   
   

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