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
4359c6d4
Commit
4359c6d4
authored
Aug 02, 2017
by
Marianne Linhares Monteiro
Committed by
GitHub
Aug 02, 2017
Browse files
Fixing "paramters" typo
parent
ee832b66
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tutorials/image/cifar10_estimator/cifar10_main.py
tutorials/image/cifar10_estimator/cifar10_main.py
+1
-1
No files found.
tutorials/image/cifar10_estimator/cifar10_main.py
View file @
4359c6d4
...
@@ -241,7 +241,7 @@ def _resnet_model_fn(features, labels, mode):
...
@@ -241,7 +241,7 @@ def _resnet_model_fn(features, labels, mode):
Support single host, one or more GPU training. Parameter distribution can be
Support single host, one or more GPU training. Parameter distribution can be
either one of the following scheme.
either one of the following scheme.
1. CPU is the parameter server and manages gradient updates.
1. CPU is the parameter server and manages gradient updates.
2. Paramters are distributed evenly across all GPUs, and the first GPU
2. Param
e
ters are distributed evenly across all GPUs, and the first GPU
manages gradient updates.
manages gradient updates.
Args:
Args:
...
...
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