Skip to content

Commit 294e033

Browse files
author
Roman Donchenko
committed
tools/downloader/README.md: move the text about alternatives to --all
It makes more sense to explain this right after --all is introduced.
1 parent ea53bff commit 294e033

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

tools/downloader/README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,18 @@ The basic usage is to run the script like this:
6767
./downloader.py --all
6868
```
6969

70-
This will download all models into a directory tree rooted in the current
71-
directory. To download into a different directory, use the `-o`/`--output_dir`
72-
option:
70+
This will download all models. The `--all` option can be replaced with
71+
other filter options to download only a subset of models. See the "Shared options"
72+
section.
73+
74+
By default, the script will download models into a directory tree rooted
75+
in the current directory. To download into a different directory, use
76+
the `-o`/`--output_dir` option:
7377

7478
```sh
7579
./downloader.py --all --output_dir my/download/directory
7680
```
7781

78-
The `--all` option can be replaced with other filter options to download only
79-
a subset of models. See the "Shared options" section.
80-
8182
You may use `--precisions` flag to specify comma separated precisions of weights
8283
to be downloaded.
8384

@@ -221,6 +222,9 @@ This will convert all models into the Inference Engine IR format. Models that
221222
were originally in that format are ignored. Models in PyTorch and Caffe2 formats will be
222223
converted in ONNX format first.
223224

225+
The `--all` option can be replaced with other filter options to convert only
226+
a subset of models. See the "Shared options" section.
227+
224228
The current directory must be the root of a download tree created by the model
225229
downloader. To specify a different download tree path, use the `-d`/`--download_dir`
226230
option:
@@ -237,9 +241,6 @@ into a different directory tree, use the `-o`/`--output_dir` option:
237241
```
238242
>Note: models in intermediate format are placed to this directory too.
239243
240-
The `--all` option can be replaced with other filter options to convert only
241-
a subset of models. See the "Shared options" section.
242-
243244
By default, the script will produce models in every precision that is supported
244245
for conversion. To only produce models in a specific precision, use the `--precisions`
245246
option:

0 commit comments

Comments
 (0)