質問編集履歴
4
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -90,4 +90,12 @@
|
|
90
90
|
wheel 0.34.2
|
91
91
|
wrapt 1.12.1
|
92
92
|
xlrd 1.2.0
|
93
|
-
```
|
93
|
+
```
|
94
|
+
|
95
|
+
pythonのバージョンを3.8から3.7にして
|
96
|
+
```
|
97
|
+
pip install tensorflow-gpu==1.13.1
|
98
|
+
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.13.1 (from versions: none)
|
99
|
+
ERROR: No matching distribution found for tensorflow-gpu==1.13.1
|
100
|
+
```
|
101
|
+
を実行しましたが、できませんでした。
|
3
タグ付け
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
2
pip list
title
CHANGED
File without changes
|
body
CHANGED
@@ -33,4 +33,61 @@
|
|
33
33
|
### 補足情報(FW/ツールのバージョンなど)
|
34
34
|
|
35
35
|
cuda 10.0とcuDNN 7.6.0
|
36
|
-
windows 10
|
36
|
+
windows 10
|
37
|
+
|
38
|
+
pip listです。
|
39
|
+
```
|
40
|
+
Package Version
|
41
|
+
-------------------- ----------
|
42
|
+
absl-py 0.9.0
|
43
|
+
astunparse 1.6.3
|
44
|
+
boto 2.49.0
|
45
|
+
boto3 1.13.6
|
46
|
+
botocore 1.16.6
|
47
|
+
cachetools 4.1.0
|
48
|
+
certifi 2020.4.5.1
|
49
|
+
chardet 3.0.4
|
50
|
+
Cython 0.29.14
|
51
|
+
docutils 0.15.2
|
52
|
+
et-xmlfile 1.0.1
|
53
|
+
flags 0.0.1.2
|
54
|
+
gast 0.3.3
|
55
|
+
gensim 3.8.3
|
56
|
+
google-auth 1.14.3
|
57
|
+
google-auth-oauthlib 0.4.1
|
58
|
+
google-pasta 0.2.0
|
59
|
+
grpcio 1.28.1
|
60
|
+
h5py 2.10.0
|
61
|
+
idna 2.9
|
62
|
+
Janome 0.3.10
|
63
|
+
jdcal 1.4.1
|
64
|
+
jmespath 0.9.5
|
65
|
+
Keras-Preprocessing 1.1.1
|
66
|
+
Markdown 3.2.2
|
67
|
+
mojimoji 0.0.10
|
68
|
+
numpy 1.18.4
|
69
|
+
oauthlib 3.1.0
|
70
|
+
openpyxl 3.0.3
|
71
|
+
opt-einsum 3.2.1
|
72
|
+
pandas 1.0.3
|
73
|
+
pip 20.1
|
74
|
+
protobuf 3.11.3
|
75
|
+
pyasn1 0.4.8
|
76
|
+
pyasn1-modules 0.2.8
|
77
|
+
python-dateutil 2.8.1
|
78
|
+
pytz 2020.1
|
79
|
+
requests 2.23.0
|
80
|
+
requests-oauthlib 1.3.0
|
81
|
+
rsa 4.0
|
82
|
+
s3transfer 0.3.3
|
83
|
+
scipy 1.4.1
|
84
|
+
setuptools 41.2.0
|
85
|
+
six 1.14.0
|
86
|
+
smart-open 2.0.0
|
87
|
+
termcolor 1.1.0
|
88
|
+
urllib3 1.25.9
|
89
|
+
Werkzeug 1.0.1
|
90
|
+
wheel 0.34.2
|
91
|
+
wrapt 1.12.1
|
92
|
+
xlrd 1.2.0
|
93
|
+
```
|
1
windows 10
title
CHANGED
File without changes
|
body
CHANGED
@@ -32,4 +32,5 @@
|
|
32
32
|
|
33
33
|
### 補足情報(FW/ツールのバージョンなど)
|
34
34
|
|
35
|
-
cuda 10.0とcuDNN 7.6.0
|
35
|
+
cuda 10.0とcuDNN 7.6.0
|
36
|
+
windows 10
|