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
01af4474
Commit
01af4474
authored
Sep 14, 2022
by
Yang Chen
Committed by
A. Unique TensorFlower
Sep 14, 2022
Browse files
Internal change
PiperOrigin-RevId: 474325161
parent
dce0a8b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
official/core/config_definitions.py
official/core/config_definitions.py
+1
-1
No files found.
official/core/config_definitions.py
View file @
01af4474
...
@@ -89,7 +89,7 @@ class DataConfig(base_config.Config):
...
@@ -89,7 +89,7 @@ class DataConfig(base_config.Config):
tf.data pipeline. When using shared tf.data service, the tf.data dataset
tf.data pipeline. When using shared tf.data service, the tf.data dataset
must be infinite, and slow trainer may skip certain training examples.
must be infinite, and slow trainer may skip certain training examples.
More details about shared tf.data service can be found at:
More details about shared tf.data service can be found at:
https://www.tensorflow.org/api_docs/python/tf/data/experimental/service
?version=nightly
#sharing_tfdata_service_with_concurrent_trainers.
https://www.tensorflow.org/api_docs/python/tf/data/experimental/service#sharing_tfdata_service_with_concurrent_trainers.
apply_tf_data_service_before_batching: A bool. If set to True, tf.data
apply_tf_data_service_before_batching: A bool. If set to True, tf.data
service will be applied before batching operation. This is useful to make
service will be applied before batching operation. This is useful to make
sure only a single tf.data service instance is created when
sure only a single tf.data service instance is created when
...
...
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