回答編集履歴

1

edit

2017/12/12 07:52

投稿

mkgrei
mkgrei

スコア8560

test CHANGED
@@ -1,3 +1,19 @@
1
1
  feed_dict={keep_prob: 0.5}
2
2
 
3
3
  データを与えていないからではないでしょうか。
4
+
5
+
6
+
7
+ ---
8
+
9
+
10
+
11
+ TFRecordsなら
12
+
13
+ coord = tf.train.Coordinator()
14
+
15
+ threads = tf.train.start_queue_runners(coord=coord)
16
+
17
+ などが足りてないのでしょうか。
18
+
19
+ http://tensorflow.classcat.com/2016/02/13/tensorflow-how-tos-reading-data/