We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4482c7c commit ad061feCopy full SHA for ad061fe
docs/data_ingestion.rst
@@ -1,3 +1,6 @@
1
+.. role:: python(code)
2
+ :language: python
3
+
4
Data Ingestion
5
==============
6
@@ -27,6 +30,13 @@ Legacy Data Readers
27
30
Some of the legacy data readers are the ``MNIST``, ``ImageNet``, and
28
31
``CIFAR10`` data readers.
29
32
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/`.
40
41
"New" Data Readers
42
-------------------
0 commit comments