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

zeroed out relevance features in answer inference graph

parent c9c1b754
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ class AnswerInference(): ...@@ -152,7 +152,7 @@ class AnswerInference():
obj_atr_det_list[j] = tf.concat( obj_atr_det_list[j] = tf.concat(
1, 1,
[max_ans_region_adj_scores, max_ans_region_noun_scores, obj_det_feat, atr_det_feat]) [0*max_ans_region_adj_scores, 0*max_ans_region_noun_scores, obj_det_feat, atr_det_feat])
q_a_feat_list[j] = tf.concat( q_a_feat_list[j] = tf.concat(
1, 1,
......
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