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
d3235a8e
Commit
d3235a8e
authored
8 years ago
by
tgupta6
Browse files
Options
Downloads
Patches
Plain Diff
changes in constants_crunchy
parent
f24081b8
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
+3
-3
3 additions, 3 deletions
constants_crunchy.py
with
3 additions
and
3 deletions
constants_crunchy.py
+
3
−
3
View file @
d3235a8e
...
@@ -101,10 +101,10 @@ pretrained_vocab_word_vectors_npy = os.path.join(
...
@@ -101,10 +101,10 @@ pretrained_vocab_word_vectors_npy = os.path.join(
# Object Attribute Classifier Training Params
# Object Attribute Classifier Training Params
region_batch_size
=
200
region_batch_size
=
200
region_num_epochs
=
4
region_num_epochs
=
6
region_queue_size
=
400
region_queue_size
=
400
region_regularization_coeff
=
1e-5
region_regularization_coeff
=
1e-5
region_lr
=
1e-
3
region_lr
=
1e-
4
region_log_every_n_iter
=
500
region_log_every_n_iter
=
500
region_output_dir
=
os
.
path
.
join
(
region_output_dir
=
os
.
path
.
join
(
global_experiment_dir
,
global_experiment_dir
,
...
@@ -117,7 +117,7 @@ region_model = os.path.join(
...
@@ -117,7 +117,7 @@ region_model = os.path.join(
'
model
'
)
'
model
'
)
# Object Attribute Finetuning Params
# Object Attribute Finetuning Params
region_fine_tune_from_iter
=
3000
region_fine_tune_from_iter
=
3
4
000
region_fine_tune_from
=
region_model
+
'
-
'
+
str
(
region_fine_tune_from_iter
)
region_fine_tune_from
=
region_model
+
'
-
'
+
str
(
region_fine_tune_from_iter
)
# Object Attribute Classifier Evaluation Params
# Object Attribute Classifier Evaluation 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