From d016894c32e70e2b77b758202bd943cddcd61713 Mon Sep 17 00:00:00 2001
From: tgupta6 <tgupta6@illinois.edu>
Date: Mon, 8 Aug 2016 21:32:38 -0500
Subject: [PATCH] param change in constants_vision_gpu_2

---
 constants_vision_gpu_2.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/constants_vision_gpu_2.py b/constants_vision_gpu_2.py
index 12de9b2..c3315a4 100644
--- a/constants_vision_gpu_2.py
+++ b/constants_vision_gpu_2.py
@@ -160,10 +160,11 @@ num_test_questions = 0
 answer_batch_size = 50
 answer_num_epochs = 10
 answer_offset = 0
+answer_obj_atr_loss_wt = 0.0
 answer_regularization_coeff = 1e-5
 answer_queue_size = 500
 answer_embedding_dim = 600
-answer_lr = 1e-4
+answer_lr = 1e-3
 answer_log_every_n_iter = 500
 answer_output_dir = os.path.join(
     global_experiment_dir,
-- 
GitLab