Skip to content

Commit cf60444

Browse files
committed
Added note about --data-path in .rst docs
1 parent fcd781c commit cf60444

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/data_ingestion.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
.. role:: bash(code)
2+
:language: bash
3+
.. role:: python(code)
4+
:language: python
5+
16
Data Ingestion
27
==============
38

@@ -27,6 +32,14 @@ Legacy Data Readers
2732
Some of the legacy data readers are the ``MNIST``, ``ImageNet``, and
2833
``CIFAR10`` data readers.
2934

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

3144
"New" Data Readers
3245
-------------------

0 commit comments

Comments
 (0)