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
23ed4dd3
Commit
23ed4dd3
authored
Oct 08, 2020
by
Hongkun Yu
Committed by
A. Unique TensorFlower
Oct 08, 2020
Browse files
Change the default validation steps in the config to -1.
PiperOrigin-RevId: 336112806
parent
2d62cf36
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
official/modeling/hyperparams/config_definitions.py
official/modeling/hyperparams/config_definitions.py
+2
-1
No files found.
official/modeling/hyperparams/config_definitions.py
View file @
23ed4dd3
...
@@ -236,7 +236,8 @@ class TrainerConfig(base_config.Config):
...
@@ -236,7 +236,8 @@ class TrainerConfig(base_config.Config):
continuous_eval_timeout
:
int
=
60
*
60
continuous_eval_timeout
:
int
=
60
*
60
# Train/Eval routines.
# Train/Eval routines.
train_steps
:
int
=
0
train_steps
:
int
=
0
validation_steps
:
Optional
[
int
]
=
None
# Sets validation steps to be -1 to evaluate the entire dataset.
validation_steps
:
int
=
-
1
validation_interval
:
int
=
1000
validation_interval
:
int
=
1000
# Best checkpoint export.
# Best checkpoint export.
best_checkpoint_export_subdir
:
str
=
""
best_checkpoint_export_subdir
:
str
=
""
...
...
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