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
9d9dd72e
Unverified
Commit
9d9dd72e
authored
May 07, 2018
by
Mark Daoust
Committed by
GitHub
May 07, 2018
Browse files
Merge pull request #4184 from BMDan/fix_typo_in_iris_data
Fix typo in iris_data.py
parents
827d2503
80eb727a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
samples/core/get_started/iris_data.py
samples/core/get_started/iris_data.py
+1
-1
No files found.
samples/core/get_started/iris_data.py
View file @
9d9dd72e
...
...
@@ -60,7 +60,7 @@ def eval_input_fn(features, labels, batch_size):
# The remainder of this file contains a simple example of a csv parser,
# implemented using
a
the `Dataset` class.
# implemented using the `Dataset` class.
# `tf.parse_csv` sets the types of the outputs to match the examples given in
# the `record_defaults` argument.
...
...
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