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
7fc086c3
Commit
7fc086c3
authored
Mar 30, 2021
by
A. Unique TensorFlower
Browse files
Internal change
PiperOrigin-RevId: 365828860
parent
aba78478
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
orbit/standard_runner.py
orbit/standard_runner.py
+3
-3
No files found.
orbit/standard_runner.py
View file @
7fc086c3
...
...
@@ -215,10 +215,10 @@ class StandardEvaluatorOptions:
Attributes:
use_tf_function: A boolean indicating whether to apply `tf.function` to the
training
loop. This will only affect the body of the loop (involving
`
train
_step`); `
train
_loop_begin` and `
train
_loop_end` will always be run
evaluation
loop. This will only affect the body of the loop (involving
`
eval
_step`); `
eval
_loop_begin` and `
eval
_loop_end` will always be run
in eager mode.
use_tf_while_loop: A boolean indicating whether to run the
training
loop
use_tf_while_loop: A boolean indicating whether to run the
evaluation
loop
using a `tf.while_loop`. If `True`, `use_tf_function` must also be `True`.
recreate_iterator_for_each_eval: A boolean indicating whether to recreate a
new iterator for the evaluation dataset before each round of evaluation,
...
...
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