35
34

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

GPUのメモリ使用率の確認方法(Windows)

Last updated at Posted at 2016-06-18

#GPUメモリの使用率するソフト

chainerでディープラーニングを試しているとGPUメモリの使用量を確認したくなることがあります。
タスクマネージャーみたいな感じグラフで推移が見たいと思って探していると、
ELSAより便利なソフトが出ていました。

ELSA System Graph

キャプチャ.PNG

Windows 7 professional
GeForce GTX 970 にて確認

#jupyterから確認(2016.11.06 追記)

別PCに計算させている場合に上記の方法ではわからないので、jupyterから簡易的にみる方法

計算側のPCの環境変数Pathに
C:\Program Files\NVIDIA Corporation\NVSMI
を追加しておく。

jupyter上で
!nvidia-smi
にて以下のようなテキストが出力されます

image

35
34
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
35
34

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?