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 fcd781c commit cf60444Copy full SHA for cf60444
docs/data_ingestion.rst
@@ -1,3 +1,8 @@
1
+.. role:: bash(code)
2
+ :language: bash
3
+.. role:: python(code)
4
+ :language: python
5
+
6
Data Ingestion
7
==============
8
@@ -27,6 +32,14 @@ Legacy Data Readers
27
32
Some of the legacy data readers are the ``MNIST``, ``ImageNet``, and
28
33
``CIFAR10`` data readers.
29
34
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
30
43
31
44
"New" Data Readers
45
-------------------
0 commit comments