Unverified Commit 9d9dd72e authored by Mark Daoust's avatar Mark Daoust Committed by GitHub
Browse files

Merge pull request #4184 from BMDan/fix_typo_in_iris_data

Fix typo in iris_data.py
parents 827d2503 80eb727a
...@@ -60,7 +60,7 @@ def eval_input_fn(features, labels, batch_size): ...@@ -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, # 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 # `tf.parse_csv` sets the types of the outputs to match the examples given in
# the `record_defaults` argument. # the `record_defaults` argument.
......
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