Commit 4359c6d4 authored by Marianne Linhares Monteiro's avatar Marianne Linhares Monteiro Committed by GitHub
Browse files

Fixing "paramters" typo

parent ee832b66
...@@ -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. Parameters are distributed evenly across all GPUs, and the first GPU
manages gradient updates. manages gradient updates.
Args: Args:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment