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

zero out rel feat, yes no features already zeroed out

parent f9226e5f
No related branches found
No related tags found
No related merge requests found
......@@ -218,7 +218,7 @@ class AnswerInference():
# (25*18 x 2500)
self.per_answer_feat = tf.nn.relu(
self.obj_atr_det_fc_bn + self.q_a_feat_fc_bn + self.single_feats_fc_bn)
self.obj_atr_det_fc_bn + self.q_a_feat_fc_bn + 0*self.single_feats_fc_bn)
# (25*18 x 1)
self.answer_score = self.fc_bn(
......
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