Fixes format error on note and removes unused URL.

Signed-off-by: Michael Vincerra <michael.vincerra@intel.com>
This commit is contained in:
Michael Vincerra
2018-12-07 17:55:30 -08:00
parent 1d0e7fc34d
commit c09973fdd7
+3 -6
View File
@@ -85,11 +85,10 @@ TensorFlow.
docker exec -i <docker_name> bash -c python benchmarks/scripts/tf_cnn_benchmarks/tf_cnn_benchmarks.py --device=cpu --model=resnet50 --data_format=NHWC .
.. note::
.. note::
You may also use: `--data_format=NCHW`
You can replace the model with one of your choice supported by the
TensorFlow benchmarks.
You can replace the model with one of your choice supported by the
TensorFlow benchmarks.
Kubeflow multi-node benchmarks
==============================
@@ -226,8 +225,6 @@ benchmark results. More information about `Kubernetes logging`_ is available fro
.. _release notes: https://github.com/clearlinux/dockerfiles/tree/master/stacks/dlaas
.. _Clear Linux Docker Hub page: https://hub.docker.com/u/clearlinux/
.. _ksonnet registries for deploying TFJobs: https://github.com/clearlinux/dockerfiles/tree/master/stacks/dlaas/kubeflow/dlaas-tfjob
.. _Kubernetes logging: https://kubernetes.io/docs/concepts/cluster-administration/logging/