From 701d47197840dc34beaebf6591370835f4379243 Mon Sep 17 00:00:00 2001 From: Melanie Buehler Date: Wed, 29 May 2019 14:28:41 -0700 Subject: [PATCH] Update benchmarks/image_recognition/tensorflow/inceptionv4/README.md Co-Authored-By: AG Ramesh --- benchmarks/image_recognition/tensorflow/inceptionv4/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmarks/image_recognition/tensorflow/inceptionv4/README.md b/benchmarks/image_recognition/tensorflow/inceptionv4/README.md index fe52eee80..a1228c3ad 100644 --- a/benchmarks/image_recognition/tensorflow/inceptionv4/README.md +++ b/benchmarks/image_recognition/tensorflow/inceptionv4/README.md @@ -23,7 +23,7 @@ other precisions are coming later. ``` 3. If you would like to run Inception V4 inference and test for - accuracy, you will need the ImageNet dataset. Running for online and batch inference do not require the ImageNet dataset. Instructions for + accuracy, you will need the ImageNet dataset. It is not necessary for batch or online inference, you have the option of using synthetic data instead. Instructions for downloading the ImageNet dataset and converting it to the TF Records format and be found [here](https://github.com/tensorflow/models/tree/master/research/slim#an-automated-script-for-processing-imagenet-data). @@ -268,4 +268,4 @@ other precisions are coming later. Latency: 63.534 ms Ran inference with batch size 1 Log location outside container: /benchmark_inceptionv4_inference_fp32_20190307_221954.log - ``` \ No newline at end of file + ```