aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/models/image/cifar10/cifar10.py
diff options
context:
space:
mode:
authorGravatar Dan Smilkov <dsmilkov@gmail.com>2016-02-02 10:41:02 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-02-02 16:30:09 -0800
commit34afdbbcf35309416568dd96422c45aaefdf0f84 (patch)
tree87fc430786b2e7fb8c0e65144ac0abac0ee1b05a /tensorflow/models/image/cifar10/cifar10.py
parent1e141835fb562546426d638aeba0830892208500 (diff)
Fix typo in code comments in cifar10.py
Change: 113652958
Diffstat (limited to 'tensorflow/models/image/cifar10/cifar10.py')
-rw-r--r--tensorflow/models/image/cifar10/cifar10.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/models/image/cifar10/cifar10.py b/tensorflow/models/image/cifar10/cifar10.py
index ef89becf52..e736fcb467 100644
--- a/tensorflow/models/image/cifar10/cifar10.py
+++ b/tensorflow/models/image/cifar10/cifar10.py
@@ -18,7 +18,7 @@
Summary of available functions:
# Compute input images and labels for training. If you would like to run
- # evaluations, use input() instead.
+ # evaluations, use inputs() instead.
inputs, labels = distorted_inputs()
# Compute inference on the model inputs to make a prediction.