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

zeroed out yes no features

parent 1fcbf4f8
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ class AnswerInference():
q_a_feat_list[j] = tf.concat(
1,
[yes_no_feat_, q_feat, a_feat])
[0*yes_no_feat_, q_feat, a_feat])
# obj_atr_qa_feat[j] = tf.expand_dims(
......
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