質問編集履歴
4
追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -183,3 +183,19 @@
|
|
183
183
|
xlrd 1.2.0
|
184
184
|
|
185
185
|
```
|
186
|
+
|
187
|
+
|
188
|
+
|
189
|
+
pythonのバージョンを3.8から3.7にして
|
190
|
+
|
191
|
+
```
|
192
|
+
|
193
|
+
pip install tensorflow-gpu==1.13.1
|
194
|
+
|
195
|
+
ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.13.1 (from versions: none)
|
196
|
+
|
197
|
+
ERROR: No matching distribution found for tensorflow-gpu==1.13.1
|
198
|
+
|
199
|
+
```
|
200
|
+
|
201
|
+
を実行しましたが、できませんでした。
|
3
タグ付け
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
2
pip list
test
CHANGED
File without changes
|
test
CHANGED
@@ -69,3 +69,117 @@
|
|
69
69
|
cuda 10.0とcuDNN 7.6.0
|
70
70
|
|
71
71
|
windows 10
|
72
|
+
|
73
|
+
|
74
|
+
|
75
|
+
pip listです。
|
76
|
+
|
77
|
+
```
|
78
|
+
|
79
|
+
Package Version
|
80
|
+
|
81
|
+
-------------------- ----------
|
82
|
+
|
83
|
+
absl-py 0.9.0
|
84
|
+
|
85
|
+
astunparse 1.6.3
|
86
|
+
|
87
|
+
boto 2.49.0
|
88
|
+
|
89
|
+
boto3 1.13.6
|
90
|
+
|
91
|
+
botocore 1.16.6
|
92
|
+
|
93
|
+
cachetools 4.1.0
|
94
|
+
|
95
|
+
certifi 2020.4.5.1
|
96
|
+
|
97
|
+
chardet 3.0.4
|
98
|
+
|
99
|
+
Cython 0.29.14
|
100
|
+
|
101
|
+
docutils 0.15.2
|
102
|
+
|
103
|
+
et-xmlfile 1.0.1
|
104
|
+
|
105
|
+
flags 0.0.1.2
|
106
|
+
|
107
|
+
gast 0.3.3
|
108
|
+
|
109
|
+
gensim 3.8.3
|
110
|
+
|
111
|
+
google-auth 1.14.3
|
112
|
+
|
113
|
+
google-auth-oauthlib 0.4.1
|
114
|
+
|
115
|
+
google-pasta 0.2.0
|
116
|
+
|
117
|
+
grpcio 1.28.1
|
118
|
+
|
119
|
+
h5py 2.10.0
|
120
|
+
|
121
|
+
idna 2.9
|
122
|
+
|
123
|
+
Janome 0.3.10
|
124
|
+
|
125
|
+
jdcal 1.4.1
|
126
|
+
|
127
|
+
jmespath 0.9.5
|
128
|
+
|
129
|
+
Keras-Preprocessing 1.1.1
|
130
|
+
|
131
|
+
Markdown 3.2.2
|
132
|
+
|
133
|
+
mojimoji 0.0.10
|
134
|
+
|
135
|
+
numpy 1.18.4
|
136
|
+
|
137
|
+
oauthlib 3.1.0
|
138
|
+
|
139
|
+
openpyxl 3.0.3
|
140
|
+
|
141
|
+
opt-einsum 3.2.1
|
142
|
+
|
143
|
+
pandas 1.0.3
|
144
|
+
|
145
|
+
pip 20.1
|
146
|
+
|
147
|
+
protobuf 3.11.3
|
148
|
+
|
149
|
+
pyasn1 0.4.8
|
150
|
+
|
151
|
+
pyasn1-modules 0.2.8
|
152
|
+
|
153
|
+
python-dateutil 2.8.1
|
154
|
+
|
155
|
+
pytz 2020.1
|
156
|
+
|
157
|
+
requests 2.23.0
|
158
|
+
|
159
|
+
requests-oauthlib 1.3.0
|
160
|
+
|
161
|
+
rsa 4.0
|
162
|
+
|
163
|
+
s3transfer 0.3.3
|
164
|
+
|
165
|
+
scipy 1.4.1
|
166
|
+
|
167
|
+
setuptools 41.2.0
|
168
|
+
|
169
|
+
six 1.14.0
|
170
|
+
|
171
|
+
smart-open 2.0.0
|
172
|
+
|
173
|
+
termcolor 1.1.0
|
174
|
+
|
175
|
+
urllib3 1.25.9
|
176
|
+
|
177
|
+
Werkzeug 1.0.1
|
178
|
+
|
179
|
+
wheel 0.34.2
|
180
|
+
|
181
|
+
wrapt 1.12.1
|
182
|
+
|
183
|
+
xlrd 1.2.0
|
184
|
+
|
185
|
+
```
|
1
windows 10
test
CHANGED
File without changes
|
test
CHANGED
@@ -67,3 +67,5 @@
|
|
67
67
|
|
68
68
|
|
69
69
|
cuda 10.0とcuDNN 7.6.0
|
70
|
+
|
71
|
+
windows 10
|