Skip to content

Commit

Permalink
slim: Typos at datasets/flowers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tae-jun authored Jan 5, 2017
1 parent bfa1bb1 commit e5e6aff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions slim/datasets/flowers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Provides data for the Cifar10 dataset.
"""Provides data for the flowers dataset.
The dataset scripts used to create the dataset can be found at:
tensorflow/models/slim/data/create_cifar10_dataset.py
tensorflow/models/slim/datasets/download_and_convert_flowers.py
"""

from __future__ import absolute_import
Expand All @@ -42,7 +42,7 @@


def get_split(split_name, dataset_dir, file_pattern=None, reader=None):
"""Gets a dataset tuple with instructions for reading cifar10.
"""Gets a dataset tuple with instructions for reading flowers.
Args:
split_name: A train/validation split name.
Expand Down

0 comments on commit e5e6aff

Please sign in to comment.