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

change params in constants_crunchy

parent 582c88c7
Branches graph
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ def mkdir_if_not_exists(dir_name): ...@@ -5,7 +5,7 @@ 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 = 'obj_atr_through_none_trial' experiment_name = 'obj_atr_through_mil_det_scores'
########################################################################## ##########################################################################
# Machine Specific Paths # # Machine Specific Paths #
...@@ -153,7 +153,7 @@ region_model_accuracies_txt = os.path.join( ...@@ -153,7 +153,7 @@ region_model_accuracies_txt = os.path.join(
# Object Attribute Classifier Evaluation Params # Object Attribute Classifier Evaluation Params
region_eval_on = 'test' # One of {'test','train_held_out','train_subset'} region_eval_on = 'test' # One of {'test','train_held_out','train_subset'}
region_model_to_eval = region_model + '-' + '7000' region_model_to_eval = region_model + '-' + '1000'
# Path to results # Path to results
visualize_object_predictions = True visualize_object_predictions = True
...@@ -246,8 +246,8 @@ answer_regularization_coeff = 1e-5 ...@@ -246,8 +246,8 @@ answer_regularization_coeff = 1e-5
answer_lr = 1e-3 answer_lr = 1e-3
answer_obj_atr_loss_wt = 1.0 answer_obj_atr_loss_wt = 1.0
answer_ans_loss_wt = 0.0 answer_ans_loss_wt = 0.1
answer_mil_loss_wt = 0.0 answer_mil_loss_wt = 0.1
# Answer classifier additional joint training params # Answer classifier additional joint training params
num_regions_with_labels = 100 num_regions_with_labels = 100
......
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