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
339bc9bf
"git@developer.sourcefind.cn:change/sglang.git" did not exist on "f1d789231896da438749b395f7bf007a5b0819c0"
Commit
339bc9bf
authored
Apr 15, 2022
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 442078882
parent
b5286d69
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
official/core/config_definitions.py
official/core/config_definitions.py
+2
-2
No files found.
official/core/config_definitions.py
View file @
339bc9bf
...
...
@@ -195,8 +195,8 @@ class TrainerConfig(base_config.Config):
is only used continuous_train_and_eval and continuous_eval modes. Default
value is 1 hrs.
train_steps: number of train steps.
validation_steps: number of eval steps. If
`None`
, the entire eval dataset
is
used.
validation_steps: number of eval steps. If
-1
, the entire eval dataset
is
used.
validation_interval: number of training steps to run between evaluations.
best_checkpoint_export_subdir: if set, the trainer will keep track of the
best evaluation metric, and export the corresponding best checkpoint under
...
...
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