質問編集履歴

3

内容をより詳しく書いた

2019/05/14 10:40

投稿

poporon1234
poporon1234

スコア12

test CHANGED
File without changes
test CHANGED
@@ -1,18 +1,34 @@
1
- タイトルの通り
2
-
3
-
4
-
5
1
  コマンドの構文が誤っています。と怒られます。
6
2
 
7
3
 
8
4
 
9
5
  何処が間違っているのか何方か教えてください。
10
6
 
7
+
8
+
9
+ <行いたいこと>
10
+
11
+ オライリーの本を読み、下記のGitHubのURLのコードを参考にし、quiverを使用しlocalHost5000に./sample_images内の画像を表示したいと思っております
12
+
11
- 環境:Windows10 pro 64,
13
+ しかし、本に書いてある手順通りに行っても上手く起動しませんでした
14
+
15
+ 他のサイトやQiita等で見てみても参考になるものはありましたが私と同じ症状が出ている方がおらず質問させていただきました
12
16
 
13
17
 
14
18
 
19
+ <参考URL>
20
+
21
+ https://github.com/oreilly-japan/deep-learning-with-keras-ja
22
+
23
+ ↑これをzipでCドライブにダウンロード後、deep-learning-with-keras-ja-master内のch2にソースコードとプログラムが御座いました
24
+
25
+
26
+
27
+ <実行環境>
28
+
29
+ 環境:Windows10 pro 64,
30
+
15
- anaconda上にpipで下記をインストール
31
+ anacondapython3.6系を使用し、pipで下記をインストール
16
32
 
17
33
  keras==2.1.6
18
34
 
@@ -26,36 +42,82 @@
26
42
 
27
43
 
28
44
 
29
- python3.6系を使用
30
-
31
-
32
-
33
45
  mkdirにて./sample_imagesを作成済。また作ったフォルダ内に画像は75枚入っております
34
46
 
35
47
 
36
48
 
37
- portを8000に変えても上手くいかなく、ずっと困っております。
38
49
 
50
+
51
+ portを8000に変えても上手くいかなく、ずっと困っております
52
+
39
- 何卒宜しくお願い致します
53
+ 何卒宜しくお願い致します
40
54
 
41
55
 
42
56
 
43
57
  ```
44
58
 
45
- from keras.applications.vgg16 import VGG16
59
+ (quiver2) C:\Users\user>cd C:\Users\user.conda\envs\quiver2\deep-learning-with-keras-ja-master\deep-learning-with-keras-ja-master\ch02
46
60
 
47
- from quiver_engine import server
48
61
 
49
- model = VGG16()
50
62
 
51
- server.launch(model, input_folder='./sample_images', temp_folder='./tmp', port=5000)
63
+ (quiver2) C:\Users\user.conda\envs\quiver2\deep-learning-with-keras-ja-master\deep-learning-with-keras-ja-master\ch02>python
52
64
 
53
- コマンドの構文が誤っています
65
+ Python 3.6.8 |Anaconda, Inc.| (default, Feb 21 2019, 18:30:04) [MSC v.1916 64 bit (AMD64)] on win32
66
+
67
+ Type "help", "copyright", "credits" or "license" for more information.
68
+
69
+ >>> from keras.applications.vgg16 import VGG16
70
+
71
+ C:\Users\user.conda\envs\quiver2\lib\site-packages\h5py\__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
72
+
73
+ from ._conv import register_converters as _register_converters
74
+
75
+ Using TensorFlow backend.
76
+
77
+
78
+
79
+ >>> from quiver_engine import server
80
+
81
+ >>> model = VGG16()
82
+
83
+ 2019-05-14 19:21:35.458989: I T:\src\github\tensorflow\tensorflow\core\platform\cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
84
+
85
+ 2019-05-14 19:21:35.730466: W T:\src\github\tensorflow\tensorflow\core\framework\allocator.cc:101] Allocation of 411041792 exceeds 10% of system memory.
86
+
87
+ 2019-05-14 19:21:36.533161: W T:\src\github\tensorflow\tensorflow\core\framework\allocator.cc:101] Allocation of 411041792 exceeds 10% of system memory.
88
+
89
+ 2019-05-14 19:21:37.243149: W T:\src\github\tensorflow\tensorflow\core\framework\allocator.cc:101] Allocation of 411041792 exceeds 10% of system memory.
90
+
91
+
92
+
93
+ >>> server.launch(model, input_folder='./sample_images', temp_folder='./tmp', port=5000)
94
+
95
+ コマンドの構文が誤っています。
54
96
 
55
97
  Starting webserver from: C:\Users\user.conda\envs\quiver2\lib\site-packages\quiver_engine
56
98
 
99
+ ::1 - - [2019-05-14 19:21:44] "GET /model HTTP/1.1" 200 11079 0.018002
100
+
101
+ ::1 - - [2019-05-14 19:21:44] "GET /inputs HTTP/1.1" 200 142 0.009018
102
+
57
103
  ```
