aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/tools/accuracy
diff options
context:
space:
mode:
authorGravatar Shashi Shekhar <shashishekhar@google.com>2018-08-24 16:56:18 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-08-24 17:07:17 -0700
commit392ee7aa0b6557ffb1b9261328dd4f533de700d0 (patch)
tree5b2c7dbc3a280835311e0cf7ad31156018bf2ad2 /tensorflow/contrib/lite/tools/accuracy
parent829b6691f905e17641840e83b3941cadcc7a2463 (diff)
Fix links in docs.
PiperOrigin-RevId: 210180247
Diffstat (limited to 'tensorflow/contrib/lite/tools/accuracy')
-rw-r--r--tensorflow/contrib/lite/tools/accuracy/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/lite/tools/accuracy/README.md b/tensorflow/contrib/lite/tools/accuracy/README.md
index ad28fc3c70..769ef201d2 100644
--- a/tensorflow/contrib/lite/tools/accuracy/README.md
+++ b/tensorflow/contrib/lite/tools/accuracy/README.md
@@ -29,7 +29,7 @@ Tensor ground_truth = ... read ground truth for the model ...
TF_CHECK_OK(eval_pipeline.Run(input1, ground_truth1));
```
For further examples, check the usage in [imagenet accuracy evaluation binary]
-(ilsvrc/imagenet_accuracy_eval.cc)
+(https://github.com/tensorflow/tensorflow/blob/master/tensorflow/contrib/lite/tools/accuracy/ilsvrc/imagenet_accuracy_eval.cc)
## Measuring accuracy of published models.
@@ -37,4 +37,4 @@ For further examples, check the usage in [imagenet accuracy evaluation binary]
For measuring accuracy for [ILSVRC 2012 image classification task]
(http://www.image-net.org/challenges/LSVRC/2012/), the binary can be built
using these
-[instructions](accuracy/ilsvrc/)
+[instructions.](ilsvrc/)