From 7e17e2dcf0c52f39fe34b7745b0b7da8e74650a2 Mon Sep 17 00:00:00 2001 From: tgupta6 <tgupta6@illinois.edu> Date: Fri, 21 Oct 2016 20:12:19 -0700 Subject: [PATCH] zeroed out yes no features --- answer_classifier_cached_features/inference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/answer_classifier_cached_features/inference.py b/answer_classifier_cached_features/inference.py index 68cefdf..c650bc3 100644 --- a/answer_classifier_cached_features/inference.py +++ b/answer_classifier_cached_features/inference.py @@ -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( -- GitLab