Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
ResNet50_tensorflow
Commits
a5227603
Commit
a5227603
authored
Mar 23, 2017
by
Neal Wu
Browse files
Add back the num_labels comment
parent
ea97e5c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
inception/README.md
inception/README.md
+4
-3
No files found.
inception/README.md
View file @
a5227603
...
@@ -634,9 +634,10 @@ reside within `$TRAIN_DIR` and `$VALIDATION_DIR` arranged as such:
...
@@ -634,9 +634,10 @@ reside within `$TRAIN_DIR` and `$VALIDATION_DIR` arranged as such:
$VALIDATION_DIR
/cat/cat.JPG
$VALIDATION_DIR
/cat/cat.JPG
...
...
```
```
**NOTE**
: This script will append an extra background class indexed at 0. Using the
**NOTE**
: This script will append an extra background class indexed at 0, so
example above, the corresponding class labels generated from
`build_image_data.py`
your class labels will range from 0 to num_labels. Using the example above, the
will be as follows:
corresponding class labels generated from
`build_image_data.py`
will be as
follows:
```
shell
```
shell
0
0
1 dog
1 dog
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment