Commit 78bb025c authored by Jonathan R. Williford's avatar Jonathan R. Williford Committed by Sergio Guadarrama
Browse files

Reference evaluation loop example. (#2371)

In order to help address issue #5987, I'm adding references to the evaluation loop example. I'm also making it more obvious that this is not the main TF-Slim page and adding another reference to that page in the introductory paragraph.
parent 0415dd3e
# TensorFlow-Slim image classification library # TensorFlow-Slim image classification model library
[TF-slim](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/slim) [TF-slim](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/slim)
is a new lightweight high-level API of TensorFlow (`tensorflow.contrib.slim`) is a new lightweight high-level API of TensorFlow (`tensorflow.contrib.slim`)
...@@ -15,6 +15,7 @@ data reading and queueing utilities. You can easily train any model on any of ...@@ -15,6 +15,7 @@ data reading and queueing utilities. You can easily train any model on any of
these datasets, as we demonstrate below. We've also included a these datasets, as we demonstrate below. We've also included a
[jupyter notebook](https://github.com/tensorflow/models/blob/master/slim/slim_walkthrough.ipynb), [jupyter notebook](https://github.com/tensorflow/models/blob/master/slim/slim_walkthrough.ipynb),
which provides working examples of how to use TF-Slim for image classification. which provides working examples of how to use TF-Slim for image classification.
For developing or modifying your own models, see also the [main TF-Slim page](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/slim).
## Contacts ## Contacts
...@@ -392,6 +393,7 @@ $ python eval_image_classifier.py \ ...@@ -392,6 +393,7 @@ $ python eval_image_classifier.py \
--model_name=inception_v3 --model_name=inception_v3
``` ```
See the [evaluation module example](https://github.com/tensorflow/tensorflow/tree/master/tensorflow/contrib/slim#evaluation-loop) for an example of how to evaluate a model at multiple checkpoints during or after the training.
# Exporting the Inference Graph # Exporting the Inference Graph
<a id='Export'></a> <a id='Export'></a>
......
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