58
104
 
59
- 質問方法修正いたしました。
105
+ 上記実行すると
60
106
 
107
+ ![![イメージ説明](0b7e25ec67050e450c4c770475a838f4.png)](b317e5740a512529c4016922a1714084.png)
108
+
109
+ の様になるだけでフォルダ内の画像などが表示されません
110
+
111
+ pathが通っていないだけでしょうか?
112
+
113
+ 何卒ご指導よろしくお願いいたします。
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+ 皆様からの御指摘をいただき質問方法を修正いたしました。
122
+
61
- 御指摘頂き誠にありがとうございます。
123
+ 誠にありがとうございます。

2

初心者なので初心者アイコンをオンにしました

2019/05/14 10:40

投稿

poporon1234
poporon1234

スコア12

test CHANGED
File without changes
test CHANGED
File without changes

1

実行コードをコードブロックを用いて表記

2019/05/14 07:47

投稿

poporon1234
poporon1234

スコア12

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,9 @@
30
30
 
31
31
 
32
32
 
33
- mkdirにてC:\Users\user.conda\envs\quiver2\deep-learning-with-keras-ja-master\deep-learning-with-keras-ja-master\ch02の下に./sample_imagesを作成済。また作ったフォルダ内に画像は75枚入っております
33
+ mkdirにて./sample_imagesを作成済。また作ったフォルダ内に画像は75枚入っております
34
+
35
+
34
36
 
35
37
  portを8000に変えても上手くいかなく、ずっと困っております。
36
38
 
@@ -38,51 +40,7 @@
38
40
 
39
41
 
40
42
 
41
-
42
-
43
- (quiver2) C:\Users\user.conda\envs\quiver2\deep-learning-with-keras-ja-master\deep-learning-with-keras-ja-master\ch02>python
44
-
45
-
46
-
47
- Python 3.6.8 |Anaconda, Inc.| (default, Feb 21 2019, 18:30:04) [MSC v.1916 64 bit (AMD64)] on win32
48
-
49
- Type "help", "copyright", "credits" or "license" for more information.
50
-
51
- >>> from keras.applications.vgg16 import VGG16
52
-
53
- C:\Users\user.conda\envs\quiver2\lib\site-packages\h5py\__init__.py:36: FutureWarning: Conversion of the second argument of issubdtype from `float` to `np.floating` is deprecated. In future, it will be treated as `np.float64 == np.dtype(float).type`.
54
-
55
- from ._conv import register_converters as _register_converters
56
-
57
- Using TensorFlow backend.
58
-
59
-
60
-
61
- >>> from quiver_engine import server
62
-
63
-
64
-
65
- >>> model = VGG16()
66
-
67
- 2019-05-14 14:25:06.827097: I T:\src\github\tensorflow\tensorflow\core\platform\cpu_feature_guard.cc:140] Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX2
68
-
69
- 2019-05-14 14:25:06.966492: W T:\src\github\tensorflow\tensorflow\core\framework\allocator.cc:101] Allocation of 411041792 exceeds 10% of system memory.
70
-
71
- 2019-05-14 14:25:07.772399: W T:\src\github\tensorflow\tensorflow\core\framework\allocator.cc:101] Allocation of 411041792 exceeds 10% of system memory.
72
-
73
- 2019-05-14 14:25:08.739384: W T:\src\github\tensorflow\tensorflow\core\framework\allocator.cc:101] Allocation of 411041792 exceeds 10% of system memory.
74
-
75
-
76
-
77
- >>> server.launch(model, input_folder='./sample_images', temp_folder='./tmp', port=5000)
78
-
79
- **コマンドの構文が誤っています。**
80
-
81
- Starting webserver from: C:\Users\user.conda\envs\quiver2\lib\site-packages\quiver_engine
82
-
83
-
84
-
85
-
43
+ ```
86
44
 
87
45
  from keras.applications.vgg16 import VGG16
88
46
 
@@ -90,10 +48,14 @@
90
48
 
91
49
  model = VGG16()
92
50
 
93
- ↑ここまでは特にエラーが出ません
94
-
95
-
96
-
97
51
  server.launch(model, input_folder='./sample_images', temp_folder='./tmp', port=5000)
98
52
 
99
- ↑これを入れるとエラーます
53
+ コマンドの構文誤っています
54
+
55
+ Starting webserver from: C:\Users\user.conda\envs\quiver2\lib\site-packages\quiver_engine
56
+
57
+ ```
58
+
59
+ 質問方法を修正いたしました。
60
+
61
+ 御指摘頂き誠にありがとうございます。