Skip to content
Snippets Groups Projects
Commit 397ecc10 authored by tgupta6's avatar tgupta6
Browse files

constants_crunchy update

parent 8bb68f57
No related branches found
No related tags found
No related merge requests found
...@@ -5,14 +5,14 @@ def mkdir_if_not_exists(dir_name): ...@@ -5,14 +5,14 @@ def mkdir_if_not_exists(dir_name):
if not os.path.exists(dir_name): if not os.path.exists(dir_name):
os.mkdir(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 # # Machine Specific Paths #
########################################################################## ##########################################################################
# Global output directory (all subexperiments will be saved here) # 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_experiment_dir = os.path.join(
global_output_dir, global_output_dir,
......
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