LoginSignup
2
0

More than 1 year has passed since last update.

PytorchでGPUを使うのを諦めた話(windows)

Posted at

研究室PCではWindows10 educationが支給される。ここにPytorch+CUDA11.3をインストールするために、GPU周りのソフトウェア環境構築をしてついに使えるぞ!!

print(torch.cuda.is_available())

===
False

あれ???

Device ManegerのDisplay adaptersにぶら下がっているのは、Intel(R)HD Graphics 630のみ。CUDAはNVIDIA製のGPUしかサポートされていないので、当然つかえない。新たに買うまでには至らないので、断念しました。

家のm1 mac miniもCUDA使えない。tensorflowはARMチップのGPUが使えるんだけど、CPUと速度が変わらないというし、いろいろと微妙。

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