Skip to content

Commit

Permalink
added note about --data-set in data_ingestion.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
graham63 committed Feb 22, 2023
1 parent 4482c7c commit ad061fe
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/data_ingestion.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
.. role:: python(code)
:language: python

Data Ingestion
==============

Expand Down Expand Up @@ -27,6 +30,13 @@ Legacy Data Readers
Some of the legacy data readers are the ``MNIST``, ``ImageNet``, and
``CIFAR10`` data readers.

.. note:: The imagenet data reader uses a path that may not be known
to all compute centers. If the dataset is not found
:python:`--data-path` may be set to the top level of the data
set in :code:`resnet.py`, :code:`alexnet.py`, and
:code:`densenet.py`. The data set is must contain
:code:`labels/train.txt`, :code:`labels/val.txt`,
:code:`train/`, and :code:`val/`.

"New" Data Readers
-------------------
Expand Down

0 comments on commit ad061fe

Please sign in to comment.