teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

NUM_CLASSESの値が間違っていました.

2017/10/10 13:08

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
File without changes

1

NUM_CLASSESの値が間違っていました.

2017/10/10 13:08

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -11,7 +11,7 @@
11
11
  import tensorflow as tf
12
12
  import tensorflow.python.platform
13
13
 
14
- NUM_CLASSES = 2
14
+ NUM_CLASSES = 12
15
15
  IMAGE_SIZE = 28
16
16
  IMAGE_PIXELS = IMAGE_SIZE*IMAGE_SIZE*3
17
17