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
477b988e
Commit
477b988e
authored
8 years ago
by
tgupta6
Browse files
Options
Downloads
Patches
Plain Diff
constants_vision_gpu_1 update
parent
c8a4e586
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_vision_gpu_1.py
+4
-4
4 additions, 4 deletions
constants_vision_gpu_1.py
with
4 additions
and
4 deletions
constants_vision_gpu_1.py
+
4
−
4
View file @
477b988e
...
...
@@ -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_
ans
_fixed_split
'
experiment_name
=
'
obj_atr_through_
none
_fixed_split
'
##########################################################################
# Machine Specific Paths #
...
...
@@ -90,7 +90,7 @@ attribute_labels_json = os.path.join(
regions_json
=
os
.
path
.
join
(
data_absolute_path
,
'
restructured/region_with_labels.json
'
)
'
restructured/region_with_
hypernym_
labels.json
'
)
mean_image_filename
=
os
.
path
.
join
(
data_absolute_path
,
...
...
@@ -110,7 +110,7 @@ genome_val_region_ids = os.path.join(
genome_test_region_ids
=
os
.
path
.
join
(
data_absolute_path
,
'
restructured/test_region_ids.json
'
)
'
restructured/test_region_ids
_simple
.json
'
)
##########################################################################
# Genome Training/Fine-Tuning Parameters #
...
...
@@ -244,7 +244,7 @@ answer_regularization_coeff = 1e-5
answer_lr
=
1e-3
answer_obj_atr_loss_wt
=
1.0
answer_ans_loss_wt
=
0.
1
answer_ans_loss_wt
=
0.
0
answer_mil_loss_wt
=
0.0
# Answer classifier additional joint training params
...
...
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