aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/slim/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/slim/README.md')
-rw-r--r--tensorflow/contrib/slim/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/slim/README.md b/tensorflow/contrib/slim/README.md
index 61148c0b26..d37c632be7 100644
--- a/tensorflow/contrib/slim/README.md
+++ b/tensorflow/contrib/slim/README.md
@@ -352,7 +352,7 @@ we can both ensure that each layer uses the same values and simplify the code:
```
As the example illustrates, the use of arg_scope makes the code cleaner,
-simpler and easier to maintain. Notice that while argument values are specifed
+simpler and easier to maintain. Notice that while argument values are specified
in the arg_scope, they can be overwritten locally. In particular, while
the padding argument has been set to 'SAME', the second convolution overrides
it with the value of 'VALID'.