Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
751bfb3f
Commit
751bfb3f
authored
Jul 28, 2017
by
derekjchow
Committed by
GitHub
Jul 28, 2017
Browse files
Merge pull request #2065 from derekjchow/limits
Set training step limits on pets configs.
parents
04235f9b
7525c4d0
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
56 additions
and
0 deletions
+56
-0
object_detection/samples/configs/faster_rcnn_inception_resnet_v2_atrous_pets.config
...onfigs/faster_rcnn_inception_resnet_v2_atrous_pets.config
+8
-0
object_detection/samples/configs/faster_rcnn_resnet101_pets.config
...tection/samples/configs/faster_rcnn_resnet101_pets.config
+8
-0
object_detection/samples/configs/faster_rcnn_resnet152_pets.config
...tection/samples/configs/faster_rcnn_resnet152_pets.config
+8
-0
object_detection/samples/configs/faster_rcnn_resnet50_pets.config
...etection/samples/configs/faster_rcnn_resnet50_pets.config
+8
-0
object_detection/samples/configs/rfcn_resnet101_pets.config
object_detection/samples/configs/rfcn_resnet101_pets.config
+8
-0
object_detection/samples/configs/ssd_inception_v2_pets.config
...ct_detection/samples/configs/ssd_inception_v2_pets.config
+8
-0
object_detection/samples/configs/ssd_mobilenet_v1_pets.config
...ct_detection/samples/configs/ssd_mobilenet_v1_pets.config
+8
-0
No files found.
object_detection/samples/configs/faster_rcnn_inception_resnet_v2_atrous_pets.config
View file @
751bfb3f
...
...
@@ -111,6 +111,11 @@ train_config: {
gradient_clipping_by_norm
:
10
.
0
fine_tune_checkpoint
:
"PATH_TO_BE_CONFIGURED/model.ckpt"
from_detection_checkpoint
:
true
# Note: The below line limits the training process to 200K steps, which we
# empirically found to be sufficient enough to train the pets dataset. This
# effectively bypasses the learning rate schedule (the learning rate will
# never decay). Remove the below line to train indefinitely.
num_steps
:
200000
data_augmentation_options
{
random_horizontal_flip
{
}
...
...
@@ -126,6 +131,9 @@ train_input_reader: {
eval_config
: {
num_examples
:
2000
# Note: The below line limits the evaluation process to 10 evaluations.
# Remove the below line to evaluate indefinitely.
max_evals
:
10
}
eval_input_reader
: {
...
...
object_detection/samples/configs/faster_rcnn_resnet101_pets.config
View file @
751bfb3f
...
...
@@ -109,6 +109,11 @@ train_config: {
gradient_clipping_by_norm
:
10
.
0
fine_tune_checkpoint
:
"PATH_TO_BE_CONFIGURED/model.ckpt"
from_detection_checkpoint
:
true
# Note: The below line limits the training process to 200K steps, which we
# empirically found to be sufficient enough to train the pets dataset. This
# effectively bypasses the learning rate schedule (the learning rate will
# never decay). Remove the below line to train indefinitely.
num_steps
:
200000
data_augmentation_options
{
random_horizontal_flip
{
}
...
...
@@ -124,6 +129,9 @@ train_input_reader: {
eval_config
: {
num_examples
:
2000
# Note: The below line limits the evaluation process to 10 evaluations.
# Remove the below line to evaluate indefinitely.
max_evals
:
10
}
eval_input_reader
: {
...
...
object_detection/samples/configs/faster_rcnn_resnet152_pets.config
View file @
751bfb3f
...
...
@@ -109,6 +109,11 @@ train_config: {
gradient_clipping_by_norm
:
10
.
0
fine_tune_checkpoint
:
"PATH_TO_BE_CONFIGURED/model.ckpt"
from_detection_checkpoint
:
true
# Note: The below line limits the training process to 200K steps, which we
# empirically found to be sufficient enough to train the pets dataset. This
# effectively bypasses the learning rate schedule (the learning rate will
# never decay). Remove the below line to train indefinitely.
num_steps
:
200000
data_augmentation_options
{
random_horizontal_flip
{
}
...
...
@@ -124,6 +129,9 @@ train_input_reader: {
eval_config
: {
num_examples
:
2000
# Note: The below line limits the evaluation process to 10 evaluations.
# Remove the below line to evaluate indefinitely.
max_evals
:
10
}
eval_input_reader
: {
...
...
object_detection/samples/configs/faster_rcnn_resnet50_pets.config
View file @
751bfb3f
...
...
@@ -109,6 +109,11 @@ train_config: {
gradient_clipping_by_norm
:
10
.
0
fine_tune_checkpoint
:
"PATH_TO_BE_CONFIGURED/model.ckpt"
from_detection_checkpoint
:
true
# Note: The below line limits the training process to 200K steps, which we
# empirically found to be sufficient enough to train the pets dataset. This
# effectively bypasses the learning rate schedule (the learning rate will
# never decay). Remove the below line to train indefinitely.
num_steps
:
200000
data_augmentation_options
{
random_horizontal_flip
{
}
...
...
@@ -124,6 +129,9 @@ train_input_reader: {
eval_config
: {
num_examples
:
2000
# Note: The below line limits the evaluation process to 10 evaluations.
# Remove the below line to evaluate indefinitely.
max_evals
:
10
}
eval_input_reader
: {
...
...
object_detection/samples/configs/rfcn_resnet101_pets.config
View file @
751bfb3f
...
...
@@ -106,6 +106,11 @@ train_config: {
gradient_clipping_by_norm
:
10
.
0
fine_tune_checkpoint
:
"PATH_TO_BE_CONFIGURED/model.ckpt"
from_detection_checkpoint
:
true
# Note: The below line limits the training process to 200K steps, which we
# empirically found to be sufficient enough to train the pets dataset. This
# effectively bypasses the learning rate schedule (the learning rate will
# never decay). Remove the below line to train indefinitely.
num_steps
:
200000
data_augmentation_options
{
random_horizontal_flip
{
}
...
...
@@ -121,6 +126,9 @@ train_input_reader: {
eval_config
: {
num_examples
:
2000
# Note: The below line limits the evaluation process to 10 evaluations.
# Remove the below line to evaluate indefinitely.
max_evals
:
10
}
eval_input_reader
: {
...
...
object_detection/samples/configs/ssd_inception_v2_pets.config
View file @
751bfb3f
...
...
@@ -151,6 +151,11 @@ train_config: {
}
fine_tune_checkpoint
:
"PATH_TO_BE_CONFIGURED/model.ckpt"
from_detection_checkpoint
:
true
# Note: The below line limits the training process to 200K steps, which we
# empirically found to be sufficient enough to train the pets dataset. This
# effectively bypasses the learning rate schedule (the learning rate will
# never decay). Remove the below line to train indefinitely.
num_steps
:
200000
data_augmentation_options
{
random_horizontal_flip
{
}
...
...
@@ -170,6 +175,9 @@ train_input_reader: {
eval_config
: {
num_examples
:
2000
# Note: The below line limits the evaluation process to 10 evaluations.
# Remove the below line to evaluate indefinitely.
max_evals
:
10
}
eval_input_reader
: {
...
...
object_detection/samples/configs/ssd_mobilenet_v1_pets.config
View file @
751bfb3f
...
...
@@ -157,6 +157,11 @@ train_config: {
}
fine_tune_checkpoint
:
"PATH_TO_BE_CONFIGURED/model.ckpt"
from_detection_checkpoint
:
true
# Note: The below line limits the training process to 200K steps, which we
# empirically found to be sufficient enough to train the pets dataset. This
# effectively bypasses the learning rate schedule (the learning rate will
# never decay). Remove the below line to train indefinitely.
num_steps
:
200000
data_augmentation_options
{
random_horizontal_flip
{
}
...
...
@@ -176,6 +181,9 @@ train_input_reader: {
eval_config
: {
num_examples
:
2000
# Note: The below line limits the evaluation process to 10 evaluations.
# Remove the below line to evaluate indefinitely.
max_evals
:
10
}
eval_input_reader
: {
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment