回答編集履歴
1
CUDA10.1に書き直し
answer
CHANGED
@@ -6,8 +6,8 @@
|
|
6
6
|
|
7
7
|
[https://pytorch.org/](https://pytorch.org/) で OS インストール方法 Python CUDAバージョンを選択してコマンド実行したはずです。
|
8
8
|
|
9
|
-
例えばpip+
|
9
|
+
例えばpip+CUDA10.1なら、
|
10
|
-
`pip install torch==1.5.1+
|
10
|
+
`pip install torch==1.5.1+cu101 torchvision==0.6.1+cu101 -f https://download.pytorch.org/whl/torch_stable.html`
|
11
11
|
でした。ここでtorchが**入ったはず**ですが今のpip listの結果にはそれがありません。
|
12
12
|
|
13
13
|
その時何をしたのかエラーが出なかったのかなどを質問に追記するべきです。
|