質問編集履歴

1

修正

2022/04/12 02:33

投稿

reiya_123
reiya_123

スコア57

test CHANGED
File without changes
test CHANGED
@@ -75,8 +75,8 @@
75
75
  for key, image_texts in self.train_texts_dict.items():
76
76
  image_feature = self.train_features_dict[key][0]
77
77
  in_img, in_seq, out_word = self.MakeInputOutput(image_texts, image_feature)
78
- #yield [[in_img, in_seq], out_word]
79
78
  yield [[in_img, in_seq], out_word]
79
+
80
80
 
81
81
  def TrainModel(self):
82
82
  """