質問編集履歴
1
文の修正、タイトルの変更
title
CHANGED
@@ -1,1 +1,1 @@
|
|
1
|
-
list index out of rangeのエラー
|
1
|
+
list index out of rangeのエラーで困っています。
|
body
CHANGED
@@ -51,11 +51,11 @@
|
|
51
51
|
tf.app.run()
|
52
52
|
|
53
53
|
```
|
54
|
-
|
54
|
+
画像認識アプリを作ろうとしていましたが、以下のようなエラーが発生してしまいました。
|
55
55
|
File "inception.py", line 8, in main
|
56
56
|
node_lookup=node_dict()
|
57
57
|
File "inception.py", line 34, in node_dict
|
58
|
-
human_string=parsed_items[
|
58
|
+
human_string=parsed_items[2]
|
59
59
|
IndexError: list index out of range
|
60
60
|
こんな感じでエラーが出てしまいます。
|
61
61
|
どうしたら良いですか?
|