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
9db270b0
Commit
9db270b0
authored
Oct 29, 2017
by
Sergio Guadarrama
Browse files
Minor fixes to README.md for NASNet for TF Slim.
PiperOrigin-RevId: 173823563
parent
3d4d30a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
research/slim/nets/nasnet/README.md
research/slim/nets/nasnet/README.md
+3
-3
research/slim/nets/nasnet/nasnet_utils.py
research/slim/nets/nasnet/nasnet_utils.py
+2
-0
No files found.
research/slim/nets/nasnet/README.md
View file @
9db270b0
...
...
@@ -29,7 +29,7 @@ More information on integrating NASNet Models into your project can be found at
To get started running models on-device go to
[
TensorFlow Mobile
](
https://www.tensorflow.org/mobile/
)
.
##
#
Sample Commands for using NASNet-A Mobile and Large Checkpoints for Inference
##
Sample Commands for using NASNet-A Mobile and Large Checkpoints for Inference
-------
Run eval with the NASNet-A mobile ImageNet model
...
...
@@ -45,7 +45,7 @@ python tensorflow_models/research/slim/eval_image_classifier \
--dataset_split_name
=
validation
\
--model_name
=
nasnet_mobile
\
--eval_image_size
=
224
\
--moving_average_decay
=
0.9999
\
--moving_average_decay
=
0.9999
```
Run eval with the NASNet-A large ImageNet model
...
...
@@ -62,5 +62,5 @@ python tensorflow_models/research/slim/eval_image_classifier \
--dataset_split_name
=
validation
\
--model_name
=
nasnet_large
\
--eval_image_size
=
331
\
--moving_average_decay
=
0.9999
\
--moving_average_decay
=
0.9999
```
research/slim/nets/nasnet/nasnet_utils.py
View file @
9db270b0
...
...
@@ -31,6 +31,8 @@ from __future__ import absolute_import
from
__future__
import
division
from
__future__
import
print_function
import
google3
import
tensorflow
as
tf
...
...
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