From 397ecc100ce0596b2d5cc7213704b85fa0b734e1 Mon Sep 17 00:00:00 2001
From: tgupta6 <tgupta6@illinois.edu>
Date: Fri, 11 Nov 2016 20:29:09 -0600
Subject: [PATCH] constants_crunchy update

---
 constants_crunchy.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/constants_crunchy.py b/constants_crunchy.py
index c02cedf..adfea8b 100644
--- a/constants_crunchy.py
+++ b/constants_crunchy.py
@@ -5,14 +5,14 @@ def mkdir_if_not_exists(dir_name):
     if not os.path.exists(dir_name):
         os.mkdir(dir_name)
         
-experiment_name = 'trial_new_rel_feat'
+experiment_name = 'ans_through_obj_atr_no_rel_bin_discon'
 
 ##########################################################################
 #                    Machine Specific Paths                              #
 ##########################################################################
 
 # Global output directory (all subexperiments will be saved here)
-global_output_dir = '/home/tanmay/Code/GenVQA/Exp_Results/VQA'
+global_output_dir = '/home/tanmay/Code/GenVQA/Exp_Results/models_cvpr'
 
 global_experiment_dir = os.path.join(
     global_output_dir,
-- 
GitLab