Skip to content
Snippets Groups Projects
Commit f07ae542 authored by tgupta6's avatar tgupta6
Browse files

add yes no feat in select best model

parent 7e17e2dc
No related branches found
No related tags found
No related merge requests found
...@@ -115,7 +115,9 @@ def create_feed_dict_creator(plh, num_neg_answers): ...@@ -115,7 +115,9 @@ def create_feed_dict_creator(plh, num_neg_answers):
a + b for a, b in zip( a + b for a, b in zip(
vqa_batch['question_adjectives'], vqa_batch['question_adjectives'],
list_ith_negative_answer_adjectives)] list_ith_negative_answer_adjectives)]
inputs['yes_no_feat'] = vqa_batch['yes_no_feat']
inputs['keep_prob'] = 1.0 inputs['keep_prob'] = 1.0
return plh.get_feed_dict(inputs) return plh.get_feed_dict(inputs)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment