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

change in constants

parent 01dbf0ef
Branches selected_obj_atr_eval
No related tags found
No related merge requests found
......@@ -5,8 +5,8 @@ def mkdir_if_not_exists(dir_name):
if not os.path.exists(dir_name):
os.mkdir(dir_name)
#experiment_name = 'QA_explicit_dot_joint_training_pretrained_same_lr_train_subset'
experiment_name = 'QA_explicit_dot_same_lr'
experiment_name = 'QA_explicit_dot_joint_training_pretrained_fix_pretrained'
#experiment_name = 'QA_explicit_dot_same_lr'
#experiment_name = 'object_attribute_classifier_large_images'
# Global output directory (all subexperiments will be saved here)
global_output_dir = '/home/tanmay/Code/GenVQA/Exp_Results/VQA'
......
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