Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
some better clarification in toy-example
Browse files Browse the repository at this point in the history
  • Loading branch information
valentin.kozlov committed Jan 15, 2019
1 parent 62dd8c1 commit eb81150
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions source/user/models/toy_model-dog_breeds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ Training labels are also created automatically based on the directory names, tru

If you want to use your own dataset then it has to follow similar structure.

**Suggested local directory structure:**

**If local directories are mounted into the container, the following directory structure is suggested:**
::
data/
dogImages/
Expand All @@ -114,7 +115,7 @@ If you want to use your own dataset then it has to follow similar structure.
In the 'local' case, you place `dogImages.zip <https://s3-us-west-1.amazonaws.com/udacity-aind/dog-project/dogImages.zip>`_ in ``LOCAL_DIR/data/raw``,
which makes it available in ``/srv/dogs_breed_det/data/raw``.

**Necessary remote structure:**
**If you connect a remote storage, the following directories have to be created there:**
::
/Datasets/dogs_breed/data
/Datasets/dogs_breed/data/dogImages
Expand Down

0 comments on commit eb81150

Please sign in to comment.