Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GenVQA
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Vision
GenVQA
Commits
c8a4e586
Commit
c8a4e586
authored
8 years ago
by
tgupta6
Browse files
Options
Downloads
Patches
Plain Diff
constants_crunchy that works with new obj loss/fine_tune with decayed lr
parent
0ce3ba5e
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
constants_crunchy.py
+4
-4
4 additions, 4 deletions
constants_crunchy.py
with
4 additions
and
4 deletions
constants_crunchy.py
+
4
−
4
View file @
c8a4e586
...
...
@@ -5,7 +5,7 @@ def mkdir_if_not_exists(dir_name):
if
not
os
.
path
.
exists
(
dir_name
):
os
.
mkdir
(
dir_name
)
experiment_name
=
'
obj_atr_through_none
'
experiment_name
=
'
obj_atr_through_none
_trial
'
##########################################################################
# Machine Specific Paths #
...
...
@@ -156,7 +156,7 @@ region_eval_on = 'test' # One of {'test','train_held_out','train_subset'}
region_model_to_eval
=
region_model
+
'
-
'
+
'
7000
'
# Path to results
visualize_object_predictions
=
Fals
e
visualize_object_predictions
=
Tru
e
# Path to results
region_pred_vis_dirname
=
os
.
path
.
join
(
...
...
@@ -253,7 +253,7 @@ answer_mil_loss_wt = 0.0
num_regions_with_labels
=
100
# Answer fine tune params
answer_fine_tune_from_iter
=
29
500
answer_fine_tune_from_iter
=
500
answer_fine_tune_from
=
answer_model
+
'
-
'
+
str
(
answer_fine_tune_from_iter
)
##########################################################################
...
...
@@ -270,7 +270,7 @@ model_accuracies_txt = os.path.join(
# Answer eval params
answer_eval_on
=
'
val
'
answer_model_to_eval
=
answer_model
+
'
-
7
000
'
answer_model_to_eval
=
answer_model
+
'
-
1
000
'
vqa_results_dir
=
os
.
path
.
join
(
answer_output_dir
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment