質問編集履歴

1

補足情報の変更

2018/08/06 06:03

投稿

yamatetsu
yamatetsu

スコア6

test CHANGED
File without changes
test CHANGED
@@ -34,9 +34,9 @@
34
34
 
35
35
  ```
36
36
 
37
- C:\Users\tettu\Anaconda3>python -m pip show tensorflow
37
+ C:\Users\tettu\Anaconda3>python -m pip show tensorflow-gpu
38
38
 
39
- Name: tensorflow
39
+ Name: tensorflow-gpu
40
40
 
41
41
  Version: 1.9.0
42
42
 
@@ -52,7 +52,9 @@
52
52
 
53
53
  Location: c:\users\tettu\anaconda3\lib\site-packages
54
54
 
55
- Requires: protobuf, grpcio, wheel, setuptools, termcolor, gast, six, absl-py, numpy, astor, tensorboard
55
+ Requires: astor, termcolor, protobuf, wheel, six, gast, numpy, tensorboard, setuptools, absl-py, grpcio
56
+
57
+ Required-by:
56
58
 
57
59
  ```
58
60