From ee3899718837a8dee36e60c26557be896ada7d9f Mon Sep 17 00:00:00 2001 From: Beth Dean Date: Mon, 16 Sep 2019 09:24:33 -0700 Subject: [PATCH] Fix incorrect image name; update link to benchmark (#791) Signed-off-by: Beth Dean Closes #767 Closes #727 --- source/guides/stacks/dlrs.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/guides/stacks/dlrs.rst b/source/guides/stacks/dlrs.rst index af8ff97e..abf3d9bf 100644 --- a/source/guides/stacks/dlrs.rst +++ b/source/guides/stacks/dlrs.rst @@ -170,7 +170,7 @@ single node. .. code-block:: bash - docker run --name --rm -i -t bash + docker run --name --rm -i -t bash .. note:: @@ -966,7 +966,7 @@ Related topics .. _Docker Hub: https://hub.docker.com/ -.. _TensorFlow Benchmarks: https://www.tensorflow.org/guide/performance/benchmarks +.. _TensorFlow Benchmarks: https://github.com/tensorflow/benchmarks .. _PyTorch benchmarks: https://github.com/pytorch/pytorch/blob/master/caffe2/python/convnet_benchmarks.py