質問編集履歴

2

質問の追記

2020/07/20 04:15

投稿

Kokku
Kokku

スコア39

test CHANGED
File without changes
test CHANGED
@@ -59,3 +59,31 @@
59
59
  NVIDIA2019.3
60
60
 
61
61
  Intel(R) Core(TM)i7-8750H CPU @2.20GHz 2.21GHz 16.0GB NVIDIAもインストールしているのでGPUかなと思います。
62
+
63
+
64
+
65
+ anacondaではなくpipでインストールしたのですが
66
+
67
+ ```ここに言語を入力
68
+
69
+ C:\Windows\system32>py -c "import torch; print( torch.__version__ )"
70
+
71
+ Traceback (most recent call last):
72
+
73
+ File "<string>", line 1, in <module>
74
+
75
+ File "C:\Users\USER\AppData\Local\Programs\Python\Python38\lib\site-packages\torch\__init__.py", line 81, in <module>
76
+
77
+ ctypes.CDLL(dll)
78
+
79
+ File "C:\Users\USER\AppData\Local\Programs\Python\Python38\lib\ctypes\__init__.py", line 373, in __init__
80
+
81
+ self._handle = _dlopen(self._name, mode)
82
+
83
+ FileNotFoundError: Could not find module 'C:\Users\USER\AppData\Local\Programs\Python\Python38\lib\site-packages\torch\lib\caffe2_nvrtc.dll' (or one of its dependencies). Try using the full path with constructor syntax.
84
+
85
+ ```
86
+
87
+
88
+
89
+ このようなエラーが出てしまいました。これはどういったエラーなのでしょうか。

1

追記

2020/07/20 04:15

投稿

Kokku
Kokku

スコア39

test CHANGED
File without changes
test CHANGED
@@ -45,3 +45,17 @@
45
45
 
46
46
 
47
47
  なにか解決方法があれば教えていただきたいです。
48
+
49
+
50
+
51
+ 環境
52
+
53
+ windows10
54
+
55
+ CUDA10.1
56
+
57
+ cuDNN v7.6.5
58
+
59
+ NVIDIA2019.3
60
+
61
+ Intel(R) Core(TM)i7-8750H CPU @2.20GHz 2.21GHz 16.0GB NVIDIAもインストールしているのでGPUかなと思います。