Skip to content

Commit ad061fe

Browse files
committed
added note about --data-set in data_ingestion.rst
1 parent 4482c7c commit ad061fe

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/data_ingestion.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. role:: python(code)
2+
:language: python
3+
14
Data Ingestion
25
==============
36

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

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

3141
"New" Data Readers
3242
-------------------

0 commit comments

Comments
 (0)