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 2020/03/16 02:51:11 UTC

[GitHub] [incubator-mxnet] yezqNLP commented on issue #17837: gpu error for cuda 10.0 and cudnn 7.5?

yezqNLP commented on issue #17837: gpu error for cuda 10.0 and cudnn 7.5?
URL: https://github.com/apache/incubator-mxnet/issues/17837#issuecomment-599314591
 
 
   Finally I found the error, :). Previously I run a mxnet program and after the program finishes, the gpu memory is still occupied by the process. However when I use nvidia-smi, there is no process shown. I found this process with
   ```fuser -v /dev/nvidia*```
   and kill it.
   Thanks !

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services