Lesson 1 - GPU unused with Crestle

Hi.
I’m a beginner for this course, and currently I’m learning lesson 1.
I’m usin Crestle cloud service.
When the jupyter notebook of lesson 1 is running, I typed ‘nvidia-smi’ command, And I found the info below:
Hi.
I’m a beginner for this course, and currently I’m learning lesson 1.
I’m usin Crestle cloud service.
When the jupyter notebook of lesson 1 is running, I typed ‘nvidia-smi’ command, And I found the info below:


I think it means that GPU is not used. Why this happend?
Any help?
thank you very much

I think it means that GPU is not used. Why this happend?
Any help?
thank you very much

It seems like it is using the GPU, but you can use the script from the following link to make sure it is using GPU
http://deeplearning.net/software/theano/tutorial/using_gpu.html

There is also a package called gpustat that make is easy to look for GPU usage

$ gpustat
irshad-X399-AORUS-Gaming-7  Tue Dec  5 21:49:23 2017
[0] GeForce GTX 1080 Ti | 32'C,   1 % |   780 / 11169 MB | root(447M) irshad(195M) irshad(134M)

you can install it by using sudo pip install gpustat

It is using the GPU based on the value of Volatile GPU-Util above (which is 100%).

Thank you very much.

Thank you. It really helps