Skip to content

Commit

Permalink
Added note about --data-path in .rst docs
Browse files Browse the repository at this point in the history
  • Loading branch information
graham63 committed Feb 27, 2023
1 parent fcd781c commit cf60444
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/data_ingestion.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.. role:: bash(code)
:language: bash
.. role:: python(code)
:language: python

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

Expand Down Expand Up @@ -27,6 +32,14 @@ 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 cf60444

Please sign in to comment.