"examples/pytorch/vscode:/vscode.git/clone" did not exist on "fac75e166b4a4a7f84ac5d12c3b8f4ba01cda57b"
Commit d3496d53 authored by postmasters's avatar postmasters Committed by GitHub
Browse files

Fix typo in shard pattern.

Two shards, so the shard pattern should be `?????-of-00002`.
parent 33c4e784
...@@ -470,8 +470,8 @@ look like: ...@@ -470,8 +470,8 @@ look like:
``` ```
When the script finishes you will find 2 shards for the training and validation When the script finishes you will find 2 shards for the training and validation
files in the `DATA_DIR`. The files will match the patterns `train-????-of-00001` files in the `DATA_DIR`. The files will match the patterns `train-?????-of-00002`
and `validation-?????-of-00001`, respectively. and `validation-?????-of-00002`, respectively.
**NOTE** If you wish to prepare a custom image data set for transfer learning, **NOTE** If you wish to prepare a custom image data set for transfer learning,
you will need to invoke [`build_image_data.py`](inception/data/build_image_data.py) on you will need to invoke [`build_image_data.py`](inception/data/build_image_data.py) on
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment